Skip to content

Commit

Permalink
Updating to version 0.9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunnio committed Aug 29, 2021
1 parent cc5c004 commit 2ca7f75
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Version 0.9.3.0

- `Order` now has `Maybe Bool` instead of `Bool` for `postOnly`. Required to maintain spec compliance.
From https://docs.pro.coinbase.com/#upcoming-changes:

```
08/09/21
Orders with a "pending" status returned by the REST API endpoints GET /orders, GET /orders/<id>,
and GET /orders/client:<client_oid> will have a reduced set of fields. See the List Orders documentation
for more details. Orders with non-pending statuses will be unaffected by this change. The change will
take effect in Sandbox starting after August 12th, 2021 and in Production starting after August 19th, 2021.
```

- Added tests to test order parsing from json file

# Version 0.9.2.2

- Added `CoinbasePro.Unauthenticated.singleProduct`
Expand Down
2 changes: 1 addition & 1 deletion coinbase-pro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: coinbase-pro
version: 0.9.2.2
version: 0.9.3.0
synopsis: Client for Coinbase Pro
description: Client for Coinbase Pro REST and Websocket APIs
category: Web, Finance
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coinbase-pro
version: 0.9.2.2
version: 0.9.3.0
description: Client for Coinbase Pro REST and Websocket APIs
homepage: https://github.com/mdunnio/coinbase-pro#readme
bug-reports: https://github.com/mdunnio/coinbase-pro/issues
Expand Down

0 comments on commit 2ca7f75

Please sign in to comment.