Changelog

v1.0.1

Cleanup correctness improvements for Redis-backed and hybrid limiters.

Release Date: April 2026 Crate: trypemaDocumentation: docs.rs/trypemaRepository: github.com/dev-davexoyinbo/trypema


v1.0.1 is a cleanup-focused patch release for Redis-backed and hybrid limiters.

Highlights

  • Scoped active-entity tracking per rate type so cleanup does not remove unrelated state.
  • Improved hybrid cleanup so stale in-memory state is evicted alongside Redis state.
  • Added stronger test coverage around cleanup loops and post-cleanup behavior.

Why it matters

This release makes long-running Redis and hybrid deployments more predictable by keeping cleanup behavior aligned with the actual state each limiter is responsible for.