Skip to content

Commit 46502dd

Browse files
committed
fix: update CHANGELOG with released '2412' and upcoming '2416' distributions
1 parent 0c4b399 commit 46502dd

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,44 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
As a minor extension, we also keep a semantic version for the `UNRELEASED`
9-
changes.
8+
As a minor extension, we have adopted a slightly different versioning convention for the Mithril distributions (https://mithril.network/doc/adr/3#decision)
9+
10+
## Mithril Distribution [2416.0] - UNRELEASED
11+
12+
- **BREAKING** changes in Mithril client CLI:
13+
- Certificate chain structure has been modified to remove coupling with immutable file number.
14+
- Client needs to be updated to verify certificate chain.
15+
16+
- Crates versions:
17+
18+
| Crate | Version |
19+
|---------- |-------------|
20+
| N/A | `-` |
21+
22+
## Mithril Distribution [2412.0] - 2024-03-26
23+
24+
- **GitHub release**: https://github.com/input-output-hk/mithril/releases/tag/2412.0
25+
26+
- _DEPRECATED_ the `snapshot` command in the Mithril client CLI:
27+
- Renamed to `cardano-db snapshot`.
28+
- Will be **removed** in **2** distributions.
29+
30+
- Support for `Prometheus` endpoint for metrics in signer ([setup guide](https://mithril.network/doc/next/manual/getting-started/run-signer-node#activate-prometheus-endpoint)).
31+
32+
- Full support for chain observer with `Pallas` in signer and aggregator.
33+
34+
- Support for `Cardano node` `8.9.0` in the signer and the aggregator.
35+
36+
- Bug fixes and performance improvements.
37+
38+
- Crates versions:
39+
40+
| Crate | Version |
41+
|---------- |-------------|
42+
| mithril-aggregator | `0.4.49` |
43+
| mithril-client | `0.6.9` |
44+
| mithril-client-cli | `0.7.6` |
45+
| mithril-client-wasm | `0.2.5` |
46+
| mithril-common | `0.3.21` |
47+
| mithril-signer | `0.2.116` |
48+
| mithril-stm | `0.3.17` |

0 commit comments

Comments
 (0)