Releases: eadwinCode/django-ninja-extra
Releases · eadwinCode/django-ninja-extra
0.21.8
What's Changed
- fix: Controller Operation Order by @eadwinCode in #214
Full Changelog: 0.21.7...0.21.8
0.21.7
What's Changed
- fix: Ninja Schema Upgrade by @eadwinCode in #205
- fix: AsyncSessionAuth Refactor by @eadwinCode in #206
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #210
- Bump codecov/codecov-action from 3 to 5 by @dependabot in #209
- fix: Permission execution time by @eadwinCode in #213
Full Changelog: 0.21.6...0.21.7
0.21.6
What's Changed
- Refactor: Controller Route Computation by @eadwinCode in #177
- Bump mypy from 1.11.1 to 1.11.2 by @dependabot in #183
- Bump ruff from 0.5.6 to 0.6.3 by @dependabot in #182
- Bump pytest-asyncio from 0.23.8 to 0.24.0 by @dependabot in #181
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in #180
- Fix: Multiple Response by @eadwinCode in #186
- Bump ruff from 0.6.3 to 0.6.8 by @dependabot in #188
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 by @dependabot in #187
- bugfix: OperandHolder object can't transmit the permission message. by @cololi in #194
- fix(Injector): When django_injector is install and replace injector instance, add ninja_extra module by @QuentinRillet in #196
- Bump mypy from 1.11.2 to 1.13.0 by @dependabot in #200
- Bump ruff from 0.6.8 to 0.7.1 by @dependabot in #199
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 by @dependabot in #198
- fix: Async session auth by @eadwinCode in #203
- fix: Permission Check Before Schema validation by @eadwinCode in #204
New Contributors
- @cololi made their first contribution in #194
- @QuentinRillet made their first contribution in #196
Full Changelog: 0.21.4...0.21.6
0.21.4
What's Changed
- fix: Operational ID generation starting with a number by @eadwinCode in #175
- Django Ninja V1.3.0 upgrade by @eadwinCode in #176
Full Changelog: 0.21.3...0.21.4
0.21.3
What's Changed
- Bump pytest-asyncio from 0.23.7 to 0.23.8 by @dependabot in #166
- Bump mypy from 1.10.1 to 1.11.1 by @dependabot in #165
- Bump ruff from 0.5.0 to 0.5.5 by @dependabot in #164
- Bump ruff from 0.5.5 to 0.5.6 by @dependabot in #170
- fix: throttle not used in NinjaExtraAPI init by @eadwinCode in #171
Full Changelog: 0.21.2...0.21.3
0.21.2
What's Changed
- Upgraded to latest ninja v1.2.2 by @eadwinCode in #161
- fix: UUID path resolver in Model Controller by @eadwinCode in #160
Full Changelog: 0.21.1...0.21.2
0.21.1
0.21.0
What's Changed
- fix: Controller Throttling application hierarchy by @eadwinCode in #155
Full Changelog: 0.20.9...0.21.0
0.20.9
What's Changed
- fix: Operation exception Log Level by @eadwinCode in #139
- Bump pytest-asyncio from 0.23.6 to 0.23.7 by @dependabot in #143
- Bump ruff from 0.4.2 to 0.4.7 by @dependabot in #142
- fix: codestyle ci test by @eadwinCode in #144
- fixing url-names at ModelControllerBuilder by @jdiego in #145
- Bump ruff from 0.4.7 to 0.5.0 by @dependabot in #150
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #151
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #152
- feat: Ninja V1.2.0 Support by @eadwinCode in #153
- fix: Ruff v0.5.0 linting errors by @eadwinCode in #154
Deprecated
@throttle
decorator is now deprecated. Use route operation decoratorsthrottle
parameter instead as described in throttle updated documentTHROTTLE_CLASSES
in NINJA_EXTRA settings is no longer necessary and will be removed on v0.21.4 release. Import the throttling class directly and use where as shown in the throttling document.THROTTLE_RATES
andNUM_PROXIES
should be moved toNINJA
settings as they will be removed on v0.21.4 release from Ninja Extra package.THROTTLE_RATES
is the same asDEFAULT_THROTTLE_RATES
in Ninja settings andNUM_PROXIES
remains the same.
New Contributors
Full Changelog: 0.20.7...0.20.9
0.20.7
What's Changed
- fix(pagination): Code refactor by @eadwinCode in #130
- Fix
Ordering
multisort by @xLanStar in #133 - Bump ruff from 0.3.4 to 0.4.2 by @dependabot in #132
- fix(AuthError): Sync authentication error with Ninja by @eadwinCode in #136
- Mypy 1.10.0 upgrade by @eadwinCode in #137
- Bump pytest-asyncio from 0.20.3 to 0.23.6 by @dependabot in #123
New Contributors
Full Changelog: 0.20.6...0.20.7