Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

## [Unreleased]

## [5.9.1] - 2026-05-01

### Added

- **CRC64-NVME checksum support** — added support for the `crc64-nvme` checksum algorithm across all S3 drivers (Netty, AWS SDK, and RDMA). The Netty driver now includes explicit checksum strategy metadata and multipart checksum wiring for CRC64-NVME. The CLI `--checksum crc64-nvme` flag is now accepted for all S3 drivers (previously AWS-only). Added RDMA checksum parity tests covering CRC32, CRC32C, and CRC64-NVME known vectors. (PRs #101, #102)

## [5.9.0] - 2026-04-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9.0
5.9.1
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ run:
node: false
port: 9999
scenario: null
version: 5.9.0
version: 5.9.1

log:
level: info
Expand Down
Loading