Releases: eadwinCode/django-ninja-jwt
Releases · eadwinCode/django-ninja-jwt
v5.3.5
What's Changed
- Bump ruff from 0.6.3 to 0.6.8 by @dependabot in #95
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 by @dependabot in #94
- Update README.md by @littlewhitedragonIN in #96
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 by @dependabot in #99
- Bump ruff from 0.6.8 to 0.7.1 by @dependabot in #98
- fix: Typing and exception default codes by @eadwinCode in #101
New Contributors
- @littlewhitedragonIN made their first contribution in #96
Full Changelog: v5.3.4...v5.3.5
v5.3.4
What's Changed
- Bump ruff from 0.5.5 to 0.6.3 by @dependabot in #92
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in #91
- fix: Added py.typed file by @eadwinCode in #93
Full Changelog: v5.3.3...v5.3.4
v5.3.3
What's Changed
- Bump ruff from 0.5.0 to 0.5.5 by @dependabot in #87
- Fix: Request Missing During Authentication by @eadwinCode in #89
Full Changelog: v5.3.2...v5.3.3
v5.3.2
What's Changed
- Grammar issue fix by @chayim in #75
- Bump ruff from 0.3.4 to 0.4.2 by @dependabot in #73
- Update auth_integration.md by @Svtter in #76
- Bump ruff from 0.4.2 to 0.5.0 by @dependabot in #82
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #81
- fix: Docs Typo Errors by @eadwinCode in #84
- fix: Controller and Router Static Operational ID by @eadwinCode in #85
New Contributors
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
- Bump ruff from 0.1.9 to 0.1.15 by @dependabot in #60
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #61
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #62
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #69
- Bump ruff from 0.1.15 to 0.3.4 by @dependabot in #68
- small fix to the description by @CarlosBueno99 in #70
- Fix: Verify and Blacklist custom response schema by @eadwinCode in #72
New Contributors
- @CarlosBueno99 made their first contribution in #70
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- Update from jazz by @eadwinCode in #53
- Bump actions/setup-python from 4 to 5 by @dependabot in #56
- Bump ruff from 0.1.7 to 0.1.9 by @dependabot in #55
- Skip global auth by @eadwinCode in #57
Full Changelog: v5.2.10...v5.3.0
v5.2.10
v5.2.9
What's Changed
- Pydantic v2 upgrade by @eadwinCode in #45
- Bumped up the Ninja-Extra version that supports the latest Ninja V1 by @eadwinCode in #45
Full Changelog: v5.2.7...v5.2.9
v5.2.7
What's Changed
- Bump click from 8.0.4 to 8.1.7 by @dependabot in #42
- Bump black from 23.7.0 to 23.10.1 by @dependabot in #41
- Bump ruff from 0.0.275 to 0.1.3 by @dependabot in #40
- Bump actions/checkout from 3 to 4 by @dependabot in #39
- Addressing some Django 5.0 breaking changes by @jaddison in #37
New Contributors
Full Changelog: 5.2.6...v5.2.7
v5.2.6
What's Changed
- code linting with ruff by @eadwinCode in #29
- bumped up required python and updated the docs by @eadwinCode in #31
- Bump black from 21.12b0 to 23.3.0 by @dependabot in #28
- feat: add default routers autentication by @pedrohsbarbosa99 in #35
from ninja import NinjaAPI from ninja_jwt.routers.obtain import obtain_pair_router api = NinjaAPI() api.add_router('/token', tags=['Auth'], router=obtain_pair_router) ...
New Contributors
- @pedrohsbarbosa99 made their first contribution in #35
Full Changelog: v5.2.5...5.2.6