File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99## [ Unreleased] - ReleaseDate
1010### Added
1111- client: added ` Client::with_access_token ` to support JWT authentication ClickHouse Cloud feature ([ #215 ] ).
12+ - Identifier: added ` Copy ` and ` Clone ` derive ([ #224 ] ).
1213
1314### Fixed
1415- query/cursor: detect more deferred errors ([ #220 ] ).
16+ - query/bind: fixed ` i128 ` /` u128 ` SQL serialization ([ #209 ] ).
1517
18+ [ #209 ] : https://github.com/ClickHouse/clickhouse-rs/pull/209
1619[ #215 ] : https://github.com/ClickHouse/clickhouse-rs/pull/215
1720[ #220 ] : https://github.com/ClickHouse/clickhouse-rs/pull/220
21+ [ #224 ] : https://github.com/ClickHouse/clickhouse-rs/pull/224
1822
1923## [ 0.13.2] - 2025-03-12
2024### Added
You can’t perform that action at this time.
0 commit comments