1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-07-23 01:45:31 +00:00

Commit Graph

  • 290be7f5e0 Added net9.0 build target, added KeepAliveTimeout for websocket connections Jkorf 2024-12-23 14:14:47 +01:00
  • 0be1bb16e3
    Feature/update settings (#225) Jan Korf 2024-12-23 08:49:58 +01:00
  • 8605196390 Updated to version 8.4.5 8.4.5 Jkorf 2024-12-20 15:25:41 +01:00
  • 460dd97537 Added EmptyArrayObjectConverter, added JsonSerializerOptions parameter to SystemTextJsonMessageAccessor ctor Jkorf 2024-12-20 13:36:02 +01:00
  • 1ec5984fad Updated to version 8.4.4 8.4.4 JKorf 2024-12-08 10:16:19 +01:00
  • 8260c2661d Changed JsonConverterCtorAttribute to use type parameter instead of generic parameter to support .net framework JKorf 2024-12-08 10:12:39 +01:00
  • 591c1dd405 docs Jkorf 2024-12-04 10:44:35 +01:00
  • 0164cdfcc4 docs Jkorf 2024-12-04 09:15:23 +01:00
  • 23a6cfff87 docs Jkorf 2024-12-04 09:07:59 +01:00
  • fdcdb90a5f Added XT reference Jkorf 2024-12-04 08:58:46 +01:00
  • 0b7107401f Updated to version 8.4.3 8.4.3 Jkorf 2024-12-03 09:59:36 +01:00
  • 06add65354 Fixed KlineTracker update handling JKorf 2024-12-02 21:46:30 +01:00
  • 773d288497 Updated to version 8.4.2 8.4.2 Jkorf 2024-12-02 14:39:27 +01:00
  • fd4e8da938 Removed special characters in ClientOrderIdSeperator to adhere to field content rules Jkorf 2024-12-02 14:38:22 +01:00
  • 271743b669 Updated to version 8.4.1 8.4.1 Jkorf 2024-12-02 13:15:31 +01:00
  • f4797caf37 Added replace converter, added library helpers class Jkorf 2024-12-02 13:13:56 +01:00
  • 62c9769c72 Updated to version 8.4.0 8.4.0 Jkorf 2024-11-28 14:24:00 +01:00
  • 92d7bc1e2e Added GetFeesAsync Shared REST client support, Added TimePeriodFilterSupport and MaxLimit properties to PaginatedEndpointOptions Jkorf 2024-11-28 14:18:09 +01:00
  • 99e4f96f63 Updated some testing code Jkorf 2024-11-27 13:07:26 +01:00
  • 94d8afe149 Updated package dependency versions Jkorf 2024-11-27 13:07:05 +01:00
  • 90ad59c63a Added comma split enum string json converter Jkorf 2024-11-22 16:20:09 +01:00
  • c2273edfaa Added library options class Jkorf 2024-11-20 09:52:38 +01:00
  • 236283f4dd Update example-config.json Jkorf 2024-11-19 14:53:58 +01:00
  • b66f12ff75 Updated to version 8.3.0 8.3.0 Jkorf 2024-11-19 11:52:46 +01:00
  • 0403384beb Fixed warnings Jkorf 2024-11-19 11:50:55 +01:00
  • 7d7bc35869
    Client Configuration (#219) Jan Korf 2024-11-19 11:44:30 +01:00
  • 48797038be Added rate limit update event Jkorf 2024-11-13 14:29:43 +01:00
  • d21792d04c Added handling of Infinity values in decimal converter Jkorf 2024-11-13 11:39:55 +01:00
  • 8414e9d94f Fixed concurrency issue when unsubscribing websocket subscription during reconnection Jkorf 2024-11-12 16:21:15 +01:00
  • ab0243445d Updated docs and examples, added WhiteBit reference Jkorf 2024-11-07 11:39:44 +01:00
  • f2cf70b02f Updated to version 8.2.0 8.2.0 Jkorf 2024-11-06 14:00:23 +01:00
  • 9ff417bba8 Changed SocketApiClient GetAuthenticationRequest to GetAuthenticationRequestAsync to allow for requesting token Jkorf 2024-11-06 13:56:33 +01:00
  • 6b43d08a4d Added support for not allowing duplicate subscription topics on the same websocket connection Jkorf 2024-11-06 11:39:11 +01:00
  • 39bf7fe9b9 Added support for object deserialization in SystemTextJsonMessageAccessor.GetValue<T> Jkorf 2024-11-06 11:20:37 +01:00
  • b5893c3b60 Added PerAccount SharedLeverageSettingMode enum value, changed Side on SharedUserTrade to nullable Jkorf 2024-11-06 11:20:11 +01:00
  • 15657ba683 Updated to version 8.1.1 8.1.1 Jkorf 2024-11-01 10:38:30 +01:00
  • 1aed9f0c67 Fixed System.Text.Json ArrayConverter not passing serializer options to nested deserialization, fixed creating new serializer options each time a JsonConverter attribute is encountered Jkorf 2024-11-01 10:34:07 +01:00
  • 17f1560310 Fixed socket connections trying to authenticated connection when it's marked as dedicated request connection even when no authentication is needed Jkorf 2024-11-01 09:38:01 +01:00
  • 41de0a3150 Update index.html Jkorf 2024-10-28 16:14:54 +01:00
  • 3e410be611 Update index.html Jkorf 2024-10-28 16:11:01 +01:00
  • be75449e4a Updated examples, added trackers example Jkorf 2024-10-28 15:38:25 +01:00
  • b1b05c8f6b Added catch around HttpClientHandler.AutomaticDecompression setting as it's not support on Blazor WASM Jkorf 2024-10-28 13:41:58 +01:00
  • a0e588c3de Updated to version 8.1.0 8.1.0 Jkorf 2024-10-28 10:44:45 +01:00
  • 9e86a08327
    Trackers (#218) Jan Korf 2024-10-28 10:36:19 +01:00
  • ed007b5272 Added overload for Create method in OrderBookFactory using SharedSymbol Jkorf 2024-10-23 14:04:10 +02:00
  • bdd5526244 Added Side to SharedTrade model Jkorf 2024-10-23 14:01:17 +02:00
  • ce35e30688 Updated documentation and examples Jkorf 2024-10-22 16:20:27 +02:00
  • b40f72b1b0 Added Crypto.com reference Jkorf 2024-10-22 15:37:56 +02:00
  • 31a6cf285b Doc fix Jkorf 2024-10-22 11:56:59 +02:00
  • 1842f4fda0 Set ApiCredentials in the client specific options to prevent unknown client credentials when using SetApiCredentials method on client Jkorf 2024-10-22 10:15:17 +02:00
  • 7a58902ab6 Made SharedFuturesTicker last/high/low price properties nullable Jkorf 2024-10-22 09:54:44 +02:00
  • 3cb91296ca Added DoHandleReset method for websocket subscriptions Jkorf 2024-10-22 09:47:14 +02:00
  • 130ed40580 Comment Jkorf 2024-10-21 16:29:56 +02:00
  • 94cb2caf0b Added System.Text.Json ArrayConverter Write implementation Jkorf 2024-10-15 10:51:19 +02:00
  • 917d060827 Updated to version 8.0.3 8.0.3 Jkorf 2024-10-14 14:13:38 +02:00
  • c58bc2be07 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net JKorf 2024-10-12 13:06:28 +02:00
  • ff3356e2b4 Added Authenticated property on base client and shared client JKorf 2024-10-12 13:06:22 +02:00
  • 79434c7be5 Implemented GetValues System.Text.Json in message accessor Jkorf 2024-10-11 16:02:17 +02:00
  • 168dabc11f Added fallback for unparsable value in System.Text.Json NumberStringConverter Jkorf 2024-10-09 15:42:11 +02:00
  • 71ee263683 Added support for duplicate array indexes in System.Text.Json ArrayConverter Jkorf 2024-10-09 15:41:43 +02:00
  • 7239b9c289 docs Jkorf 2024-10-09 10:25:57 +02:00
  • 84d36544e4 Updated to version 8.0.2 8.0.2 Jkorf 2024-10-09 08:49:19 +02:00
  • a71f57ae7f Updated dependency versions, including System.Text.Json containing a vulnerability fix Jkorf 2024-10-09 08:46:15 +02:00
  • 6e5bcd5e9a Some small doc fixes Jkorf 2024-10-07 15:30:09 +02:00
  • 4131e563c3 Added Coinbase reference, updated examples Jkorf 2024-10-07 15:20:12 +02:00
  • 613766dbca Updated to version 8.0.1 8.0.1 Jkorf 2024-10-07 13:03:08 +02:00
  • 23b07d709e Added testing check for year 1 datetime Jkorf 2024-10-07 12:57:23 +02:00
  • bbbdac2fd3 Added ToRfc3339String extension method for DateTime Jkorf 2024-10-07 12:57:04 +02:00
  • c614b7869c Added check for datetime year 1 to be deserialized as null Jkorf 2024-10-04 18:50:27 +02:00
  • 1f31e4a9d7 Added cached lib versions properties Jkorf 2024-10-04 18:49:58 +02:00
  • 6cb6cd6b11 Note Jkorf 2024-10-03 16:33:00 +02:00
  • 17ffec329f Fixed typo Jkorf 2024-09-27 15:15:09 +02:00
  • 7a3927ef49 Add parameters documentation for shared clients Jkorf 2024-09-27 15:13:50 +02:00
  • c1b0437c93 Updated examples Jkorf 2024-09-27 13:53:33 +02:00
  • 23e947f258 Updated to version 8.0.0 8.0.0 Jkorf 2024-09-27 10:55:29 +02:00
  • b8686d60b9
    Shared exchange functionality (#214) Jan Korf 2024-09-27 09:17:44 +02:00
  • 5d3de52da6
    feature: Handle error 429 when connecting websocket (#213) Jonnern 2024-09-24 12:50:59 +02:00
  • fee18fd183
    Dispose ClientWebSocket before creating a new (#212) Jonnern 2024-09-17 11:59:58 +02:00
  • 3a43d461a3 Fixed workflow dotnet version JKorf 2024-08-29 16:45:34 +02:00
  • 5f409efad3 Updated dotnet version unit tests Jkorf 2024-08-29 14:01:59 +02:00
  • cc1f0796fe Updated to version 7.11.2 7.11.2 JKorf 2024-08-28 19:17:06 +02:00
  • b1cd9b5412 Fixed exception being thrown when waiting was canceled during rate limiting JKorf 2024-08-28 19:10:08 +02:00
  • 42003a0247
    Fix issue where SemaphoreSlim is released twice in RateLimitGate (#210) Jonnern 2024-08-28 12:25:09 +02:00
  • d89c2bde94 Updated to version 7.11.1 7.11.1 JKorf 2024-08-25 18:41:33 +02:00
  • 3e6bdaafc6 Improved closing logic websockets JKorf 2024-08-25 18:38:37 +02:00
  • 93e4722a81 Added testing checks for JsonInclude attribute for internal properties JKorf 2024-08-08 09:20:26 +02:00
  • 355ecb03da Updated to version 7.11.0 7.11.0 JKorf 2024-08-07 18:42:00 +02:00
  • 994c527c1d Fixed warning JKorf 2024-08-07 18:39:01 +02:00
  • 69b2e2045e Fixed System.Text.Json tests not correctly checking capitalization JKorf 2024-08-07 16:49:12 +02:00
  • 7fde8bf5da Added converters/handling for values too big to fit decimal JKorf 2024-08-07 14:00:50 +02:00
  • 637070a7ae Fixed some warnings, added support for number deserialization when requesting string in STJ MessageAccessor.GetValue<T> JKorf 2024-08-06 15:37:15 +02:00
  • 7be75f72a7 Add check for null string to decimal converter JKorf 2024-08-05 21:45:01 +02:00
  • e3fece41f3 Small test fixes JKorf 2024-08-05 16:13:08 +02:00
  • 87b0c8d7a2 Docs JKorf 2024-08-02 13:28:42 +02:00
  • ca9a711f22 Support too large numbers for long value in NumberStringConverter, fall back to string JKorf 2024-08-02 12:07:15 +02:00
  • 27597bc994 Fix test JKorf 2024-08-02 08:59:14 +02:00
  • 776d75170d Fixed websocket client trying to unsubscribe subscription when the connection will be closed anyway JKorf 2024-08-02 08:59:04 +02:00
  • 949780a9ad Removed SecureString usage throughout the library, removed some object allocations, removed some unused extension methods JKorf 2024-08-01 22:43:06 +02:00
  • 2f64cd9f05 Add BitMart reference JKorf 2024-07-30 22:14:25 +02:00
  • 185dfeb6fb Added ParseString to EnumConverter for manual calling JKorf 2024-07-28 22:39:38 +02:00