Skip to content

chore: release v5.0.0#60

Closed
sw-release-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-03-21T23-24-10Z
Closed

chore: release v5.0.0#60
sw-release-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-03-21T23-24-10Z

Conversation

@sw-release-bot
Copy link
Copy Markdown

@sw-release-bot sw-release-bot Bot commented Mar 21, 2026

🤖 New release

  • coordinode-lsm-tree: 4.0.0 -> 5.0.0 (⚠ API breaking changes)

coordinode-lsm-tree breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant CompressionType:ZstdDict in /tmp/.tmpwsGdPu/coordinode-lsm-tree/src/compression.rs:130
Changelog

5.0.0 - 2026-03-23

Added

  • (compression) zstd dictionary compression support (#131)

Fixed

  • thread UserComparator through ingestion guards and range overlap (#139)


This PR was generated with release-plz.

@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch 4 times, most recently from 5948066 to 8ef3bf7 Compare March 22, 2026 00:19
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch 14 times, most recently from 817395a to 630f258 Compare March 22, 2026 15:38
Copy link
Copy Markdown
Author

@sw-release-bot sw-release-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'lsm-tree db_bench'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.15.

Benchmark suite Current: 74f6350 Previous: ef6f4b3 Ratio
readseq 2457286.13166805 ops/sec 3025614.107760847 ops/sec 1.23

This comment was automatically generated by workflow using github-action-benchmark.

CC: @polaz

@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch 10 times, most recently from f28c98f to d6c7065 Compare March 23, 2026 00:34
@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch 14 times, most recently from cef3e00 to b933df1 Compare March 23, 2026 20:02
@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch from b933df1 to 7e576f8 Compare March 23, 2026 21:08
Copy link
Copy Markdown
Author

@sw-release-bot sw-release-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'coordinode-lsm-tree db_bench'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.15.

Benchmark suite Current: 7e576f8 Previous: 2feddbe Ratio
readseq 2406198.84947602 ops/sec 3064834.61478155 ops/sec 1.27

This comment was automatically generated by workflow using github-action-benchmark.

CC: @polaz

@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch from 7e576f8 to ba7f21a Compare March 23, 2026 21:16
@sw-release-bot sw-release-bot Bot changed the title chore: release v4.0.0 chore: release v4.0.1 Mar 23, 2026
@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch from ba7f21a to f2db7f4 Compare March 23, 2026 22:51
@sw-release-bot sw-release-bot Bot changed the title chore: release v4.0.1 chore: release v5.0.0 Mar 23, 2026
@sw-release-bot sw-release-bot Bot force-pushed the release-plz-2026-03-21T23-24-10Z branch from f2db7f4 to 74f6350 Compare March 23, 2026 23:25
@polaz
Copy link
Copy Markdown
Member

polaz commented Mar 23, 2026

Closing: v5.0.0 triggered by ZstdDict variant in unmerged PR #131. Will add #[non_exhaustive] to CompressionType to prevent future major bumps from new compression variants. release-plz will recreate as v4.0.1.

@polaz polaz closed this Mar 23, 2026
@polaz polaz deleted the release-plz-2026-03-21T23-24-10Z branch March 23, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant