Skip to content

chore(release): 0.33.0 - #1072

Merged
seant-aws merged 1 commit into
mainlinefrom
bump/0.33.0
Aug 21, 2026
Merged

chore(release): 0.33.0#1072
seant-aws merged 1 commit into
mainlinefrom
bump/0.33.0

Conversation

@client-software-ci

Copy link
Copy Markdown
Collaborator

0.33.0 (2026-08-21)

BREAKING CHANGES

Features

Bug Fixes

Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com>
@client-software-ci
client-software-ci requested a review from a team as a code owner August 21, 2026 17:59
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Aug 21, 2026
Comment thread CHANGELOG.md
@@ -1,3 +1,18 @@
## 0.33.0 (2026-08-21)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This release commit adds a second ## 0.33.0 section while ## 0.33.0 (2026-08-20) already exists directly below (added by #1069). The CHANGELOG now has two headings for the same version, and every entry in the new block is a duplicate of one in the older block — #1067, #1063, #1062, #1064, #1065, #1066, #1061, #1059 all appear twice, just reworded.

The likely cause: the only commit since the previous release was 1c45a4c fix(test): relax session root dir assertion for openjd-sessions 0.11.0. If the 0.33.0 tag from #1069 was never created/pushed, semantic-release would re-scan the same commit range, recompute the identical version, and re-emit all of the same entries. Note also that test is not in patch_tags/minor_tags in pyproject.toml, so a test-only commit should not have triggered a release at all.

Worth confirming before merge, since the version is unchanged from the last release: a build from this commit would collide with the already-published 0.33.0 artifact. If the intent was to supersede the earlier section, the old one should be removed rather than stacked (but see the separate note about the #1068 entry that only exists in the old block).

Comment thread CHANGELOG.md
## 0.33.0 (2026-08-21)

### BREAKING CHANGES
* The `total-disk-used-percent` metric now reports values on a 0-100 scale instead of a 0.0-1.0 fraction. Previously, a 25% full disk was incorrectly reported as 0.25; it now correctly reports as 25. (#1067)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This new BREAKING CHANGES block drops content that the existing 0.33.0 (2026-08-20) block has, so it is not a superset of what it duplicates:

  1. The chore: bump openjd-sessions to 0.11.0 #1068 breaking change is missing entirely. The older block documents: "Session working directory naming on Windows has changed (session ID prefix removed, embedded_files renamed to ef) for MAX_PATH compliance." That is a genuine user-facing behavior change (ebb131b chore: bump openjd-sessions to 0.11.0 (#1068)), and it appears nowhere in the new block. Since chore is not in patch_tags/minor_tags, semantic-release would not pick it up automatically — it was presumably added by hand to the previous section, and regenerating lost it.

  2. The fix!: report total-disk-used-percent on a 0-100 scale #1067 entry lost its migration guidance. The older wording ends with "If you have alerts or dashboards based on this metric, update your thresholds accordingly." That actionable sentence is exactly what a reader needs from a BREAKING CHANGES entry, and the new phrasing omits it.

If the two 0.33.0 sections get collapsed into one, please make sure the surviving section keeps the #1068 entry and the #1067 threshold guidance.

@seant-aws
seant-aws merged commit 2f84698 into mainline Aug 21, 2026
39 checks passed
@seant-aws
seant-aws deleted the bump/0.33.0 branch August 21, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants