Skip to content

fix changelog and releasenotes#283

Merged
alex-clickhouse merged 1 commit intomainfrom
changelog-fix
Apr 13, 2026
Merged

fix changelog and releasenotes#283
alex-clickhouse merged 1 commit intomainfrom
changelog-fix

Conversation

@alex-clickhouse
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 13, 2026 15:04
@alex-clickhouse alex-clickhouse enabled auto-merge (squash) April 13, 2026 15:05
@alex-clickhouse alex-clickhouse merged commit 39a4414 into main Apr 13, 2026
17 of 18 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the release documentation to reflect the correct set of features and improvements for v1.2.0 by reorganizing entries between versions.

Changes:

  • Add v1.2.0 entries for POCO binary inserts and configurable parameter type resolution.
  • Introduce an Improvements section for v1.2.0 (including the IPAddress.AddressFamily inference change).
  • Remove the standalone v1.1.1 section and consolidate its content into v1.2.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
RELEASENOTES.md Reorganizes v1.2.0 content, adds improvements section, removes v1.1.1 entry.
CHANGELOG.md Mirrors the same v1.2.0 restructuring and v1.1.1 removal for changelog consistency.

Comment thread RELEASENOTES.md
* Centralized parameter type resolution into `ParameterTypeResolution`, replacing previously scattered logic in `ClickHouseDbParameter.QueryForm` and `HttpParameterFormatter`. Each parameter's type is now resolved exactly once per request, ensuring consistency between SQL placeholder generation and HTTP value formatting.

**Bug Fixes:**
* `JsonReadMode` and `JsonWriteMode` will now correcly set the corresponding settings when set to `Binary` mode.
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

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

Typo in release notes: "correcly" should be "correctly".

Suggested change
* `JsonReadMode` and `JsonWriteMode` will now correcly set the corresponding settings when set to `Binary` mode.
* `JsonReadMode` and `JsonWriteMode` will now correctly set the corresponding settings when set to `Binary` mode.

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
* Centralized parameter type resolution into `ParameterTypeResolution`, replacing previously scattered logic in `ClickHouseDbParameter.QueryForm` and `HttpParameterFormatter`. Each parameter's type is now resolved exactly once per request, ensuring consistency between SQL placeholder generation and HTTP value formatting.

**Bug Fixes:**
* `JsonReadMode` and `JsonWriteMode` will now correcly set the corresponding settings when set to `Binary` mode.
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

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

Typo in changelog: "correcly" should be "correctly".

Suggested change
* `JsonReadMode` and `JsonWriteMode` will now correcly set the corresponding settings when set to `Binary` mode.
* `JsonReadMode` and `JsonWriteMode` will now correctly set the corresponding settings when set to `Binary` mode.

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@alex-clickhouse alex-clickhouse deleted the changelog-fix branch April 13, 2026 15:09
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.

3 participants