Jkorf
|
23e947f258
|
Updated to version 8.0.0
8.0.0
|
2024-09-27 10:55:29 +02:00 |
|
Jan Korf
|
b8686d60b9
|
Shared exchange functionality (#214)
|
2024-09-27 09:17:44 +02:00 |
|
Jonnern
|
5d3de52da6
|
feature: Handle error 429 when connecting websocket (#213)
* feature: Handle error 429 when connecting websocket
* Add preprocessor directive for NET6_0_OR_GREATER when checking for connection rate limit
|
2024-09-24 12:50:59 +02:00 |
|
Jonnern
|
fee18fd183
|
Dispose ClientWebSocket before creating a new (#212)
|
2024-09-17 11:59:58 +02:00 |
|
JKorf
|
3a43d461a3
|
Fixed workflow dotnet version
|
2024-08-29 16:45:34 +02:00 |
|
Jkorf
|
5f409efad3
|
Updated dotnet version unit tests
|
2024-08-29 14:01:59 +02:00 |
|
JKorf
|
cc1f0796fe
|
Updated to version 7.11.2
7.11.2
|
2024-08-28 19:17:06 +02:00 |
|
JKorf
|
b1cd9b5412
|
Fixed exception being thrown when waiting was canceled during rate limiting
|
2024-08-28 19:10:08 +02:00 |
|
Jonnern
|
42003a0247
|
Fix issue where SemaphoreSlim is released twice in RateLimitGate (#210)
|
2024-08-28 12:25:09 +02:00 |
|
JKorf
|
d89c2bde94
|
Updated to version 7.11.1
7.11.1
|
2024-08-25 18:41:33 +02:00 |
|
JKorf
|
3e6bdaafc6
|
Improved closing logic websockets
|
2024-08-25 18:38:37 +02:00 |
|
JKorf
|
93e4722a81
|
Added testing checks for JsonInclude attribute for internal properties
|
2024-08-08 09:20:26 +02:00 |
|
JKorf
|
355ecb03da
|
Updated to version 7.11.0
7.11.0
|
2024-08-07 18:42:00 +02:00 |
|
JKorf
|
994c527c1d
|
Fixed warning
|
2024-08-07 18:39:01 +02:00 |
|
JKorf
|
69b2e2045e
|
Fixed System.Text.Json tests not correctly checking capitalization
|
2024-08-07 16:49:12 +02:00 |
|
JKorf
|
7fde8bf5da
|
Added converters/handling for values too big to fit decimal
|
2024-08-07 14:00:50 +02:00 |
|
JKorf
|
637070a7ae
|
Fixed some warnings, added support for number deserialization when requesting string in STJ MessageAccessor.GetValue<T>
|
2024-08-06 15:37:15 +02:00 |
|
JKorf
|
7be75f72a7
|
Add check for null string to decimal converter
|
2024-08-05 21:45:01 +02:00 |
|
JKorf
|
e3fece41f3
|
Small test fixes
|
2024-08-05 16:13:08 +02:00 |
|
JKorf
|
87b0c8d7a2
|
Docs
|
2024-08-02 13:28:42 +02:00 |
|
JKorf
|
ca9a711f22
|
Support too large numbers for long value in NumberStringConverter, fall back to string
|
2024-08-02 12:07:15 +02:00 |
|
JKorf
|
27597bc994
|
Fix test
|
2024-08-02 08:59:14 +02:00 |
|
JKorf
|
776d75170d
|
Fixed websocket client trying to unsubscribe subscription when the connection will be closed anyway
|
2024-08-02 08:59:04 +02:00 |
|
JKorf
|
949780a9ad
|
Removed SecureString usage throughout the library, removed some object allocations, removed some unused extension methods
|
2024-08-01 22:43:06 +02:00 |
|
JKorf
|
2f64cd9f05
|
Add BitMart reference
|
2024-07-30 22:14:25 +02:00 |
|
JKorf
|
185dfeb6fb
|
Added ParseString to EnumConverter for manual calling
|
2024-07-28 22:39:38 +02:00 |
|
JKorf
|
68067d6258
|
Updated to version 7.10.0
7.10.0
|
2024-07-26 14:29:07 +02:00 |
|
JKorf
|
b309deb0c4
|
Small fixed/improvements. Added deflate stream method
|
2024-07-25 18:47:33 +02:00 |
|
JKorf
|
e1dafdf0dd
|
Added AddSecondsString and AddOptionalSecondsString method to ParameterCollection
|
2024-07-24 10:22:35 +02:00 |
|
JKorf
|
fd7b5f0f0f
|
Added RestIntergrationTest base class for running integration tests
|
2024-07-23 16:58:10 +02:00 |
|
JKorf
|
3b735d66fd
|
Improved socket reconnect logic so unsubscribing while processing resubscribing won't result in a ghost subscription
|
2024-07-23 12:01:31 +02:00 |
|
JKorf
|
3cd505ac8b
|
Fixed order book logging
|
2024-07-23 12:00:15 +02:00 |
|
JKorf
|
81d856d78d
|
Fixed System.Text.Json array converter deserialization when skipping indexes, added NumberStringConverter
|
2024-07-23 12:00:08 +02:00 |
|
JKorf
|
11c1ad871a
|
Docs
|
2024-07-19 10:15:21 +02:00 |
|
JKorf
|
ffcb7db8ff
|
Updated to version 7.9.0
7.9.0
|
2024-07-16 19:01:03 +02:00 |
|
JKorf
|
02432e5109
|
Added small performance improvements in SystemTextJsonMessageAccessor
|
2024-07-16 15:54:11 +02:00 |
|
JKorf
|
a85bfb4432
|
Added support for requiring multiple responses for queries, fixed possible exception when closing connection, added ToString override DataEvent object
|
2024-07-16 15:23:09 +02:00 |
|
JKorf
|
17d85fdd85
|
Added WebCallResult As<T> methods for untyped WebCallResult
|
2024-07-16 08:35:19 +02:00 |
|
JKorf
|
5e0733d7f4
|
Fixed trying to authenticate dedicated connection when no credentials are set
|
2024-07-14 20:59:22 +02:00 |
|
JKorf
|
28d5287bd4
|
Changed logging extensions to public so overridden methods can access them
|
2024-07-11 19:19:35 +02:00 |
|
JKorf
|
ef5097589a
|
Test compare improvements
|
2024-07-10 16:57:30 +02:00 |
|
JKorf
|
f287ec1fa4
|
Added some checks socket connections
|
2024-07-10 14:12:07 +02:00 |
|
JKorf
|
28da93af9d
|
Test fixes
|
2024-07-10 10:18:58 +02:00 |
|
JKorf
|
0d5bdf5095
|
Bumped System.Text.Json package to 8.0.4
|
2024-07-10 10:09:36 +02:00 |
|
JKorf
|
8dac3d7aa6
|
Refactor to prevent usage of thread block ManualResetEvent in socket message handling
|
2024-07-09 16:50:08 +02:00 |
|
JKorf
|
6951f31be7
|
Fix ArrayConverter error for nullable types
|
2024-07-05 16:34:58 +02:00 |
|
JKorf
|
630f85ec49
|
Updated to version 7.8.0
7.8.0
|
2024-07-02 20:17:01 +02:00 |
|
JKorf
|
9ec4f2276f
|
Updated single endpoint limit configuration, added LongConverter, updated SystemTextJsonComparer logic
|
2024-07-02 16:13:10 +02:00 |
|
JKorf
|
0a0c66541e
|
Updated to version 7.7.3
7.7.3
|
2024-06-26 19:11:13 +02:00 |
|
JKorf
|
bb4199620e
|
Added caching docs
|
2024-06-26 15:33:31 +02:00 |
|