Skip to content

Releases: robotomize/go-ratelimiter

go-ratelimiter v0.2.0

06 May 09:01
Compare
Choose a tag to compare

Update README.md and some fixes

  • Fix nil pointer dereference into http middleware
  • Update documentation
  • Update pipeline
  • Add helper for redis

go-ratelimiter v0.1.0

04 Apr 08:32
Compare
Choose a tag to compare

A stable release that includes http middleware that supports http.Handler.

A simple redis storage implementation has been added.
Basic methods of taking a constraint and removing all constraints in the repository have been implemented