Changelog

v1.0.0

First stable release of Trypema with three providers, two strategies, and one API.

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


v1.0.0 introduced the first stable version of Trypema.

Release highlights

  • Three providers: local, Redis, and hybrid
  • Two strategies: absolute and suppressed
  • Fractional rate limits
  • Sliding-window accounting with configurable bucket grouping
  • Redis-backed support for Tokio or Smol
  • Zero-unsafe-code public release with complete public documentation

What the release established

Trypema launched as a single API that can cover:

  • single-process limiting
  • direct Redis-backed distributed limiting
  • very high-throughput distributed limiting through hybrid local fast paths

That provider range is still the core shape of the library today.