Skip to content

Commit 1c39fba

Browse files
authored
Merge pull request #1174 from IntersectMBO/release/cardano-api-10.26.0.0
Release cardano-api-10.26.0.0
2 parents 526f50b + 229dcd4 commit 1c39fba

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

cardano-api/CHANGELOG.md

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

3+
## 10.26.0.0
4+
5+
- Add support for BLS proofs of possession
6+
(feature)
7+
[PR 1161](https://github.com/IntersectMBO/cardano-api/pull/1161)
8+
9+
- Add serialiseAnyPlutusScriptToTextEnvelope and
10+
deserialiseAnyPlutusScriptFromTextEnvelope for AnyPlutusScript,
11+
following the existing ScriptInAnyLang pattern using FromSomeType
12+
and deserialiseFromTextEnvelopeAnyOf.
13+
(feature)
14+
[PR 1156](https://github.com/IntersectMBO/cardano-api/pull/1156)
15+
16+
- Remove GetCBOR wrapper from QueryLedgerPeerSnapshot query. Return
17+
LedgerPeerSnapshot directly instead of Serialised LedgerPeerSnapshot.
18+
(breaking)
19+
[PR 1160](https://github.com/IntersectMBO/cardano-api/pull/1160)
20+
21+
- Expose deserialiseFromTextEnvelopeJSON and deserialiseFromTextEnvelopeJSONAnyOf
22+
which accept a raw ByteString, enabling text envelope deserialization without
23+
file I/O.
24+
(compatible)
25+
[PR 1158](https://github.com/IntersectMBO/cardano-api/pull/1158)
26+
27+
- Replace fromJust in votingScriptWitnessSingleton with proper Either-based
28+
error handling via new VotingError sum type
29+
(breaking, bugfix)
30+
[PR 1153](https://github.com/IntersectMBO/cardano-api/pull/1153)
31+
32+
- Restored `Show` and `Eq` instances by implementing them trivially.
33+
(compatible)
34+
[PR 1151](https://github.com/IntersectMBO/cardano-api/pull/1151)
35+
36+
- Added support for BLS keys.
37+
(feature)
38+
[PR 1148](https://github.com/IntersectMBO/cardano-api/pull/1148)
39+
40+
- Make `NoScriptDatum` uninhabitable by removing its constructor
41+
(breaking)
42+
[PR 1147](https://github.com/IntersectMBO/cardano-api/pull/1147)
43+
344
## 10.25.0.0
445

546
- Unify cert indexing via shared indexCertificatesWith helper. Fix

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.8
22
name: cardano-api
3-
version: 10.25.0.0
3+
version: 10.26.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)