Skip to content

Releases: Kuadrant/limitador

v1.6.0

17 Sep 13:35
0e4aed3
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.5.0...v1.6.0

v1.5.0

28 May 12:23
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

Other Changes

Read more

v1.4.0

03 May 15:24
e75ae55
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

  • Add metrics on traffic going in the server and out of the crate layer (e.g. Redis) by @alexsnaps in #250
  • Support pushing traces to otel collector by @adam-cattermole in #261

Other Changes

New Contributors

Full Changelog: server-v1.3.0...server-v1.4.0

Limitador crate v0.6.0

03 May 15:23
e75ae55
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

  • Add metrics on traffic going in the server and out of the crate layer (e.g. Redis) by @alexsnaps in #250

Other Changes

New Contributors

Full Changelog: crate-v0.5.0...crate-v0.6.0

v1.3.0

13 Sep 18:59
579a4cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: server-v1.2.0...server-v1.3.0

Limitador crate v0.5.0

13 Sep 15:52
579a4cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: crate-v0.4.0...crate-v0.5.0

v1.2.0

03 May 18:29
2ac2bf3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: server-v1.0.0...server-v1.2.0

Limitador crate v0.4.0

03 May 16:14
2ac2bf3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: crate-v0.3.0...crate-v0.4.0

Limitador crate v0.3.0

21 Dec 01:34
07f3de7
Compare
Choose a tag to compare
  • Added Infinispan limits storage (first version) #38 #43 #44 #45
  • Perform semver-compatible dependency updates and move to edition 2021 #51
  • Update Limitador to Tokio 1 async reactor #54
  • Impl From<&str> for Namespace instead of FromStr as it can't fail #76
  • RaterLimiter to take a &Namespace #77
  • Keeps all Limits in memory only #78
  • Removed lifecycles from public types #80
  • Limit's max_value and name fields play no role in their identity… #93
  • Scanner based parsing of Limit's conditions #109
  • Add support for != in conditions #113
  • Bubble error up when connecting to Redis fails #130

v1.0.0

21 Dec 13:27
bb424e6
Compare
Choose a tag to compare

Added

  • Support for command line arguments and options
  • Validation of the complete environment on start
  • LIMIT_FILE is monitored for changes and hot-reloaded

Changed

  • Syntax for condition within Limits changed
  • Removed the HTTP endpoints to mutate Limits
  • Limits are solely loaded from the LIMIT_FILE
  • Only Counters to Limits are persisted, Limits loaded from file are held in memory
  • Duplicated Limits with same namespace, conditions and variables is now impossible

Removed

  • By default, Infinispan support isn't compiled in. Use feature infinispan at build time