Protocol
This release does not introduce a new protocol version (current version: 17)
Nodes (Validators and Full nodes)
#9161: Added telemetry feature supporting Grafana Flamegraph.
#9293: Support rendering telemetry flamegraphs in SVG format.
#9298: Extend telemetry subscribers with allocations per thread metrics.
GraphQL
#9551: Fixes resolution of move abort errors for failed transactions
#9252: ⚠️ Deprecates TransactionBlockFilter.signAddress, replacing it with TransactionBlockFilter.sentAddress which behaves identically. Similarly AddressTransactionBlockRelationship.SIGN is deprecated and replaced by AddressTransactionBlockRelationship.SENT. The deprecated filter will be removed after more than six months, with the 1.24.0 mainnet release.
#8990: New Query.transactionBlocksByDigests can now be used to fetch multiple transactions by digest. This will also include just-executed transactions that don't have a checkpoint assigned yet.
CLI
#9653: Fixed a bug where an upgrade command would terminate early if the CLI binary is not at the same protocol version or newer than the network.