Skip to content

Releases: ramonsmits/NServiceBus.RateLimiter

4.0.0

Choose a tag to compare

@ramonsmits ramonsmits released this 14 Jun 12:17

What's Changed

  • ✨ Support NServiceBus 9.x

Full Changelog: 3.1.0...4.0.0

3.1.0

Choose a tag to compare

@ramonsmits ramonsmits released this 16 Jul 12:10

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

Choose a tag to compare

@ramonsmits ramonsmits released this 09 Dec 15:47

What's Changed

  • Supports NServiceBus 8.x

Full Changelog: 2.1.0...3.0.0

2.1.0

Choose a tag to compare

@ramonsmits ramonsmits released this 09 Dec 15:48
  • 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

Choose a tag to compare

@ramonsmits ramonsmits released this 24 Sep 08:26

Targeting NServiceBus 7 final

2.0.0-beta0001

2.0.0-beta0001 Pre-release
Pre-release

Choose a tag to compare

@ramonsmits ramonsmits released this 25 Nov 19:25
f010a4e
  • Targeting NServiceBus 7 which is currently in beta.

1.0.4

Choose a tag to compare

@ramonsmits ramonsmits released this 25 Nov 18:39

Bugs:

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

1.0.3

Choose a tag to compare

@ramonsmits ramonsmits released this 24 Nov 10:53

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

1.0.2

Choose a tag to compare

@ramonsmits ramonsmits released this 23 Nov 21:13

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

1.0.1

Choose a tag to compare

@ramonsmits ramonsmits released this 19 Nov 22:00

Fixed duration calculation bug for smallest intervals