1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-09-06 07:31:19 +00:00

Commit Graph

  • 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
  • 68067d6258 Updated to version 7.10.0 7.10.0 JKorf 2024-07-26 14:29:07 +02:00
  • b309deb0c4 Small fixed/improvements. Added deflate stream method JKorf 2024-07-25 18:47:33 +02:00
  • e1dafdf0dd Added AddSecondsString and AddOptionalSecondsString method to ParameterCollection JKorf 2024-07-24 10:22:35 +02:00
  • fd7b5f0f0f Added RestIntergrationTest base class for running integration tests JKorf 2024-07-23 16:58:10 +02:00
  • 3b735d66fd Improved socket reconnect logic so unsubscribing while processing resubscribing won't result in a ghost subscription JKorf 2024-07-23 12:01:31 +02:00
  • 3cd505ac8b Fixed order book logging JKorf 2024-07-23 12:00:15 +02:00
  • 81d856d78d Fixed System.Text.Json array converter deserialization when skipping indexes, added NumberStringConverter JKorf 2024-07-23 12:00:08 +02:00
  • 11c1ad871a Docs JKorf 2024-07-19 10:15:21 +02:00
  • ffcb7db8ff Updated to version 7.9.0 7.9.0 JKorf 2024-07-16 19:01:03 +02:00
  • 02432e5109 Added small performance improvements in SystemTextJsonMessageAccessor JKorf 2024-07-16 15:54:11 +02:00
  • a85bfb4432 Added support for requiring multiple responses for queries, fixed possible exception when closing connection, added ToString override DataEvent object JKorf 2024-07-16 15:23:09 +02:00
  • 17d85fdd85 Added WebCallResult As<T> methods for untyped WebCallResult JKorf 2024-07-16 08:35:19 +02:00
  • 5e0733d7f4 Fixed trying to authenticate dedicated connection when no credentials are set JKorf 2024-07-14 20:59:22 +02:00
  • 28d5287bd4 Changed logging extensions to public so overridden methods can access them JKorf 2024-07-11 19:19:35 +02:00
  • ef5097589a Test compare improvements JKorf 2024-07-10 16:57:30 +02:00
  • f287ec1fa4 Added some checks socket connections JKorf 2024-07-10 14:12:07 +02:00
  • 28da93af9d Test fixes JKorf 2024-07-10 10:18:58 +02:00
  • 0d5bdf5095 Bumped System.Text.Json package to 8.0.4 JKorf 2024-07-10 10:09:36 +02:00
  • 8dac3d7aa6 Refactor to prevent usage of thread block ManualResetEvent in socket message handling JKorf 2024-07-09 16:50:08 +02:00
  • 6951f31be7 Fix ArrayConverter error for nullable types JKorf 2024-07-05 16:34:58 +02:00
  • decef7b137 Update CryptoExchange.Net.csproj feature/config JKorf 2024-07-03 21:53:36 +02:00
  • 630f85ec49 Updated to version 7.8.0 7.8.0 JKorf 2024-07-02 20:17:01 +02:00
  • 9ec4f2276f Updated single endpoint limit configuration, added LongConverter, updated SystemTextJsonComparer logic JKorf 2024-07-02 16:13:10 +02:00
  • 0a0c66541e Updated to version 7.7.3 7.7.3 JKorf 2024-06-26 19:11:13 +02:00
  • bb4199620e Added caching docs JKorf 2024-06-26 15:33:31 +02:00
  • 8a83cd2cb8 Array comparison updates for unit tests JKorf 2024-06-26 15:13:21 +02:00
  • fcfeaf568f Fixed request ids not matching JKorf 2024-06-26 11:21:52 +02:00
  • 25567ea434 Added nullable int converter for System.Text.Json JKorf 2024-06-25 20:52:35 +02:00
  • 1ab85d4c26 Updated to version 7.7.2 7.7.2 JKorf 2024-06-25 16:42:45 +02:00
  • be68115099 Fix for ratelimiting possibly creating negative waits JKorf 2024-06-25 16:14:09 +02:00
  • ff0550b0fb Updated to version 7.7.1 7.7.1 JKorf 2024-06-23 22:40:13 +02:00
  • 1ab1e008fc Some fixes for caching JKorf 2024-06-23 22:39:54 +02:00
  • 6f30c72608 Updated to version 7.7.0 7.7.0 JKorf 2024-06-23 15:38:40 +02:00
  • e927bc3d20 Close socket when connecting and authentication fails JKorf 2024-06-23 14:55:20 +02:00
  • 09ed7d1436 Small improvements JKorf 2024-06-23 14:41:59 +02:00
  • 6fed657ea6 Added ObjectStringConverter for double serialized objects JKorf 2024-06-21 16:49:02 +02:00
  • 1555f8da0c
    Fix issue with rate limit guard waiting sub ms (#204) Jonnern 2024-06-21 16:47:14 +02:00
  • 68b28fc875 Small improvements JKorf 2024-06-19 17:01:26 +02:00
  • 5d50d8cde8 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net JKorf 2024-06-17 17:29:57 +02:00
  • 9ff673d8be Fixed unhandled exception when websocket connection is interupted while waiting for ratelimit JKorf 2024-06-17 10:53:22 +02:00
  • 3e5a34fb56 Added dedicated request websocket connection support JKorf 2024-06-16 16:55:44 +02:00
  • 64ee50d98c Added SocketConnection as parameter to GetAuthenticationRequest socket api client JKorf 2024-06-14 14:06:57 +02:00
  • 6a105c6f8f Added support for caching GET requests JKorf 2024-06-13 16:29:02 +02:00
  • 287aadc720 Added CancellationToken support for websocket queries JKorf 2024-06-13 11:58:52 +02:00
  • 7229438a0b Docs JKorf 2024-06-12 21:42:20 +02:00
  • 444af98a15 Added GateIo reference JKorf 2024-06-12 19:23:34 +02:00
  • 70c6fa1bbb Fixed tests JKorf 2024-06-12 18:05:26 +02:00
  • d27f394b46 Removed HandleUpdatesBeforeConfirmation flag, allow messages to trigger listeners even if not confirmed and mark as confirmed then. Updated websocket reconnection delay handling JKorf 2024-06-12 16:56:06 +02:00
  • c8c98e13d0 Updated to version 7.6.0 JKorf 2024-06-11 16:32:28 +02:00
  • 9fcd722991
    Feature/body uri param split (#203) 7.6.0 Jan Korf 2024-06-11 16:23:48 +02:00
  • 8080ecccc0 Added support for Patch requests, added SetBody to ParameterCollection for directly setting the request body JKorf 2024-06-04 09:54:24 +02:00
  • 4b6fa9a1b1 Delete release.yml JKorf 2024-06-02 09:38:23 +02:00
  • 0b6dbde7d4 docs JKorf 2024-06-01 22:56:43 +02:00
  • fe4d63ba75 Update index.html JKorf 2024-06-01 22:17:26 +02:00
  • 04bd3727ca Updated version JKorf 2024-05-07 09:56:59 +02:00
  • 7e6fcd03c2 Update release.yml JKorf 2024-05-07 09:50:22 +02:00
  • fde8d6353b Fixed SetApiCredentials not correctly being used by rate limiter causing exception 7.5.2 JKorf 2024-05-07 09:43:37 +02:00
  • 41b996168a Create release.yml JKorf 2024-05-05 14:17:13 +02:00
  • b26f8fb900 Updated version JKorf 2024-05-03 16:05:44 +02:00
  • bdbbc61d86 More supported testing comparing JKorf 2024-05-03 16:03:49 +02:00
  • d64e200f2f Test implementation fixes JKorf 2024-05-02 22:29:32 +02:00