Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# New features
- **Breaking:** `clickhouse::UInt128` type definition has been changed from `std::pair` to `absl::uint128` for consistency with `clickhouse::Int128`
- Added methods `Reserve` and `Capacity` to numeric and date columns https://github.com/ClickHouse/clickhouse-cpp/pull/330 by @rtcote
- Added the `Reserve` method to other columns https://github.com/ClickHouse/clickhouse-cpp/pull/341 by @1261385937
- Added Block::Clear() and Block::Reserve() to clear or preallocate block capacity https://github.com/ClickHouse/clickhouse-cpp/pull/427 by @Enmk
- Modified `ColumnLowCardinality::Reserve(X)` to reserve `sqrt(X)` items, since items usually repeat https://github.com/ClickHouse/clickhouse-cpp/pull/427 by @Enmk
Added `SwapElements` and a comparison function to numeric and date columns to enable in-place sorting https://github.com/ClickHouse/clickhouse-cpp/pull/330 by @rtcote
- Added method `GetWritableData` to numeric columns https://github.com/ClickHouse/clickhouse-cpp/pull/330, https://github.com/ClickHouse/clickhouse-cpp/pull/338/files by @rtcote and @Enmk
- Implemented rvalue reference overload for `ColumnArray::Append` to allow optimizations when passing rvalues https://github.com/ClickHouse/clickhouse-cpp/pull/345 by @1261385937
- Added `Client::GetVersion()` to get the current library version; added `version.h`; extended build scripts to read and validate the version number during release; fixed https://github.com/ClickHouse/clickhouse-cpp/issues/347 https://github.com/ClickHouse/clickhouse-cpp/pull/348 https://github.com/ClickHouse/clickhouse-cpp/pull/351 by @Enmk
- Added `FixedStringType::GetSize()` https://github.com/ClickHouse/clickhouse-cpp/pull/355 by @german3w1
- Added support for ZSTD compression https://github.com/ClickHouse/clickhouse-cpp/pull/367 by @byian
- Added missing `ColumnDateTime::RawAt()` https://github.com/ClickHouse/clickhouse-cpp/pull/375 by @moaazassali
- Added `Client::SelectWithExternalData(...)` and `Client::SelectWithExternalDataCancelable(...)` to support queries with external data https://github.com/ClickHouse/clickhouse-cpp/pull/419 by @pet74alex
- Added `UInt128` support; fixed https://github.com/ClickHouse/clickhouse-cpp/issues/378 https://github.com/ClickHouse/clickhouse-cpp/pull/424 by @pet74alex
- Added validation when inserting into `ColumnArray` to prevent possible data corruption https://github.com/ClickHouse/clickhouse-cpp/pull/428 by @IyeOnline
- Changed the client name reported to the server to avoid confusion with the `clickhouse client` clienthttps://github.com/ClickHouse/clickhouse-cpp/pull/439 by @slabko
- Disabled `BUILD_SHARED_LIBS`, `BUILD_BENCHMARK`, and `BUILD_TESTS` when used as a submodule in another project https://github.com/ClickHouse/clickhouse-cpp/pull/386 by @AndreyAlifanov
- Allowed specifying parameters for each query via `Query::SetParams(...)` https://github.com/ClickHouse/clickhouse-cpp/pull/394 by @OlegGalizin
- Added `DISABLE_CLANG_LIBC_WORKAROUND` CMake parameter to disable linking compiler-rt & gcc_s when using Clang with libstdc++ https://github.com/ClickHouse/clickhouse-cpp/pull/399 by @kclonts

Fixes

Various test and documentation improvements

Full Changelog: ClickHouse/clickhouse-cpp@v2.5.1...v2.6.0

Huge thanks to all contributors for their work on this release. Special thanks to @Enmk, whose long-term dedication and stewardship have kept this library thriving. It wouldn’t be the same without you.

View the full release notes at https://github.com/ClickHouse/clickhouse-cpp/releases/tag/v2.6.0.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Sep 21, 2025
@daeho-ro daeho-ro force-pushed the bump-clickhouse-cpp-2.6.0 branch 5 times, most recently from 15ccf6f to 8f59733 Compare September 22, 2025 03:56
@daeho-ro daeho-ro force-pushed the bump-clickhouse-cpp-2.6.0 branch from 8f59733 to 2410601 Compare September 22, 2025 04:09
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 22, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 22, 2025
Merged via the queue into main with commit a9e7dfd Sep 22, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-clickhouse-cpp-2.6.0 branch September 22, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants