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.3.0.0 #686

Merged
merged 1 commit into from
Nov 21, 2024
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
21 changes: 21 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog for cardano-api

## 10.3.0.0

- Add `sbeToSimpleScriptLanguageInEra`, `getScriptWitnessScript`, `getScriptWitnessReferenceInput`, `getScriptWitnessReferenceInputOrScript` function
Refactor `TxMintValue` to better represent minting state
Propagate `IsPlutusLanguage` constraint to `ScriptLanguage lang`, `AnyPlutusScriptVersion`, `Script lang` and `ScriptWitness witctx era` types.
Remove `Maybe ScriptHash` from `PReferenceScript` and `SReferenceScript`.
(breaking, refactoring)
[PR 663](https://github.com/IntersectMBO/cardano-api/pull/663)

- Improve plutus script failure error
(feature)
[PR 683](https://github.com/IntersectMBO/cardano-api/pull/683)

- Remove experimental code exposure in `Cardano.Api` non-experimental modules
(breaking)
[PR 681](https://github.com/IntersectMBO/cardano-api/pull/681)

- Deprecate eons conversion functions like `conwayEraOnwardsToBabbageEraOnwards`. Add [`Inject`](https://cardano-ledger.cardano.intersectmbo.org/cardano-ledger-core/Cardano-Ledger-BaseTypes.html#t:Inject) instances for eon conversions. See the PR description for migration aid.
(compatible, refactoring)
[PR 636](https://github.com/IntersectMBO/cardano-api/pull/636)

## 10.2.0.0

- ValueParser: rename publicly exposed function names to indicate they are parsers
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.2.0.0
version: 10.3.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down
Loading