Skip to content

Commit

Permalink
feat: update cabal file to represent for latest release and add chang…
Browse files Browse the repository at this point in the history
…elog for it
  • Loading branch information
sourabhxyz committed Apr 9, 2024
1 parent 474a274 commit e1df1c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Revision history for `maestro-sdk`

## [1.6.0](https://github.com/maestro-org/haskell-sdk/compare/v1.5.0..v1.6.0) -- 2024-04-09

Added:

* GET `/addresses/:address/transactions`
* `asset` query parameter to GET `/addresses/cred/:credential/utxos`
* POST `/addresses/cred/utxos`
* GET `/addresses/cred/:credential/transactions`
* GET `/assets/:asset`
* `from`, `to`, `limit` query parameters to GET `/markets/dexs/ohlc/:dex/:pair`
* provision to prevent api-key from being leaked in error messages
* provision to handle Maestro error bodies which are not enclosed in double quotes. Earlier behaviour was to expect message such as `"Failed to deserialise"` and not `Failed to deserialise`.
* `FromHttpApiData`, `ToHttpApiData` instance for `SlotNo`
* `Eq`, `Ord`, `Enum`, `Bounded`, `ToJSON`, `FromHttpApiData` instance for `Order`
* `Enum`, `Bounded`, `FromHttpApiData` instance for `Dex`
* `Data`, `Typeable`, `Enum`, `Bounded`, `FromHttpApiData` instance for `Resolution` and also refactored it's `Show` instance.

## [1.5.0](https://github.com/maestro-org/haskell-sdk/compare/v1.4.0..v1.5.0) -- 2024-01-02

* Added support GeniusYield DEX to market defi endpoints in [#45](https://github.com/maestro-org/haskell-sdk/pull/45).
Expand Down
2 changes: 1 addition & 1 deletion maestro-sdk.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: maestro-sdk
version: 1.5.0
version: 1.6.0
synopsis: Maestro Blockchain Indexer SDK
description:
Maestro provides blockchain indexers, APIs and event management systems for the Cardano blockchain.
Expand Down

0 comments on commit e1df1c3

Please sign in to comment.