Skip to content

Commit

Permalink
On to the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Dec 21, 2022
1 parent 20274c1 commit ec24a6b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions limitador/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Notable changes to Limitador will be tracked in this document.

## 0.3.0 - 2022-12-20

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

## 0.2.0 - 2021-03-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion limitador/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "limitador"
version = "0.3.0-rc1"
version = "0.4.0-dev"
authors = ["David Ortiz <[email protected]>", "Eguzki Astiz Lezaun <[email protected]>", "Alex Snaps <[email protected]>"]
license = "Apache-2.0"
keywords = ["rate-limiting", "rate", "limiter"]
Expand Down

0 comments on commit ec24a6b

Please sign in to comment.