Commit b616168 1 parent e5903e5 commit b616168 Copy full SHA for b616168
File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v2.29.0, 2024-09-24 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Enhancements 🎉
5
+ * Add ability to handle context cancellations for TCP protocol by @tinybit in https://github.com/ClickHouse/clickhouse-go/pull/1389
6
+ ### Other Changes 🛠
7
+ * Add Examples for batch.Column(n).AppendRow in columnar_insert.go by @achmad-dev in https://github.com/ClickHouse/clickhouse-go/pull/1410
8
+
9
+ ## New Contributors
10
+ * @achmad-dev made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1410
11
+ * @tinybit made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1389
12
+
13
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.28.3...v2.29.0
14
+
1
15
# v2.28.3, 2024-09-12 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
16
3
17
## What's Changed
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
29
29
30
30
const (
31
31
ClientVersionMajor = 2
32
- ClientVersionMinor = 28
33
- ClientVersionPatch = 3
32
+ ClientVersionMinor = 29
33
+ ClientVersionPatch = 0
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Omurbek <omurbek.jk@gmail.com>
108
108
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
109
109
Philipp Schreiber <phil@ephemeroid.net>
110
110
Richard Artoul <richardartoul@gmail.com>
111
+ Rim Zaidullin <rim.zaydullin@clickhouse.com>
111
112
Robert Sköld <robert@department.se>
112
113
Robin Hahling <robin.hahling@gw-computing.net>
113
114
Roman Usachev <ramzeska@gmail.com>
@@ -146,6 +147,7 @@ Yury Yurochko <y.yurochko@iconic.vc>
146
147
Zachary <136084364+gogingersnap777@users.noreply.github.com>
147
148
Zhehao Wu <crisismaple@vip.qq.com>
148
149
a-dot <ehdot795@gmail.com>
150
+ achmad-dev <83978538+achmad-dev@users.noreply.github.com>
149
151
albertlockett <albert.lockett@gmail.com>
150
152
alex <alex@localhost.localdomain>
151
153
anton troyanov <anton@troyanov.net>
You can’t perform that action at this time.
0 commit comments