Skip to content

Commit

Permalink
Merge pull request #317 from input-output-hk/newhoggy/new-version-car…
Browse files Browse the repository at this point in the history
…dano-api-8.26.0.0

New version `cardano-api-8.26.0.0`
  • Loading branch information
newhoggy committed Oct 18, 2023
2 parents c41e5eb + b24acc3 commit e631c5b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog for cardano-api

## 8.26.0.0

- Add support for DRep extended keys
(feature, compatible)
[PR 320](https://github.com/input-output-hk/cardano-api/pull/320)

- Parameterize GovernanceAction on era
(breaking)
[PR 322](https://github.com/input-output-hk/cardano-api/pull/322)

- Haddock-document the `case*` functions
(compatible, improvement)
[PR 314](https://github.com/input-output-hk/cardano-api/pull/314)

- New `MaryEraOnly` eon
New functions:
- `caseMaryEraOnlyOrAlonzoEraOnwards`
- `disjointByronEraOnlyAndShelleyBasedEra`
- `disjointAlonzoEraOnlyAndBabbageEraOnwards`
Deprecate:
- `noByronEraInShelleyBasedEra`. Use `disjointByronEraOnlyAndShelleyBasedEra` instead.
(feature, breaking)
[PR 312](https://github.com/input-output-hk/cardano-api/pull/312)

- Delete `EraCast` type class
(breaking)
[PR 308](https://github.com/input-output-hk/cardano-api/pull/308)

- Fewer constraints in functions
(compatible)
[PR 310](https://github.com/input-output-hk/cardano-api/pull/310)

- Introduce anchor newtypes for drep registration certificate
(feature, compatible)
[PR 305](https://github.com/input-output-hk/cardano-api/pull/305)

- Reduce constraint usage with eons
(compatible, improvement)
[PR 299](https://github.com/input-output-hk/cardano-api/pull/299)

- Delete `EraCast` instance for `Certificate`
(breaking)
[PR 307](https://github.com/input-output-hk/cardano-api/pull/307)

- Add certs to txbody of Conway transactions
(feature, compatible)
[PR 306](https://github.com/input-output-hk/cardano-api/pull/306)

- Add `BabbageEraOnly`
(feature, compatible)
[PR 304](https://github.com/input-output-hk/cardano-api/pull/304)

## 8.25.2.0

- Add support for committee hot key witnesses
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.25.2.0
version: 8.26.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit e631c5b

Please sign in to comment.