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
JKorf
8a83cd2cb8
Array comparison updates for unit tests
2024-06-26 15:13:21 +02:00
JKorf
fcfeaf568f
Fixed request ids not matching
2024-06-26 11:21:52 +02:00
JKorf
25567ea434
Added nullable int converter for System.Text.Json
2024-06-25 20:52:35 +02:00
JKorf
1ab85d4c26
Updated to version 7.7.2
7.7.2
2024-06-25 16:42:45 +02:00
JKorf
be68115099
Fix for ratelimiting possibly creating negative waits
2024-06-25 16:14:09 +02:00
JKorf
ff0550b0fb
Updated to version 7.7.1
7.7.1
2024-06-23 22:40:13 +02:00
JKorf
1ab1e008fc
Some fixes for caching
2024-06-23 22:39:54 +02:00
JKorf
6f30c72608
Updated to version 7.7.0
7.7.0
2024-06-23 15:38:40 +02:00
JKorf
e927bc3d20
Close socket when connecting and authentication fails
2024-06-23 14:55:20 +02:00
JKorf
09ed7d1436
Small improvements
2024-06-23 14:41:59 +02:00
JKorf
6fed657ea6
Added ObjectStringConverter for double serialized objects
2024-06-21 16:49:02 +02:00
Jonnern
1555f8da0c
Fix issue with rate limit guard waiting sub ms ( #204 )
2024-06-21 16:47:14 +02:00
JKorf
68b28fc875
Small improvements
2024-06-19 17:01:26 +02:00
JKorf
5d50d8cde8
Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net
2024-06-17 17:29:57 +02:00
JKorf
9ff673d8be
Fixed unhandled exception when websocket connection is interupted while waiting for ratelimit
2024-06-17 10:53:22 +02:00
JKorf
3e5a34fb56
Added dedicated request websocket connection support
2024-06-16 16:55:44 +02:00
JKorf
64ee50d98c
Added SocketConnection as parameter to GetAuthenticationRequest socket api client
2024-06-14 14:06:57 +02:00
JKorf
6a105c6f8f
Added support for caching GET requests
2024-06-13 16:29:02 +02:00
JKorf
287aadc720
Added CancellationToken support for websocket queries
2024-06-13 11:58:52 +02:00
JKorf
7229438a0b
Docs
2024-06-12 21:42:20 +02:00
JKorf
444af98a15
Added GateIo reference
2024-06-12 19:23:34 +02:00
JKorf
70c6fa1bbb
Fixed tests
2024-06-12 18:05:26 +02:00
JKorf
d27f394b46
Removed HandleUpdatesBeforeConfirmation flag, allow messages to trigger listeners even if not confirmed and mark as confirmed then. Updated websocket reconnection delay handling
2024-06-12 16:56:06 +02:00
JKorf
c8c98e13d0
Updated to version 7.6.0
2024-06-11 16:32:28 +02:00
Jan Korf
9fcd722991
Feature/body uri param split ( #203 )
...
* Added support for specifying seperate uri and body parameters
* Added support for different message and handling generic types on socket queries
* Split DataEvent.Topic into StreamId and Symbol properties
* Added support for negative time values parsing
* Added some helper methods for converting DataEvent to CallResult
* Added support for GZip/Deflate automatic decompressing in the default HttpClient
* Updated some testing methods
7.6.0
2024-06-11 16:23:48 +02:00
JKorf
8080ecccc0
Added support for Patch requests, added SetBody to ParameterCollection for directly setting the request body
2024-06-04 09:54:24 +02:00
JKorf
4b6fa9a1b1
Delete release.yml
2024-06-02 09:38:23 +02:00
JKorf
0b6dbde7d4
docs
2024-06-01 22:56:43 +02:00
JKorf
fe4d63ba75
Update index.html
2024-06-01 22:17:26 +02:00
JKorf
04bd3727ca
Updated version
2024-05-07 09:56:59 +02:00