@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121- ** BREAKING** inserter: ` Inserter::new() ` return just ` Self ` instead of ` Result<Self> ` . ([ #244 ] )
2222- ** BREAKING** query: ` RowBinaryWithNamesAndTypes ` is now used by default for query results. This may cause panics if
2323 the row struct definition does not match the database schema. Use ` Client::with_validation(false) ` to revert to the
24- previous behavior which uses plain ` RowBinary ` format for fetching rows. ([ #221 ] )
24+ previous behavior which uses plain ` RowBinary ` format for fetching rows. ([ #221 ] , [ # 244 ] )
2525- ** BREAKING** mock: when using ` test-util ` feature, it is now required to use ` Client::with_mock(&mock) ` to set up the
2626 mock server, so it properly handles the response format and automatically disables parsing
2727 ` RowBinaryWithNamesAndTypes ` header parsing and validation. Additionally, it is not required to call ` with_url `
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333 ` DashMap ` , etc.).
3434- tls: improved error messages in case of missing TLS features when using HTTPS ([ #229 ] ).
3535- crate: MSRV is now 1.79 due to borrowed rows support redesign in [ #247 ] .
36- - crate: bumped dependencies, see [ #232 ] and [ #239 ] for additional details.
36+ - crate: bumped dependencies, see [ #232 ] , [ # 239 ] and [ #280 ] for additional details.
3737
3838### Added
3939
@@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545 ` RowBinaryWithNamesAndTypes ` struct definition validation, as it contains ClickHouse data types AST, as well as
4646 functions and utilities to parse the types out of the ClickHouse server response. ([ #221 ] ).
4747- query: support serializing ` serde_bytes::Bytes ` as hex string literals in query parameters ([ #250 ] ).
48- - derive: added ` #[clickhouse(crate = "...")] ` attribute for ` #[derive(Row)] ` ([ #189 ] / [ #292 ] )
48+ - derive: added ` #[clickhouse(crate = "...")] ` attribute for ` #[derive(Row)] ` ([ #189 ] , [ #292 ] )
4949
5050### Fixed
5151
@@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363[ #250 ] : https://github.com/ClickHouse/clickhouse-rs/pull/250
6464[ #256 ] : https://github.com/ClickHouse/clickhouse-rs/pull/256
6565[ #258 ] : https://github.com/ClickHouse/clickhouse-rs/pull/258
66+ [ #280 ] : https://github.com/ClickHouse/clickhouse-rs/pull/280
6667[ #292 ] : https://github.com/ClickHouse/clickhouse-rs/pull/292
6768
6869## [ 0.13.3] - 2025-05-29
0 commit comments