File tree 1 file changed +8
-1
lines changed 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0 .0/ ) ,
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1 .0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
<!-- next-header -->
8
8
9
9
## [ Unreleased] - ReleaseDate
10
+ ### Added
11
+ - query/cursor: add ` RowCursor::{decoded_bytes,received_bytes} ` methods ([ #169 ] ).
12
+
13
+ ### Changed
14
+ - query/cursor: improve performance of ` RowCursor::next() ` ([ #169 ] ).
15
+
10
16
### Fixed
11
17
- mock: work with the advanced time via ` tokio::time::advance() ` ([ #165 ] ).
12
18
13
19
[ #165 ] : https://github.com/ClickHouse/clickhouse-rs/pull/165
20
+ [ #169 ] : https://github.com/ClickHouse/clickhouse-rs/pull/169
14
21
15
22
## [ 0.13.0] - 2024-09-27
16
23
### Added
You can’t perform that action at this time.
0 commit comments