Skip to content

Commit

Permalink
Updated to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 28, 2024
1 parent f9fa448 commit adc625f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Coinbase.Net/Coinbase.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>JKorf.Coinbase.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>1.1.2</PackageVersion>
<AssemblyVersion>1.1.2</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
<PackageVersion>1.2.0</PackageVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<Description>Coinbase.Net is a client library for accessing the Coinbase REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Coinbase;Coinbase.Net;Coinbase Client;Coinbase API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand Down Expand Up @@ -48,7 +48,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="8.1.0" />
<PackageReference Include="CryptoExchange.Net" Version="8.1.0" />
<PackageReference Include="jose-jwt" Version="5.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 1.2.0 - 28 Oct 2024
* Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
* Moved FormatSymbol to CoinbaseExchange class
* Added support Side setting on SharedTrade model
* Added CoinbaseTrackerFactory for creating trackers
* Added overload to Create method on CoinbaseOrderBookFactory support SharedSymbol parameter
* Added GetKlinesAsync to Shared rest client
* Fixed exception on restClient.AdvancedTradingAi.Trading.CancelOrderAynsc when order not found
* Fixed exception on restClient.AdvancedTradingAi.Trading.CancelOrdersAynsc when request fails
* Fixed restClient.AdvancedTradingAi.ExchangeData.GetKlinesAsync time filter
* Fixed issue with concurrent websocket subscription acknowledgements
* Removed incorrect rate limit of 100 message per second per ip for websockets

* Version 1.1.2 - 22 Oct 2024
* Fixed deserialization issue on websocket ticker updates

Expand Down

0 comments on commit adc625f

Please sign in to comment.