Skip to content

1.0.0

Compare
Choose a tag to compare
@yezz123 yezz123 released this 02 Apr 05:41
· 55 commits to main since this release
dbd0eef

Core

  • ✨ AuthX Revamp - V1.0.0. PR #446 by @yezz123
  • ♻️ Refactor & Rebuild Functionalities in authx. PR #454 by @yezz123
  • ✨ Migrate Authx to use pydantic v2. PR #531 by @yezz123
  • ✨ Handle catch-all signature errors. PR #538 by @yezz123
  • ♻️ Drop External Libraries in favour of authx-extra. PR #506 by @yezz123

Internal

  • 🐛 fix Continuous Integration Badge. PR #455 by @yezz123
  • ♻️ use pip-tool to autogenerate dependencies. PR #478 by @yezz123
  • 🔧 Run tests against py38. PR #480 by @yezz123
  • ✨ add support for ruff linter. PR #497 by @yezz123
  • 🔧 Group dependencies on dependabot updates. PR #523 by @yezz123
  • 👷 Add setup for uv and use uv for dependency installation. PR #537 by @yezz123
  • 💸 Add Support for Polar. PR #536 by @yezz123
  • ✅ Add test case for garbage collection of old sessions. PR #539 by @yezz123
  • 🍻 Add tests for several functions & Bump coverage. PR #540 by @yezz123
  • 🔨 Update setup-uv and specify virtual environment path. PR #542 by @yezz123
  • 🍱 update pydantic classifiers from v1 to v2. PR #545 by @yezz123
  • 🔨 Update script to use uv instead of pip-compile. PR #549 by @yezz123
  • 👷 Add uv-version for uv action. PR #551 by @yezz123
  • 🔨 Add Latest Changes workflow. PR #562 by @yezz123

Documentation

  • 📝 overrides template & Include google analytics. PR #482 by @yezz123
  • 📝 Add Extra documentation to AuthX. PR #483 by @yezz123
  • 📝 Update OAuth2 external middleware. PR #514 by @yezz123
  • 📝 Add Basic Documentation for AuthX core. PR #513 by @yezz123
  • 📝 Add mkdocstrings to mkdocs configuration. PR #552 by @yezz123
  • ♻️ refactor documentation. PR #557 by @yezz123
  • 📝 Add guide on accessing payload data in routes. PR #558 by @yezz123
  • ✨ Add Documentation & Fix Linting Rules. PR #559 by @yezz123
  • ✨ Update social plugin configuration. PR #561 by @yezz123

Dependencies