File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased] - ReleaseDate
1010### Added
11- - [ Variant data type] ( https://clickhouse.com/docs/en/sql-reference/data-types/variant ) support ([ #170 ] ).
11+ - query: added ` Query::with_param ` to support server-side parameters binding ([ #159 ] )
12+ - derive: added [ Variant data type] ( https://clickhouse.com/docs/en/sql-reference/data-types/variant ) support ([ #170 ] ).
13+ - query: added ` Query::fetch_bytes ` that allows streaming data in an arbitrary format ([ #182 ] )
14+ - serde: added support for [ chrono] ( https://docs.rs/chrono/latest/chrono/ ) ([ #188 ] )
1215
1316### Changed
1417- MSRV is now 1.73 due to changes in ` bstr ` and ` hyper-rustls ` dependencies ([ #180 ] ).
1518
1619### Fixed
1720- query/cursor: return ` NotEnoughData ` if a row is unparsed when the stream ends ([ #185 ] ).
1821
22+ [ #159 ] : https://github.com/ClickHouse/clickhouse-rs/pull/159
1923[ #170 ] : https://github.com/ClickHouse/clickhouse-rs/pull/170
2024[ #180 ] : https://github.com/ClickHouse/clickhouse-rs/pull/180
25+ [ #182 ] : https://github.com/ClickHouse/clickhouse-rs/pull/182
2126[ #185 ] : https://github.com/ClickHouse/clickhouse-rs/pull/185
27+ [ #188 ] : https://github.com/ClickHouse/clickhouse-rs/pull/188
2228
2329## [ 0.13.1] - 2024-10-21
2430### Added
You can’t perform that action at this time.
0 commit comments