Skip to content

Releases: 2manymws/rl

v0.10.0

16 Dec 06:37
f583344
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Split interface Limiter and port default Counter from github.com/k1LoW/rlutil by @k1LoW in #45

Other Changes

Full Changelog: v0.9.1...v0.10.0

v0.9.1

15 Dec 08:21
b8ed624
Compare
Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

v0.9.0

02 Dec 03:24
083f1b1
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump up version of golang.org/x/sync by @k1LoW in #41
  • In cases within OnRequestLimit, I want to execute next. by @pyama86 in #43

Full Changelog: v0.8.0...v0.9.0

v0.8.0

28 Nov 08:37
5492497
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • The domain that has hit the rate limit is what I want to know. by @pyama86 in #39

Full Changelog: v0.7.1...v0.8.0

v0.7.1

24 Nov 06:43
19497a9
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • should check error before access rule by @pyama86 in #37

Full Changelog: v0.7.0...v0.7.1

v0.7.0

31 Oct 02:26
424f8fe
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Full Changelog: v0.6.2...v0.7.0

v0.6.2

30 Oct 08:33
c10a935
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.6.1...v0.6.2

v0.6.1

15 Sep 14:17
9610fa4
Compare
Choose a tag to compare

What's Changed

Other Changes

  • In the case of multiple limiters, cancel unnecessary processing if one limiter exceeds its limit. by @k1LoW in #21
  • Show benchmark in pull request using octocov by @k1LoW in #23
  • Freeze benchtime by @k1LoW in #24
  • Close request body when response error in rl by @k1LoW in #25
  • Revert "Close request body when response error in rl" by @k1LoW in #26
  • Add gostyle-action by @k1LoW in #27

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 Aug 12:48
a47fdc3
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Provide Limiter with a feature to ignore the next and following Limiters. by @k1LoW in #20

Fix bug 🐛

  • Should put a default value in the statuscode. by @pyama86 in #15
  • WriteHeader() is called before Write(). Also, it is not possible to write the header twice. by @k1LoW in #18

Other Changes

  • Should not set X-RateLimit-* headers when no limit. by @k1LoW in #19

Full Changelog: v0.5.2...v0.6.0

v0.5.2

28 Aug 04:41
1d1f186
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.5.1...v0.5.2