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