Protocol
Sui Protocol Version in this release: 115
#25795: Adds a new protocol version 115 to normalize representation of some structures within the VM.
#25556: Enables the address aliases feature on mainnet.
#25585: Add a new protocol version to support some refactoring in execution.
#25364: test only changes, no user impact
GraphQL
#25261: Error field is no longer available in simulateResult and ExecutionResult. They will be propagated in GraphQL errors
CLI
#25074: sui move build --dump (the short version of --dump-bytecode-as-base64) now correctly outputs bytecode with the 0 address.
#25587: Fixed a bug to re-enable pretty printing of sui client ptb output.
Indexing Framework
#25434: Fixes an issue where the ingestion client allowed configuring multiple sources but all but one source was ignored, based on an implicit precedence order. Now exactly one source must be supplied.
#25593: Reducing ingestion concurrency and channel size. Testing showed this eliminated OOM issues when processing large checkpoints without bottlenecking a 16 cpu machine.