From 13fd24f064595f37f9187891798cc74cbc1a979a Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Fri, 6 Dec 2024 11:20:07 +1000 Subject: [PATCH] Update CHANGELOG.md for 24.12.0 release (#7996) Update CHANGELOG.md for 24.12.0 release Signed-off-by: Jason Frame --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629ef8e18c2..36ff4aa9bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog -## [Unreleased] +## Unreleased + +### Breaking Changes + +### Upcoming Breaking Changes +- Plugin API will be deprecating the BesuContext interface to be replaced with the ServiceManager interface. +- `MetricSystem::createLabelledGauge` is deprecated and will be removed in a future release, replace it with `MetricSystem::createLabelledSuppliedGauge` +- k8s (KUBERNETES) Nat method is now deprecated and will be removed in a future release +- `--host-whitelist` has been deprecated in favor of `--host-allowlist` since 2020 and will be removed in a future release +- Sunsetting features - for more context on the reasoning behind the deprecation of these features, including alternative options, read [this blog post](https://www.lfdecentralizedtrust.org/blog/sunsetting-tessera-and-simplifying-hyperledger-besu) + - Tessera privacy + - Smart-contract-based (onchain) permissioning + - Proof of Work consensus + - Fast Sync + +### Additions and Improvements + +### Bug fixes + +## 24.12.0 ### Breaking Changes - Removed Retesteth rpc service and commands [#7833](https://github.com/hyperledger/besu/pull/7783)