Skip to content

Commit 8ed71b3

Browse files
committed
client: Release 0.12.0.0
1 parent f4979ee commit 8ed71b3

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

blockfrost-client/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.11.0.0...master) (2025-MM-DD)
1+
# Version [0.12.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.11.0.0...client-0.12.0.0) (2026-02-02)
2+
3+
* Changes
4+
* Fix `MempoolUTxOInput` `address` field from `Text` to `Maybe Text` [#83](https://github.com/blockfrost/blockfrost-haskell/issues/83) [#84](https://github.com/blockfrost/blockfrost-haskell/pull/84)
5+
* Mempool API functions adjusted to not require passing in `Project` [#85](https://github.com/blockfrost/blockfrost-haskell/pull/85)
6+
* Previous `getMempoolTransactions prj def def` is now simply `getMempoolTransactions` and a principled
7+
variant `getMempoolTransactions'` is provided accepting page and sort order parameters
8+
(for example `allPages $ \p -> getMempoolTransactions' p def`).
9+
* Similar for `getMempoolTransactionsByAddress`.
10+
* `getMempoolTransaction` now simply doesn't require passing `Project`
211

312
# Version [0.11.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.10.0.0...client-0.11.0.0) (2025-12-02)
413

blockfrost-client/blockfrost-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-client
3-
version: 0.11.0.0
3+
version: 0.12.0.0
44
synopsis: blockfrost.io basic client
55
description: Simple Blockfrost clients for use with transformers or mtl
66
homepage: https://github.com/blockfrost/blockfrost-haskell
@@ -69,7 +69,7 @@ library
6969
, Blockfrost.Client.IPFS
7070
, Blockfrost.Client.NutLink
7171
build-depends: base >= 4.7 && < 5
72-
, blockfrost-api >= 0.14
72+
, blockfrost-api >= 0.15
7373
, blockfrost-client-core ^>= 0.7
7474
, bytestring
7575
, directory

0 commit comments

Comments
 (0)