Limitador crate v0.6.0
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
- Warns by @alexsnaps in #210
- Added link to slack channel on k8s workspace by @alexsnaps in #211
- Clippy on all targets by @alexsnaps in #212
- Update time-rs dep by @alexsnaps in #216
- refactor: use or_default() instead of or_insert_with() by @KevFan in #218
- refactor: use actions-rust-lang/setup-rust-toolchain@v1 & docker/setup-buildx-action@v3 for e2e by @KevFan in #221
- Update rustix by @alexsnaps in #226
- Maintenance/docs by @Boomatang in #225
- Bump openssl from 0.10.57 to 0.10.60 by @dependabot in #227
- Add issues/PR to new project by @alexsnaps in #229
- new sandbox: secured redis by @eguzki in #228
- Bump unsafe-libyaml from 0.2.9 to 0.2.10 by @dependabot in #251
- refactor: use x.first() instead of x.get(0) by @KevFan in #253
- only run gh action on local PRs by @alexsnaps in #256
- Adding adopters and maintainers files by @pmccarthy in #255
- gRPC server reflection by @eguzki in #224
- refactor: cross compile for arm64 image build by @KevFan in #222
- Bump h2 from 0.3.21 to 0.3.24 by @dependabot in #257
- Bump shlex from 1.2.0 to 1.3.0 by @dependabot in #258
- Clippy fix by @alexsnaps in #260
- cmdline uses default values from crate, rather than its own by @alexsnaps in #274
- Fix main: Allow clippy::multiple_crate_versions for now by @alexsnaps in #278
- Bump mio from 0.8.8 to 0.8.11 by @dependabot in #266
- new sandbox: otel instrumentation with redis datastore by @eguzki in #277
- Write behind lock by @alexsnaps in #276
- integration tests for async redis with local cache by @eguzki in #283
- Resilient cache by @alexsnaps in #279
- Update h2 by @alexsnaps in #289
- Removed the lazy static from the prometheus metrics by @adam-cattermole in #286
- Cached value by @alexsnaps in #288
- Update almost all deps by @alexsnaps in #290
- Batch update by @didierofrivia in #285
- Refactor the way we deal with partitions by @alexsnaps in #291
- Consider a connection issue a transient one by @alexsnaps in #292
- Support pending writes within CachedCounterValue by @alexsnaps in #299
- More write behind by @alexsnaps in #303
- Refactor metrics to use alternate metrics crate by @adam-cattermole in #301
- Added tests... and fixes... to CachedCounterValue by @alexsnaps in #310
New Contributors
- @Boomatang made their first contribution in #225
- @pmccarthy made their first contribution in #255
Full Changelog: crate-v0.5.0...crate-v0.6.0