Skip to content

Commit

Permalink
Merge pull request #700 from IntersectMBO/release/cardano-api-10.4.0.0
Browse files Browse the repository at this point in the history
Release 10.4.0.0
  • Loading branch information
smelc authored Dec 5, 2024
2 parents 6a42210 + c21fad9 commit d6a956f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog for cardano-api

## 10.4.0.0

- Integrate queryProposals (GetProposals)
(feature)
[PR 684](https://github.com/IntersectMBO/cardano-api/pull/684)

- Export HasKeyRole's coerceKeyRole function
(compatible)
[PR 699](https://github.com/IntersectMBO/cardano-api/pull/699)

- Exposed `Language`, `Plutus`, `Script`, `getNativeScript`, `languageToText`, `plutusBinary`, `plutusScriptLanguage`, `serializeAsHexText`, `showTimelock` in `Cardano.Api.Ledger`, and `AlonzoEraOnwardsConstraints` in `Cardano.Api`
(feature)
[PR 689](https://github.com/IntersectMBO/cardano-api/pull/689)

- Export the Convert class
(compatible)
[PR 696](https://github.com/IntersectMBO/cardano-api/pull/696)

- fromProposalProcedure: return StakeCredential
(breaking)
[PR 692](https://github.com/IntersectMBO/cardano-api/pull/692)

- Export GovActionIx from the ledger
(compatible)
[PR 688](https://github.com/IntersectMBO/cardano-api/pull/688)

- We introduce the `Convert` type class as an alternative to cardano-ledger's `Inject` typeclass.
While `Inject` is more general, `Convert` is specifically designed for transformations between era-indexed types,
making the intent clearer at call sites where we're converting between eons.
(feature)
[PR 690](https://github.com/IntersectMBO/cardano-api/pull/690)

## 10.3.0.0

- Add `sbeToSimpleScriptLanguageInEra`, `getScriptWitnessScript`, `getScriptWitnessReferenceInput`, `getScriptWitnessReferenceInputOrScript` function
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.3.0.0
version: 10.4.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit d6a956f

Please sign in to comment.