Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release cardano-api-10.9.0.0 #753

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog for cardano-api

## 10.9.0.0

- Re-export `DebugPlutusFailure` and `renderDebugPlutusFailure`.
(compatible)
[PR 715](https://github.com/IntersectMBO/cardano-api/pull/715)

- Add `Cardano.Api.Tx.UTxO` module for common UTxO operations.
(feature, compatible)
[PR 710](https://github.com/IntersectMBO/cardano-api/pull/710)

- Removed `serialiseTxLedgerCddl` and `deserialiseTxLedgerCddl`, and updated `writeTxFileTextEnvelopeCddl` to use new format.
(breaking)
[PR 746](https://github.com/IntersectMBO/cardano-api/pull/746)

- Upgrade ouroboros-consensus-diffusion to >=0.19 && <0.21
(compatible)
[PR 751](https://github.com/IntersectMBO/cardano-api/pull/751)

- Update TxProposalProcedures type to make invalid states irrepresentable.
(breaking, refactoring)
[PR 726](https://github.com/IntersectMBO/cardano-api/pull/726)

- Add function `collectPlutusScriptHashes` to collect script hashes needed to validate a given transaction
(feature)
[PR 735](https://github.com/IntersectMBO/cardano-api/pull/735)

- Fix transaction autobalancing when deregistering a credential
(bugfix)
[PR 718](https://github.com/IntersectMBO/cardano-api/pull/718)

## 10.8.0.0

- Add QueryFuturePParams
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.8.0.0
version: 10.9.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down
Loading