Skip to content

Releases: Kuadrant/limitador

v2.0.0

26 Mar 10:30
v2.0.0
1ca688e
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • 🔥 conditions et at, replacing with proper cel::Predicates & ::Expressions by @alexsnaps in #396

Exciting New Features 🎉

  • logs with redacted password in URL by @eguzki in #379

Other Changes

New Contributors

Full Changelog: v1.6.0...v2.0.0

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