Releases: yezz123/authx
Releases · yezz123/authx
1.5.1
- ✨ feat: support Async/sync Callbacks. PR #793 by @Antareske.
Upgrades
- ⬆ Bump the python-packages group with 9 updates. PR #807 by @dependabot[bot].
- ⬆ Bump cryptography from 44.0.2 to 46.0.5 in /examples. PR #806 by @dependabot[bot].
- ⬆ Bump cryptography from 44.0.1 to 46.0.5. PR #805 by @dependabot[bot].
- ⬆ Bump python-jose from 3.3.0 to 3.4.0. PR #801 by @dependabot[bot].
- ⬆ Bump starlette from 0.46.0 to 0.49.1 in /examples. PR #803 by @dependabot[bot].
- ⬆ Bump cryptography from 44.0.0 to 44.0.1. PR #804 by @dependabot[bot].
- ⬆ Bump h11 from 0.14.0 to 0.16.0 in /examples. PR #802 by @dependabot[bot].
- ⬆ Bump urllib3 from 1.26.15 to 2.6.3. PR #800 by @dependabot[bot].
- ⬆ Bump starlette from 0.41.3 to 0.49.1. PR #799 by @dependabot[bot].
- ⬆ Bump pyasn1 from 0.6.1 to 0.6.2. PR #798 by @dependabot[bot].
- ⬆ Bump virtualenv from 20.33.1 to 20.36.1. PR #797 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.14.14 to v0.15.0. PR #795 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.14.13 to v0.14.14. PR #791 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.14.11 to v0.14.12. PR #790 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.14.10 to v0.14.11. PR #789 by @pre-commit-ci[bot].
Docs
- 📝 docs: add @Antareske as a contributor for code. PR #794 by @allcontributors[bot].
Internal
1.5.0
Breaking Changes
Features
- ♻️ Update CI workflow and add support for Python 3.14. PR #782 by @yezz123.
- ✨ Drop pydantic v1 & support only pydantic v2. PR #781 by @yezz123.
Fixes
- 🐛 Improve CSRF error handling and messaging. PR #783 by @yezz123.
- 🔧 Refactor token retrieval methods in AuthX class. PR #780 by @yezz123.
- 🐛 Enhance CSRF token error handling and simplify token location. PR #779 by @yezz123.
- 🐛 use refresh parameter in
_get_token_from_headers(). PR #776 by @NeViNez.
Upgrades
- ⬆️ Bump ruff-pre-commit from v0.14.6 to v0.14.10. PR #777 by @pre-commit-ci[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.14.1 to v0.14.6. PR #773 by @pre-commit-ci[bot]. - ⬆ Bump actions/checkout from 5 to 6. PR #774 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.12.11 to v0.14.1. PR #770 by @pre-commit-ci[bot]. - ⬆ Bump astral-sh/setup-uv from 6 to 7. PR #772 by @dependabot[bot].
- ⬆ Bump actions/setup-python from 5 to 6. PR #769 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.12.10 to v0.12.11. PR #768 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.12.9 to v0.12.10. PR #767 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.12.3 to v0.12.9. PR #764 by @pre-commit-ci[bot]. - ⬆ Bump actions/checkout from 4 to 5. PR #766 by @dependabot[bot].
- ⬆ Bump samuelcolvin/check-python-version from 4.1 to 5. PR #765 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.12.2 to v0.12.3. PR #762 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.12.1 to v0.12.2. PR #761 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.11.13 to v0.12.1. PR #760 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.11.12 to v0.11.13. PR #759 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.11.11 to v0.11.12. PR #757 by @pre-commit-ci[bot].
Docs
- 📝 Update README for AuthX. PR #785 by @yezz123.
- 📝 Update documentation for AuthX features and usage. PR #784 by @yezz123.
- 📝 add @NeViNez as a contributor for bug. PR #778 by @allcontributors[bot].
Internal
1.4.3
Features
- ✨ added support for
JWT_COOKIE_HTTP_ONLY. PR #755 by @Evergreenies.
Fixes
- 🐛 Fix Examples bugs. PR #753 by @Evergreenies.
Upgrades
- ⬆️ Bump
ruff-pre-commitfrom v0.11.9 to v0.11.11. PR #751 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.11.6 to v0.11.9. PR #750 by @pre-commit-ci[bot]. - ⬆ Bump astral-sh/setup-uv from 5 to 6. PR #749 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.11.5 to v0.11.6. PR #748 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.11.2 to v0.11.5. PR #747 by @pre-commit-ci[bot].
Docs
- 📝 add @Evergreenies as a contributor for code. PR #754 by @allcontributors[bot].
Internal
1.4.2
Features
Upgrades
- ⬆️ Bump
ruff-pre-commitfrom v0.9.10 to v0.11.2. PR #743 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.9.9 to v0.9.10. PR #740 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.9.7 to v0.9.9. PR #739 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.9.6 to v0.9.7. PR #735 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.9.4 to v0.9.6. PR #733 by @pre-commit-ci[bot]. - ⬆️ [pre-commit.ci] pre-commit autoupdate. PR #732 by @pre-commit-ci[bot].
- ⬆️ Update pytz requirement in the python-packages group. PR #731 by @dependabot[bot].
- ⬆️ [pre-commit.ci] pre-commit autoupdate. PR #730 by @pre-commit-ci[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.9.1 to v0.9.2. PR #729 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.8.6 to v0.9.1. PR #728 by @pre-commit-ci[bot]. - ⬆️ Bump
ruff-pre-commitfrom v0.8.4 to v0.8.6 . PR #727 by @pre-commit-ci[bot]. - ⬆️ Bump astral-sh/setup-uv from 4 to 5. PR #724 by @dependabot[bot].
Docs
- 📝 add @lmasikl as a contributor for code. PR #742 by @allcontributors[bot].
- 📝 Update documentation for AuthX. PR #737 by @yezz123.
Internal
1.4.1
Features
Internal
- 🗑️ Deprecate MemoryIO class and associated tests. PR #721 by @yezz123.
- 🔧 Enhance the Project Dependencies to be fully migrated to UV. PR #711 by @yezz123.
Docs
- 📝 Update installation instructions to simplify pip install command. PR #722 by @yezz123.
- 📝 Update documentation for installation and command usage. PR #718 by @yezz123.
- 📝 add @callamd as a contributor for code. PR #710 by @allcontributors[bot].
Upgrades
- ⬆️️ Bump
ruff-pre-commitfrom v0.8.1 to v0.8.4. PR #719 by @pre-commit-ci[bot]. - ⬆️️ Bump
ruff-pre-commitfrom v0.8.0 to v0.8.1. PR #707 by @pre-commit-ci[bot]. - ⬆️ Bump the python-packages group with 17 updates. PR #706 by @dependabot[bot].
- ⬆️️ Bump
ruff-pre-commitfrom v0.7.4 to v0.8.0. PR #705 by @pre-commit-ci[bot]. - ⬆️️ Bump
ruff-pre-commitfrom v0.7.3 to v0.7.4. PR #703 by @pre-commit-ci[bot]. - ⬆️ Bump codecov/codecov-action from 4 to 5. PR #701 by @dependabot[bot].
- ⬆️️ Bump
ruff-pre-commitfrom v0.7.2 to v0.7.3. PR #699 by @pre-commit-ci[bot]. - ⬆️ Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2. PR #697 by @dependabot[bot].
- ⬆️️ Upgrade the uv setup package to 4.1. PR #700 by @yezz123.
- ⬆️️ Bump
ruff-pre-commitfrom v0.7.1 to v0.7.2. PR #696 by @pre-commit-ci[bot]. - ⬆️ Bump the python-packages group with 8 updates. PR #694 by @dependabot[bot].
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0. PR #695 by @dependabot[bot].
- ⬆️️ Bump
ruff-pre-commitfrom v0.7.0 to v0.7.1. PR #693 by @pre-commit-ci[bot]. - ⬆️ Bump the python-packages group with 7 updates. PR #692 by @dependabot[bot].
- ⬆️️ Bump
ruff-pre-commitfrom v0.6.9 to v0.7.0. PR #690 by @pre-commit-ci[bot]. - ⬆️ Bump the python-packages group with 12 updates. PR #689 by @dependabot[bot].
1.4.0
Note: This release contains breaking changes, Dropping support for Python 3.8, and adding support for Python 3.13.
Breaking Changes
Fixes
Upgrades
- ⬆️ Bump starlette from 0.39.2 to 0.40.0. PR #688 by @dependabot[bot].
- ⬆️ Bump the python-packages group with 16 updates. PR #685 by @dependabot[bot].
- ⬆️ Bump the Pre-commit Dependencies Version. PR #684 by @pre-commit-ci[bot].
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3. PR #681 by @dependabot[bot].
- ⬆️️ Update dependencies in
uv.lock. PR #680 by @yezz123. - ⬆️ Bump
ruff-pre-commitfrom v0.6.7 to v0.6.8. PR #678 by @pre-commit-ci[bot].
Docs
Internal
1.3.1
Docs
- ♻️ Refactor documentation requirements. PR #674 by @yezz123.
- 📝 add @jor-rit as a contributor for platform. PR #666 by @allcontributors[bot].
- 🍱 Optimize images sizes. PR #651 by @imgbot[bot].
- 📝 Update image URL in different pages & Fix naming typo. PR #649 by @yezz123.
- 🔧 Re-organize
mkdocsconfiguration & add new plugins. PR #646 by @yezz123.
Internal
- 🔧 Drop Python 3.8 version matrix in CI workflow. PR #675 by @yezz123.
- 🐛 add
itsdangerousto project dependencies level. PR #664 by @jor-rit.
Upgrades
- ⬆️ Bump
ruff-pre-commitfrom v0.6.5 to v0.6.7. PR #673 by @pre-commit-ci[bot]. - ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2. PR #672 by @dependabot[bot].
- ⬆️ Bump ruff-pre-commit from v0.6.4 to v0.6.5. PR #671 by @pre-commit-ci[bot].
- ⬆️ Bump ruff-pre-commit from v0.6.3 to v0.6.4. PR #670 by @pre-commit-ci[bot].
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1. PR #669 by @dependabot[bot].
- ⬆️️ Bump cryptography from 43.0.0 to 43.0.1. PR #668 by @dependabot[bot].
- ⬆️ Bump ruff-pre-commit from v0.6.2 to v0.6.3. PR #667 by @pre-commit-ci[bot].
- ⬆️ Bump ruff-pre-commit from v0.6.1 to v0.6.2. PR #662 by @pre-commit-ci[bot].
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0. PR #665 by @dependabot[bot].
- ⬆️ Bump ruff-pre-commit from v0.5.7 to v0.6.1. PR #659 by @pre-commit-ci[bot].
- ⬆️ Bump ruff-pre-commit from v0.5.6 to v0.5.7. PR #656 by @pre-commit-ci[bot].
- ⬆️ Bump ruff-pre-commit from v0.5.5 to v0.5.6. PR #654 by @pre-commit-ci[bot].
- ⬆️ Bump the python-packages group with 5 updates. PR #652 by @dependabot[bot].
- ⬆️ Bump ruff-pre-commit from v0.5.4 to v0.5.5. PR #653 by @pre-commit-ci[bot].
- ⬆️️ Update uv version to
0.2.30. PR #650 by @pinchXOXO. - ⬆️ Bump ruff-pre-commit from v0.5.2 to v0.5.4. PR #648 by @pre-commit-ci[bot].
1.3.0
Features
Fixes
- 🐛 fix unsupported comparison between two type instances. PR #643 by @yezz123.
- 🐛 add support for additional data in JWT token creation and decoding. PR #641 by @yezz123.
Refactors
Upgrades
- ⬆ Bump ruff-pre-commit from v0.5.1 to v0.5.2. PR #644 by @pre-commit-ci[bot].
- ⬆️ Update uv version to
0.2.24. PR #642 by @pinchXOXO. - ⬆ Bump
ruff-pre-commitfrom v0.5.0 to v0.5.1. PR #639 by @pre-commit-ci[bot].
1.2.1
Upgrades
- ⬆️ Bump certifi from
2024.6.2to2024.7.4. PR #637 by @dependabot[bot]. - ⬆️ Update pydantic and pydantic-core versions to 2.8.0 and 2.20.0. PR #635 by @yezz123.
- ⬆️ Bump
ruff-pre-commitfrom v0.4.10 to v0.5.0. PR #634 by @pre-commit-ci[bot]. - ⬆️ Bump
uvversion to0.2.18. PR #632 by @pg365. - ⬆️ Bump
ruff-pre-commitfrom v0.4.9 to v0.4.10. PR #627 by @pre-commit-ci[bot].
Docs
- 📝 add @pg365 as a contributor for Dependencies. PR #633 by @allcontributors[bot].
Internal
1.2.0
Features
Refactors
- 🔧 Remove
no-untyped-deffrom disabled error codes. PR #621 by @yezz123. - 🔧 Remove
arg-typefrom disabled error codes. PR #619 by @yezz123. - 🔧 Remove
dict-itemfrom disabled error codes. PR #617 by @yezz123. - 🔧 Remove
call-argfrom disabled error codes. PR #616 by @yezz123. - 🔧 Remove return-value from disabled error codes. PR #615 by @yezz123.
- 🔧 Remove
call-overloadfrom disabled error codes. PR #613 by @yezz123. - 🔧 Remove
type-argfrom disabled error codes. PR #612 by @yezz123. - 🐛 remove
print()in the release file. PR #594 by @pinchXOXO.
Upgrades
- ⬆️ Bump urllib3 from 2.2.1 to 2.2.2 in /requirements. PR #622 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.4.8 to v0.4.9. PR #623 by @pre-commit-ci[bot]. - ⬆️ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0. PR #620 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.4.7 to v0.4.8. PR #601 by @pre-commit-ci[bot]. - ⬆️ Bump the python-packages group with 2 updates. PR #600 by @dependabot[bot].
- ⬆️ Bump
ruff-pre-commitfrom v0.4.5 to v0.4.7. PR #598 by @pre-commit-ci[bot]. - ⬆️ [pre-commit.ci] pre-commit autoupdate. PR #597 by @pre-commit-ci[bot].
- ⬆️ Bump the python-packages group with 4 updates. PR #596 by @dependabot[bot].
- ⬆️ Update uv version to
0.2.3. PR #595 by @pinchXOXO.