Skip to content

Commit

Permalink
Merge pull request #593 from IntersectMBO/release/cardano-api-9.1.0.0
Browse files Browse the repository at this point in the history
Release cardano-api-9.1.0.0
  • Loading branch information
carbolymer authored Jul 22, 2024
2 parents 873397b + a7af2f2 commit 65cbae3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog for cardano-api

## 9.1.0.0

- Export metadataValueFromJsonNoSchema
(feature, compatible)
[PR 591](https://github.com/IntersectMBO/cardano-api/pull/591)

- Make ScriptDatum in spending scripts optional in accordance with CIP-0069
(feature, compatible)
[PR 575](https://github.com/IntersectMBO/cardano-api/pull/575)

- Update substituteExecutionUnits to include proposal and vote script witnesses
(feature, breaking)
[PR 587](https://github.com/IntersectMBO/cardano-api/pull/587)

- Fix reading of Plutus V2 cost models with different lengths in AlonzoGenesis in different eras
(compatible, bugfix)
[PR 564](https://github.com/IntersectMBO/cardano-api/pull/564)

- Export queryAccountState
(compatible)
[PR 588](https://github.com/IntersectMBO/cardano-api/pull/588)

- Add `IsAllegraBasedEra`, `IsAlonzoBasedEra`, `IsBabbageBasedEra`, `IsConwayBasedEra`, `IsMaryBasedEra` type classes.
Add `ToAlonzoScript` and `HasScriptLanguageInEra` type classes.
(feature, compatible)
[PR 585](https://github.com/IntersectMBO/cardano-api/pull/585)

## 9.0.0.0

- - Remove redundant era conversion functions. Use `toCardanoEra` instead.
Expand All @@ -18,7 +45,7 @@
(breaking, refactoring)
[PR 559](https://github.com/IntersectMBO/cardano-api/pull/559)

## 8.48.0.1
## 8.48.0.1

- Deserialize `ouroboros-consensus`'s `PoolDistr` instead of `cardano-ledger`'s `PoolDist` to maintain backwards compatibility with the `PoolDistr` query. This is needed because `cardano-ledger`'s `PoolDistr` datatype has changed.
(compatible)
Expand Down Expand Up @@ -79,7 +106,7 @@
(feature, compatible, improvement)
[PR 527](https://github.com/IntersectMBO/cardano-api/pull/527)

## 8.45.1.0
## 8.45.1.0

- Adding `MinFeeRefScriptCostPerByte` to Conway PParams
(feature)
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: 9.0.0.0
version: 9.1.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit 65cbae3

Please sign in to comment.