From e4abdf343eb943c7cf815d9e42003f97238fb813 Mon Sep 17 00:00:00 2001 From: teodanciu Date: Fri, 27 Oct 2023 11:31:21 +0100 Subject: [PATCH] New version cardano-api-8.29.0.0 --- cardano-api/CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 49d0ddcb35..206283383c 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog for cardano-api +## 8.29.0.0 + +- Updated ledger, consensus and typed-protocol packages + Adapted ProtocolParameters to the new ProtVer >=8 constraint in in ppuProtocolVersionL + Replaced queryCommitteState with new queryCommitteeMembersState + Improved costModel generation for tests + Adapt to new type HKDNoUpdate f ProtVer of cppProtocolVersion + Export types needed for querying the committee state + Adjust to type change of proposalProceduresTxBodyL + Remove invalidBeforeL and invalidHereAfterL defined in ledger + (breaking, release) + [PR 321](https://github.com/input-output-hk/cardano-api/pull/321) + +- Expose `PlutusScriptV3` + (bugfix) + [PR 343](https://github.com/input-output-hk/cardano-api/pull/343) + +- Add support for simple scripts in Conway + (bugfix) + [PR 344](https://github.com/input-output-hk/cardano-api/pull/344) + +- Delete `ProtocolUTXOCostPerWord` feature + (breaking) + [PR 339](https://github.com/input-output-hk/cardano-api/pull/339) + +- Delete `ProtocolUTxOCostPerByteFeature` + (breaking) + [PR 340](https://github.com/input-output-hk/cardano-api/pull/340) + +- Add Show instance for FoldBlocksError + (feature, compatible) + [PR 338](https://github.com/input-output-hk/cardano-api/pull/338) + +- Split the `txValidityRange` field into two fields. + New function `allegraEraOnwardsToByronAndAllegraOnwardsEra` + (breaking, improvement) + [PR 332](https://github.com/input-output-hk/cardano-api/pull/332) + +- Add support for Plutus V1 in Conway + (bugfix) + [PR 323](https://github.com/input-output-hk/cardano-api/pull/323) + +- DRep extended key: add CastVerificationKeyRole + (compatible) + [PR 327](https://github.com/input-output-hk/cardano-api/pull/327) + ## 8.28.0.0 - Delete `AlonzoEraOnly`. diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index ae60786bec..9080ffca3d 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-api -version: 8.28.0.0 +version: 8.29.0.0 synopsis: The cardano api description: The cardano api. category: Cardano,