File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
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/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77<!-- next-header -->
88
99## [ 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+
1016### Fixed
1117- mock: work with the advanced time via ` tokio::time::advance() ` ([ #165 ] ).
1218
1319[ #165 ] : https://github.com/ClickHouse/clickhouse-rs/pull/165
20+ [ #169 ] : https://github.com/ClickHouse/clickhouse-rs/pull/169
1421
1522## [ 0.13.0] - 2024-09-27
1623### Added
You can’t perform that action at this time.
0 commit comments