Skip to content

Releases: AnimeKaizoku/ratelimiter

Version 1.0.9

17 Aug 15:37
Compare
Choose a tag to compare

Fixed an issue where it was possible for maxTimeout parameter to not be set correctly.


Full Changelog: v1.0.8...v1.0.9

Version 1.0.8

17 May 21:14
Compare
Choose a tag to compare

Version 1.0.7

02 Feb 11:44
b10cd97
Compare
Choose a tag to compare

Fix bugs

Version 1.0.6

02 Feb 10:29
24c9620
Compare
Choose a tag to compare

Change log of version 1.0.6:

  • Added config struct, now users need to pass config value to NewLimiter function.
  • Edited readme file and added a sample.
  • Added support for inline queries.
  • Added support for multiple group handlers.
  • Upgraded dependencies to their latest version.

Version 1.0.5

09 Nov 20:56
4477665
Compare
Choose a tag to compare

Fix issues in limiterFilter function.

Version 1.0.4

09 Nov 19:57
9fc189d
Compare
Choose a tag to compare

Fix small issues in algorithm.

Version 1.0.3

09 Nov 18:00
febf518
Compare
Choose a tag to compare

Add custom ignore feature for users.

Version 1.0.2

02 Nov 12:07
4723b4e
Compare
Choose a tag to compare

Convert trigger to triggers; now setting multiple triggers are supported.
Add TextOnly field; now users can tell the library to only check for text messages.
Now users can append trigger functions to the limiter.
Now users can set limiter to TextOnly mode; which means limiter will only check for messages which contain text, if they don't contain any text in them, limiter will simply ignore them.

Version 1.0.1

12 Sep 19:57
fbc3ea2
Compare
Choose a tag to compare

Version 1.0.0

12 Sep 17:11
52cbf8f
Compare
Choose a tag to compare

The first version of ratelimiter.