Skip to content

Releases: dougdellolio/coinbasepro-csharp

v1.0.21

12 Aug 14:09
89776d2
Compare
Choose a tag to compare
  • Added support for Ethereum Classic (ETC)

v1.0.20

18 Jul 01:04
12e6040
Compare
Choose a tag to compare
  • Refactor code to use new CoinbasePro API
    • **Please note that this is a breaking change. Anywhere GDAXClient is used is now CoinbaseProClient. Please refer to readme for any questions.
  • Added ability to change channel subscriptions at any point (@alexhiggins732)
  • Fixed a bug where the Websocket feed would subscribe to all channels even when specifying channels (@alexhiggins732)

v1.0.19

20 Jun 02:34
c0756ad
Compare
Choose a tag to compare
  • Added Change and Activate response types to the Websocket feed
  • Fixed a bug where an exception would be thrown when unknown response type received
  • Added Appveyor build
  • Added .NET Standard build (@chrisw000)
  • Added logging capability via Serilog (@chrisw000)

v1.0.18

22 May 01:56
7fb1197
Compare
Choose a tag to compare
  • Added ability to connect to Websocket feed without authentication
  • Added ability specify market order type (size or funds) when placing a market order
  • Re-added ability place stop limit order properly (thanks to @BraveSirAndrew)

v1.0.17

02 May 10:35
2acd7a4
Compare
Choose a tag to compare
  • Removes ability to place stop limit order from previous version until a proper fix can be implemented

v1.0.16

29 Apr 02:35
Compare
Choose a tag to compare
  • Allow candle in GetHistoricRatesAsync to be null (@Sotam)
  • Added public socket event handlers (@BradForsythe)
  • Added ability to place stop limit orders (@BraveSirAndrew)
  • Fixed a bug where NullReferenceException was being thrown upon websocket feed reconnecting (@zaccharles)

v1.0.15

13 Apr 01:04
Compare
Choose a tag to compare
  • Added WebSocket feed (@Sotam)
  • Remove unused account properties (@Sotam)
  • Added client_oid property for orders (@Sotam)

v1.0.14

30 Mar 03:01
Compare
Choose a tag to compare
  • Added new User Accounts service
  • Added profile_id to response in Accounts service
  • Centralized error handling (@chrisw000)
  • Fixed issue where GetHistoricRatesAsync throws an InvalidOperationException when no candles available (@chrisw000)

v1.0.13

16 Mar 23:23
177dfb4
Compare
Choose a tag to compare
  • Ability to generate and email accounts report
  • Ability to generate and email fills report
  • Ability to pass in own IHttpClient implementation (@chrisw000)
  • Added JSON attributes on Models (@chrisw000)
    • **Please note that this is a breaking change. Property names have changed to follow .NET naming conventions so please take a look here for the full change list. #82. Open up an issue for any problems or questions.

v1.0.12

06 Mar 01:01
03b9fc6
Compare
Choose a tag to compare
  • Ability to specify order by status when retrieving all orders in GetAllOrdersAsync
  • Added GetTradesAsync to the Products service
  • Ability to specify page numbers on all paged requests
  • Output of GetHistoricRatesAsync now more consistent
    • **Please note if you are currently using GetHistoricRatesAsync the output has changed from IEnumerable<object[]> to IList<Candle> (@chrisw000)
  • Fixed PlaceLimitOrderAsync when choosing a "CancelAfter" time (@confessore)
  • Fixed WithdrawToCryptoAsync method from throwing Guid parsing fail error