Skip to content

Releases: ramonsmits/NServiceBus.RateLimiter

4.0.0

14 Jun 12:17
Compare
Choose a tag to compare

What's Changed

  • ✨ Support NServiceBus 9.x

Full Changelog: 3.1.0...4.0.0

3.1.0

16 Jul 12:10
Compare
Choose a tag to compare

What's Changed

  • ✨ Ability to override StartDurationThreshold to change the duration… by @ramonsmits in #5

Full Changelog: 3.0.0...3.1.0

3.0.0

09 Dec 15:47
Compare
Choose a tag to compare

What's Changed

  • Supports NServiceBus 8.x

Full Changelog: 2.1.0...3.0.0

2.1.0

09 Dec 15:48
Compare
Choose a tag to compare
  • Added API ApplyRateLimiting(this EndpointConfiguration instance, int limitPerSecond) as users reported issues when 'concurrency' was set to a low value. This API should prevent incorrect usage of the existing API which now has the 'concurrency' argument renamed to 'burstSize'.

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Sep 08:26
Compare
Choose a tag to compare

Targeting NServiceBus 7 final

2.0.0-beta0001

25 Nov 19:25
f010a4e
Compare
Choose a tag to compare
2.0.0-beta0001 Pre-release
Pre-release
  • Targeting NServiceBus 7 which is currently in beta.

1.0.4

25 Nov 18:39
Compare
Choose a tag to compare

Bugs:

  • Configuration extension didn't result in rate limiter behavior to be registered because the feature wasn't enabled.

1.0.3

24 Nov 10:53
Compare
Choose a tag to compare

Limiting NServiceBus version to not include v7 as this requires a new version.

1.0.2

23 Nov 21:13
Compare
Choose a tag to compare

Now supporting net452, which is the minimum supported .net framework version by NServiceBus 6.

1.0.1: Automatic calculation was incorrect, now only doing calculations in o…

19 Nov 22:00
Compare
Choose a tag to compare

Fixed duration calculation bug for smallest intervals