Skip to content

Commit b616168

Browse files
Update release notes
1 parent e5903e5 commit b616168

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# v2.28.3, 2024-09-12 <!-- Release notes generated using configuration in .github/release.yml at main -->
216

317
## What's Changed

client_info.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
2929

3030
const (
3131
ClientVersionMajor = 2
32-
ClientVersionMinor = 28
33-
ClientVersionPatch = 3
32+
ClientVersionMinor = 29
33+
ClientVersionPatch = 0
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Omurbek <omurbek.jk@gmail.com>
108108
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
109109
Philipp Schreiber <phil@ephemeroid.net>
110110
Richard Artoul <richardartoul@gmail.com>
111+
Rim Zaidullin <rim.zaydullin@clickhouse.com>
111112
Robert Sköld <robert@department.se>
112113
Robin Hahling <robin.hahling@gw-computing.net>
113114
Roman Usachev <ramzeska@gmail.com>
@@ -146,6 +147,7 @@ Yury Yurochko <y.yurochko@iconic.vc>
146147
Zachary <136084364+gogingersnap777@users.noreply.github.com>
147148
Zhehao Wu <crisismaple@vip.qq.com>
148149
a-dot <ehdot795@gmail.com>
150+
achmad-dev <83978538+achmad-dev@users.noreply.github.com>
149151
albertlockett <albert.lockett@gmail.com>
150152
alex <alex@localhost.localdomain>
151153
anton troyanov <anton@troyanov.net>

0 commit comments

Comments
 (0)