- Major: Update Dashmap and Redis dependencies.
- Patch: Fix Redis key expiry bug.
- Major: Removes async-trait dependency.
- Major: Redis backend now uses BITFIELD to store counts.
- Major: Backend return type is now a
Decision
enum instead of abool
.
- Patch: Improve documentation.
- Minor: Added
SimpleBuilderFuture
type alias.
- Major: Middleware will now always render a response on error cases, except for an error from the wrapped service call which is now returned immediately.
- Patch: Fixed docs.rs configuration