Skip to content

v3.1.0

Latest

Choose a tag to compare

@Fortune1243 Fortune1243 released this 11 May 13:43

Added

  • Added lazy erlc_api.roblox with sync and async Roblox user/profile lookup, TTL caching, raw payload access, username lookup, batch user lookup, and module-local Roblox errors.
  • Added the roblox install extra for explicit lookup installs without adding a new base dependency.
  • Added Roblox utility docs, README discoverability, navigation links, and focused tests.
  • Added GitHub issue templates, a pull request template, and Dependabot configuration.

Changed

  • Expanded README project links, utility examples, reliability guidance, support text, and license/disclaimer notes.
  • Refined repository guidance in AGENTS.md for the v3 public API shape, lazy utility modules, release checks, documentation, and security expectations.

Verification

  • python -m ruff check src tests scripts examples
  • $env:PYTHONPATH = src; python -m pytest -q (95 passed)
  • python -m mkdocs build --strict
  • python -m build
  • python -m twine check dist/*
  • Built-wheel smoke import for core clients, vehicle tools, emergency tools, and Roblox utils.