Django-ninja-extra

Latest version: v0.21.8

Safety actively analyzes 688178 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

0.21.1

What's Changed
* Support for Ninja V1.2.1 by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/156


**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.21.0...0.21.1

0.21.0

What's Changed
* fix: Controller Throttling application hierarchy by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/155


**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.20.9...0.21.0

0.20.9

What's Changed
* fix: Operation exception Log Level by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/139
* Bump pytest-asyncio from 0.23.6 to 0.23.7 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/143
* Bump ruff from 0.4.2 to 0.4.7 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/142
* fix: codestyle ci test by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/144
* fixing url-names at ModelControllerBuilder by jdiego in https://github.com/eadwinCode/django-ninja-extra/pull/145
* Bump ruff from 0.4.7 to 0.5.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/150
* Bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/151
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/152
* feat: Ninja V1.2.0 Support by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/153
* fix: Ruff v0.5.0 linting errors by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/154

Deprecated
- `throttle` decorator is now deprecated. Use route operation decorators `throttle` parameter instead as described in [throttle updated document](https://eadwincode.github.io/django-ninja-extra/tutorial/throttling/)
- `THROTTLE_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` and `NUM_PROXIES` should be moved to `NINJA` settings as they will be removed on v0.21.4 release from Ninja Extra package. `THROTTLE_RATES` is the same as `DEFAULT_THROTTLE_RATES` in Ninja settings and `NUM_PROXIES` remains the same.

New Contributors
* jdiego made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/145

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.20.7...0.20.9

0.20.7

What's Changed
* fix(pagination): Code refactor by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/130
* Fix `Ordering` multisort by xLanStar in https://github.com/eadwinCode/django-ninja-extra/pull/133
* Bump ruff from 0.3.4 to 0.4.2 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/132
* fix(AuthError): Sync authentication error with Ninja by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/136
* Mypy 1.10.0 upgrade by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/137
* Bump pytest-asyncio from 0.20.3 to 0.23.6 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/123

New Contributors
* xLanStar made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/133

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.20.6...0.20.7

0.20.6

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/108
* fix(controller): fix typing for controller base by yorickr in https://github.com/eadwinCode/django-ninja-extra/pull/111
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/114
* Context Parameter Renamed by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/120
* Bump mypy from 1.7.1 to 1.9.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/125
* Update mkdocs-material requirement from <8.0.0,>=7.1.9 to >=7.1.9,<10.0.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/124
* Bump ruff from 0.1.7 to 0.3.4 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/122
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/121
* Update typing for api_controller decorator by Adrian-at-CrimsonAzure in https://github.com/eadwinCode/django-ninja-extra/pull/126
* fix mypy typing error by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/127

New Contributors
* yorickr made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/111
* Adrian-at-CrimsonAzure made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/126

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.20.4...0.20.6

0.20.5

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/108
* fix(controller): fix typing for controller base by yorickr in https://github.com/eadwinCode/django-ninja-extra/pull/111
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/114
* Context Parameter Renamed by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/120

New Contributors
* yorickr made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/111

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.20.4...0.20.5

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.