Skip to content

Commit d6a956f

Browse files
authored
Merge pull request #700 from IntersectMBO/release/cardano-api-10.4.0.0
Release 10.4.0.0
2 parents 6a42210 + c21fad9 commit d6a956f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

cardano-api/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog for cardano-api
22

3+
## 10.4.0.0
4+
5+
- Integrate queryProposals (GetProposals)
6+
(feature)
7+
[PR 684](https://github.com/IntersectMBO/cardano-api/pull/684)
8+
9+
- Export HasKeyRole's coerceKeyRole function
10+
(compatible)
11+
[PR 699](https://github.com/IntersectMBO/cardano-api/pull/699)
12+
13+
- Exposed `Language`, `Plutus`, `Script`, `getNativeScript`, `languageToText`, `plutusBinary`, `plutusScriptLanguage`, `serializeAsHexText`, `showTimelock` in `Cardano.Api.Ledger`, and `AlonzoEraOnwardsConstraints` in `Cardano.Api`
14+
(feature)
15+
[PR 689](https://github.com/IntersectMBO/cardano-api/pull/689)
16+
17+
- Export the Convert class
18+
(compatible)
19+
[PR 696](https://github.com/IntersectMBO/cardano-api/pull/696)
20+
21+
- fromProposalProcedure: return StakeCredential
22+
(breaking)
23+
[PR 692](https://github.com/IntersectMBO/cardano-api/pull/692)
24+
25+
- Export GovActionIx from the ledger
26+
(compatible)
27+
[PR 688](https://github.com/IntersectMBO/cardano-api/pull/688)
28+
29+
- We introduce the `Convert` type class as an alternative to cardano-ledger's `Inject` typeclass.
30+
While `Inject` is more general, `Convert` is specifically designed for transformations between era-indexed types,
31+
making the intent clearer at call sites where we're converting between eons.
32+
(feature)
33+
[PR 690](https://github.com/IntersectMBO/cardano-api/pull/690)
34+
335
## 10.3.0.0
436

537
- Add `sbeToSimpleScriptLanguageInEra`, `getScriptWitnessScript`, `getScriptWitnessReferenceInput`, `getScriptWitnessReferenceInputOrScript` function

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-api
3-
version: 10.3.0.0
3+
version: 10.4.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)