Skip to content

0.20.9

Compare
Choose a tag to compare
@eadwinCode eadwinCode released this 01 Jul 23:30
· 117 commits to master since this release

What's Changed

Deprecated

  • @throttle decorator is now deprecated. Use route operation decorators throttle parameter instead as described in throttle updated document
  • 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

Full Changelog: 0.20.7...0.20.9