Closed renovate[bot] closed 2 months ago
此次更改涉及将 gradle/libs.versions.toml
文件中的 clickhouse
依赖项版本从 0.6.4
更新到 0.6.5
。此版本更新可能包含错误修复、性能改进或新功能,但具体的功能变更细节未在差异中提供。文件的整体结构和逻辑保持不变,其他依赖项及其配置没有更改。
文件 | 更改摘要 |
---|---|
gradle/libs.versions.toml | 将 clickhouse 版本从 0.6.4 更新至 0.6.5 |
在草地上跳跃的小兔,
新版本来临真是妙趣,
ClickHouse更新真欢喜,
数据流转更迅速,
兔子们齐声欢呼,
让我们一起享受这美好旅途! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
0.6.4
->0.6.5
0.6.4
->0.6.5
0.6.4
->0.6.5
Release Notes
ClickHouse/clickhouse-java (com.clickhouse:clickhouse-client)
### [`v0.6.5`](https://togithub.com/ClickHouse/clickhouse-java/blob/HEAD/CHANGELOG.md#065) ##### Deprecations - Following components will be deprecated and removed in 0.7.0 release: - clickhouse-cli-client - clickhouse-grpc-client - Projects cli-client and grpc-client are excluded from release and build. - No more builds for non-lts Java versions - no more Java 9 release builds. ##### Performance Improvements - \[client-v2] `queryAll()` optimized to use less memory ([https://github.com/ClickHouse/clickhouse-java/pull/1779](https://togithub.com/ClickHouse/clickhouse-java/pull/1779)) - \[client-v2] `Client.Builder#setClientNetworkBufferSize` introduced to allow increasing a buffer that is used to transfer data from socket buffer to application memory. When set to >= of send/receive socket buffer size it significantly reduces number of system calls and improves perfor[https://github.com/ClickHouse/clickhouse-java/pull/1784](https://togithub.com/ClickHouse/clickhouse-java/pull/1784)ull/1784) ##### New Features - \[client-v2] Client will retry on `NoHttpResponseException` when using Apache HTTP client. It is useful when close/stale connection is leased from connection pool. No client will retry one more time instead of failing. `Client.Builder#retryOnFailures` and `Client.Builder#setMaxRetries` were introduced to configure client behavio[https://github.com/ClickHouse/clickhouse-java/pull/1768](https://togithub.com/ClickHouse/clickhouse-java/pull/1768)1768) ##### Bug Fixes - \[client-v2] Correct timezone used when reading DateTime values. Affects how date/datetime values are read when `session_timezone` is used ([https://github.com/ClickHouse/clickhouse-java/issues/1780](https://togithub.com/ClickHouse/clickhouse-java/issues/1780)) - \[client-v2] Fix reading big integers. Previously was causing incorrect values [https://github.com/ClickHouse/clickhouse-java/issues/1786](https://togithub.com/ClickHouse/clickhouse-java/issues/1786)/17[https://github.com/ClickHouse/clickhouse-java/issues/1776](https://togithub.com/ClickHouse/clickhouse-java/issues/1776)sues/1776) - \[client-v2] Fix server compressions when using a client instance concurrently [https://github.com/ClickHouse/clickhouse-java/pull/1791](https://togithub.com/ClickHouse/clickhouse-java/pull/1791)/1791) - \[client-v2] Fix reading arrays as list. Also affected reading nested arrays [https://github.com/ClickHouse/clickhouse-java/pull/1800](https://togithub.com/ClickHouse/clickhouse-java/pull/1800)0) - \[client-v1] Fix handling summary metadata for write operations. Previously was causing empty metadataConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.