Releases: ramonsmits/NServiceBus.RateLimiter
Releases · ramonsmits/NServiceBus.RateLimiter
4.0.0
3.1.0
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
2.1.0
- 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
Targeting NServiceBus 7 final
2.0.0-beta0001
- Targeting NServiceBus 7 which is currently in beta.
1.0.4
Bugs:
- Configuration extension didn't result in rate limiter behavior to be registered because the feature wasn't enabled.
1.0.3
Limiting NServiceBus version to not include v7 as this requires a new version.
1.0.2
Now supporting net452, which is the minimum supported .net framework version by NServiceBus 6.
1.0.1
Fixed duration calculation bug for smallest intervals