chore(changelog): retarget unreleased 1.23.2 → 1.24.0#951
Merged
Conversation
#950 adds new public API (the `dangerously_log_query_text` client option and the per-request `span_attributes` param), so the next release is a minor bump. 1.23.2 was never published; the staged section (OTEL features + the #947 Array(Date) fix) ships as 1.24.0 instead. Header-only change in both client changelogs, ahead of the version bump. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
Pull request overview
Retargets the staged, unreleased changelog section in both client packages from # 1.23.2 to # 1.24.0, preparing the release notes for an upcoming 1.24.0 (minor) cut.
Changes:
- Update
@clickhouse/client-webtop-most CHANGELOG version header to1.24.0. - Update
@clickhouse/client(Node.js) top-most CHANGELOG version header to1.24.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/client-web/CHANGELOG.md | Updates the top version header from 1.23.2 to 1.24.0. |
| packages/client-node/CHANGELOG.md | Updates the top version header from 1.23.2 to 1.24.0. |
| @@ -1,4 +1,4 @@ | |||
| # 1.23.2 | |||
| # 1.24.0 | |||
| @@ -1,4 +1,4 @@ | |||
| # 1.23.2 | |||
| # 1.24.0 | |||
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retarget the staged (unreleased)
# 1.23.2CHANGELOG section to# 1.24.0in both client packages, ahead of cutting the 1.24.0 beta.#950 added new public API (
dangerously_log_query_textconfig option + per-requestspan_attributes), which is an additive minor release.1.23.2was never published, so the section's contents — the OTEL features (#950) and the #947Array(Date)binding fix — ship together as1.24.0.Header-only change; content is unchanged. Required by the release skill's Step 1 (the CHANGELOG must carry the exact version header before the version bump).
🤖 Generated with Claude Code