Skip to content

Docs: update CHANGELOG for 2445.0 distribution release #2080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,28 @@ As a minor extension, we have adopted a slightly different versioning convention

## Mithril Distribution [XXXX] - UNRELEASED

- **BREAKING** changes in Mithril client Lib, CLI, and WASM:
- Crates versions:

- Remove deprecated `beacon` field from mithril certificates.
- Clients from distribution [`2430`](#mithril-distribution-24300---2024-07-30) and above are compatible with this change.
| Crate | Version |
| ----- | ------- |
| N/A | `-` |

- Support for Prometheus metrics endpoint in aggregator
## Mithril Distribution [2445.0] - UNRELEASED

- Fix an issue that caused unnecessary re-scan of the Cardano chain when importing transactions.
- **BREAKING** changes in Mithril client library, CLI, and WASM:

- Remove deprecated `beacon` field from Mithril certificates.
- Clients from distribution [`2430`](#mithril-distribution-24300---2024-07-30) and above are compatible with this change.

- Support for Prometheus metrics endpoint in aggregator.

- Support for stable Cardano stake distribution client library, CLI and WASM.

- Support for `Cardano node` `10.1.2` in the signer and the aggregator.

- Deprecate `protocol` and `next_protocol` in favor of `signer_registration_protocol` in the `/epoch-settings` route.

- Support for `Cardano node` `10.1.2` in the signer and the aggregator.
- Fix an issue that caused unnecessary re-scan of the Cardano chain when importing transactions.

- Crates versions:

Expand Down