1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-22 05:42:53 +00:00
This commit is contained in:
JKorf
2024-04-17 13:57:00 +02:00
parent 6f915a3739
commit 5b11d94f73
2 changed files with 11 additions and 2 deletions
+10 -1
View File
@@ -43,7 +43,16 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
## Release notes
* Version 7.3.0 - 17 Apr 2024
* Rate limit update
* Added new method for sending Rest requests which splits the static and dynamic parameters
* Refactored rate limiting implementation
* Ratelimiters now statically applied for all clients
* Added support for different rate limit window types
* Added modular configuration of rate limits
* Added rate limit check when creating websocket connections
* Added automatic handling and retry for Retry-After responses
* Added configuration for setting ratelimit for each individual endpoint
* Added event for when rate limit is triggered
* Added SocketClient GetSocketApiClientStates method
* Version 7.2.1 - 05 Apr 2024
* Improved websocket reconnect logic