- Represent baseFee as Wei instead of long accordingly to the spec [#2785] (https://github.com/hyperledger/besu/issues/2785)
### Bug Fixes
- Updated log4j to 2.15.0 and disabled JNDI message format lookups to improve security.
### <NextRC> Breaking Changes
### 21.10.4 Breaking Changes
- Plugin API: BlockHeader.getBaseFee() method now returns an optional Wei instead of an optional Long
## 21.10.3
### Additions and Improvements
- Adding support of the NO_COLOR environment variable as described in the [NO_COLOR](https://no-color.org/) standard [#3085](https://github.com/hyperledger/besu/pull/3085)
- Add `privx_findFlexiblePrivacyGroup` RPC Method, `privx_findOnchainPrivacyGroup` will be removed in a future release [#3075](https://github.com/hyperledger/besu/pull/3075)
@ -25,6 +20,15 @@
### Early Access Features
- Add support for additional JWT authentication algorithms [#3017](https://github.com/hyperledger/besu/pull/3017)
## 21.10.3
### Bug Fixes
- Updated log4j to 2.15.0 and disabled JNDI message format lookups to improve security.