Jkorf
625dccbbe4
Added ExchangeType enum, some small improvements
2025-01-07 13:22:16 +01:00
Jkorf
2b9fda985e
Add support for passing weight to apply to an individual ratelimit guard
2025-01-07 08:35:06 +01:00
Jkorf
290be7f5e0
Added net9.0 build target, added KeepAliveTimeout for websocket connections
2024-12-23 14:14:47 +01:00
Jan Korf
0be1bb16e3
Feature/update settings ( #225 )
...
Added SetOptions method to update client settings
Added SocketConnection parameter to PeriodicQuery callback
Added setting of DefaultProxyCredentials on HttpClient instance when client is not provided by DI
Added support for overriding request time out per request
Changed max wait time for close handshake response from 5 seconds to 1 second
Fixed exception in trade tracker when there is no data in the initial snapshot
2024-12-23 08:49:58 +01:00
Jkorf
c2273edfaa
Added library options class
2024-11-20 09:52:38 +01:00
Jan Korf
7d7bc35869
Client Configuration ( #219 )
...
Added support for IOptions injection, allowing options to be read from IConfiguration
Small refactor on client options internals
Updated HttpClient to be static field to be
2024-11-19 11:44:30 +01:00
Jan Korf
9e86a08327
Trackers ( #218 )
...
Fix for intermittently failing rate limiting test
Added ConnectionId to RequestDefinition to correctly handle connection and path rate limiting configuration
Added ValidateMessage method to websocket Query object to filter messages even though it is matched to the query based on the ListenIdentifier
Added KlineTracker and TradeTracker implementation
2024-10-28 10:36:19 +01: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
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
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
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
9ec4f2276f
Updated single endpoint limit configuration, added LongConverter, updated SystemTextJsonComparer logic
2024-07-02 16:13:10 +02:00
JKorf
1ab1e008fc
Some fixes for caching
2024-06-23 22:39:54 +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
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
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
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
Jan Korf
050286ecd1
Unit testing update ( #199 )
2024-05-01 19:24:53 +02:00
Jan Korf
971c049c5f
Feature/cryptoclients update ( #198 )
2024-04-28 10:56:51 +02:00
JKorf
d88087c8ac
Fix concurrency issue request definition cache
2024-04-23 14:56:10 +02:00
JKorf
d5c4b1bd01
Rename RatelimiterEnabled option to RateLimiterEnabled
2024-04-17 13:37:45 +02:00
Jan Korf
1b1961db00
Feature/ratelimit refactor ( #197 )
2024-04-16 14:55:27 +02:00
JKorf
af3303c7b8
Order book logging
2024-03-22 17:02:21 +01:00
JKorf
8ddd9ecf22
Some small improvements and fixes
2024-03-22 16:42:01 +01:00
Jan Korf
2fb3442800
Feature/system.text.json ( #192 )
...
Initial support for System.Text.Json and some refactoring
2024-03-16 14:45:36 +01:00
Jan Korf
d533557324
Websocket refactoring ( #190 )
...
Websocket refactoring
2024-02-24 19:21:47 +01:00
JKorf
104ac7caad
Updated response logging, added RequestId to WebCallResult
2023-11-30 14:19:58 +01:00
JKorf
f75cc75bbc
Added SerializerOptions helper class for setting default serializer, Added ParameterCollection for easier parameter definition, Added extra encryption helper methods on AuthenticationProvider
2023-10-12 22:03:09 +02:00
JKorf
212d457a6a
Added UpdateType to DataEvent model, added additional scenarios to BoolConverter, updated some logging
2023-10-08 16:59:43 +02:00
JKorf
69a7a714cd
Updated rate limiters to support multiple instances
2023-09-11 20:16:50 +02:00
JKorf
be25a68c9c
Ratelimiting for socket requests
2023-08-24 20:51:17 +02:00
JKorf
468cd5e48e
Added RetryAfter property for ratelimit errors, added parsing of rate limit return
2023-08-21 21:34:26 +02:00
Aleksej Solomatin
8d35339ab2
Ability for all Error derived classes to have Code and Data
...
Proposal https://github.com/JKorf/CryptoExchange.Net/issues/176
2023-07-05 19:39:04 +03:00
JKorf
18954f4f53
Added optional log level parameter for trace logger
2023-06-29 20:07:26 +02:00
JKorf
690f2a63e5
Squashed commit of the following:
...
commit 90f285d7f6bcd926ce9ca3d5832b1d70a5eae6ab
Author: JKorf <jankorf91@gmail.com >
Date: Sun Jun 25 19:51:12 2023 +0200
Docs
commit 72187035c703d1402b37bd2f4c3e066706f28d67
Author: JKorf <jankorf91@gmail.com >
Date: Sat Jun 24 16:02:53 2023 +0200
docs
commit 8411977292f1fb0b6e0705b1ad675b79a5311d90
Author: JKorf <jankorf91@gmail.com >
Date: Fri Jun 23 18:25:15 2023 +0200
wip
commit cb7d33aad5d2751104c8b8a6c6eadbf0d36b672c
Author: JKorf <jankorf91@gmail.com >
Date: Fri Jun 2 19:26:26 2023 +0200
wip
commit 4359a2d05ea1141cff516dab18f364a6ca854e18
Author: JKorf <jankorf91@gmail.com >
Date: Wed May 31 20:51:36 2023 +0200
wip
commit c6adb1b2f728d143f6bd667139c619581122a3c9
Author: JKorf <jankorf91@gmail.com >
Date: Mon May 1 21:13:47 2023 +0200
wip
commit 7fee733f82fa6ff574030452f0955c9e817647dd
Author: JKorf <jankorf91@gmail.com >
Date: Thu Apr 27 13:02:56 2023 +0200
wip
commit f8057313ffc9b0c31effcda71d35d105ea390971
Author: JKorf <jankorf91@gmail.com >
Date: Mon Apr 17 21:37:51 2023 +0200
wip
2023-06-25 19:58:46 +02:00
JKorf
a222bb3f02
Fixed socket client options setting, added automatic unsubscribe if the subscription confirmation comes in after request timeout
2023-02-12 14:05:00 +01:00
Jkorf
71072680a8
Small fixes DelayAfterConnect option
2022-12-08 11:02:02 +01:00
JKorf
ad614830d1
Added optional delay after socket connection, added callback when reconnected socket to revitalize original request, fixed proxy setting socket
2022-11-13 19:47:33 +01:00
JKorf
3365837338
Updated tests
2022-11-13 15:31:28 +01:00
JKorf
0d3e05880a
Wip client work
2022-10-31 21:41:30 +01:00
JKorf
50715ff2f7
Squashed commit of the following:
...
commit 0571ed17a0
Author: JKorf <jankorf91@gmail.com >
Date: Sun Jul 10 19:56:27 2022 +0200
Fixed tests
commit 99c331b389
Author: JKorf <jankorf91@gmail.com >
Date: Sun Jul 10 16:41:14 2022 +0200
Updated version
commit 70f8bd203a
Author: JKorf <jankorf91@gmail.com >
Date: Sun Jul 10 16:36:00 2022 +0200
Finished up websocket refactoring
commit 89b517c936
Author: JKorf <jankorf91@gmail.com >
Date: Fri Jul 8 20:24:58 2022 +0200
wip
commit 91e33cc42c
Author: JKorf <jankorf91@gmail.com >
Date: Thu Jul 7 22:17:55 2022 +0200
wip
2022-07-10 19:57:10 +02:00
JKorf
2cf3c93e5e
Cleanup
2022-06-12 15:35:35 +02:00
JKorf
c2080ef75f
Made MaxSocketConnections a setting, added support for changing log settings after creating client
2022-06-11 13:31:39 +02:00
Jkorf
839f509fef
Removed ResubscribeMaxRetries default value of 5, Updated logging and log levels
2022-03-09 12:59:09 +01:00
Jkorf
7b370d47ce
Added check invalid rate limit for request
2022-03-04 10:37:49 +01:00
Jkorf
12fe94cbff
Added ApiName to time sync state for logging
2022-03-01 10:41:51 +01:00