Skip to content

Releases: sa-es-ir/DotNet.RateLimit

Release 3.0.1

16 Dec 21:29
a88dc45
Compare
Choose a tag to compare

Support .NET 9.0 🚀

Remove out of support frameworks:

  • .netcore 3.1
  • .NET 5
  • .NET 6
  • .NET 7

Breaking changes:
The IP whitelist is no longer a list but a HashSet which helps more efficient matching way, if you already use the WhiteLisIP please try to use .ToHashSet().

Release 2.0.0

24 Mar 13:02
Compare
Choose a tag to compare
Merge branch 'main' of github.com:sa-es-ir/DotNet.RateLimit into main

Release 1.0.8

26 Dec 16:37
e26ed67
Compare
Choose a tag to compare
Update package.yml

Release 1.0.7

23 Jul 11:26
Compare
Choose a tag to compare
test version 1.0.7

Release 1.0.6

16 Apr 05:01
Compare
Choose a tag to compare
fix typeo

Release 1.0.5

04 Mar 16:08
b7098b1
Compare
Choose a tag to compare
change pipeline name

Release 1.0.5-beta

01 Mar 02:38
7b151b1
Compare
Choose a tag to compare
Merge pull request #9 from MarkCiliaVincenti/AsyncKeyedLock

Update to AsyncKeyedLock 6.2.0

Release 1.0.4

28 Jan 18:07
Compare
Choose a tag to compare
Merge branch 'main' of github.com:SaeedEsmaeelinejad/DotNet.RateLimit…