Skip to content

Releases: blockfrost/blockfrost-rust

v1.2.4

28 May 23:01
1f4f696

Choose a tag to compare

1.2.4 - 2026-05-28

Added

  • Re-export of blockfrost-openapi crate, so all generated types are accessible via blockfrost::blockfrost_openapi::models::… without a second dependency

Changed

  • Updated blockfrost-openapi to 0.1.88

v1.2.3

01 Apr 09:56
dfb71c6

Choose a tag to compare

1.2.3 - 2026-04-01

Changed

  • Updated blockfrost-openapi to 0.1.87
  • Updated reqwest to 0.13.2

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Mar 14:02

Choose a tag to compare

Changed

  • Updated blockfrost-openapi to 0.1.86

Full Changelog: v1.2.1...v1.2.2

v1.2.1

08 Jan 14:45

Choose a tag to compare

Added

  • Documentation comments for all public API functions

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Jan 11:49
1076580

Choose a tag to compare

Updated

  • dependencies

Added

  • dreps
  • dreps_by_id
  • dreps_delegators
  • dreps_metadata
  • dreps_updates
  • dreps_votes
  • proposals
  • proposals_by_id
  • proposals_parameters
  • proposals_withdrawals
  • proposals_votes
  • proposals_metadata
  • accounts_utxos
  • accounts_utxos_asset
  • accounts_transactions
  • blocks_latest_txs_cbor
  • blocks_txs_cbor
  • pools_votes
  • transactions_required_signers
  • utils_tx_evaluate_utxos

Fixed

  • transactions_pool_updates now returns correct type TxContentPoolCertsInner
  • scripts_datum_hash_cbor now uses correct url path /scripts/datum/{hash}/cbor
  • scripts_hash_json now returns ScriptJson
  • scripts_hash_cbor now returns ScriptCbor

Changed

  • epochs_blocks and epochs_blocks_by_pool now support pagination

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Aug 20:03
3fe62bc

Choose a tag to compare

1.1.0 - 2025-08-05

Changed

  • Updated pagination with tests
  • Updated dependencies
  • Updated openapi

v1.0.6

03 Jul 14:15
e17bdfc

Choose a tag to compare

1.0.6 - 2025-07-03

Changed

  • blockfrost-openapi 0.1.75

Added

  • Posibility to change the base url

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

20 Nov 13:34

Choose a tag to compare

1.0.5 - 2023-11-20

Fixed

  • Readme version

v1.0.4

20 Nov 13:25
f202331

Choose a tag to compare

1.0.4 - 2023-11-20

Fixed

  • Off-by-one when using Pagination::all(). Thanks SupernaviX 💖

Added

Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

20 Nov 13:21

Choose a tag to compare

1.0.3 - 2023-10-05

Added

Changed

  • Updated dependencies to latest versions.
  • Expose reqwest rustls features by @SupernaviX in #49

Full Changelog: v1.0.2...v1.0.3