Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-integrations-robot committed Sep 24, 2024
1 parent e5903e5 commit b616168
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.29.0, 2024-09-24 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Enhancements 🎉
* Add ability to handle context cancellations for TCP protocol by @tinybit in https://github.com/ClickHouse/clickhouse-go/pull/1389
### Other Changes 🛠
* Add Examples for batch.Column(n).AppendRow in columnar_insert.go by @achmad-dev in https://github.com/ClickHouse/clickhouse-go/pull/1410

## New Contributors
* @achmad-dev made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1410
* @tinybit made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1389

**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.3...v2.29.0

# v2.28.3, 2024-09-12 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions client_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"

const (
ClientVersionMajor = 2
ClientVersionMinor = 28
ClientVersionPatch = 3
ClientVersionMinor = 29
ClientVersionPatch = 0
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)

Expand Down
2 changes: 2 additions & 0 deletions contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Omurbek <omurbek.jk@gmail.com>
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
Philipp Schreiber <phil@ephemeroid.net>
Richard Artoul <richardartoul@gmail.com>
Rim Zaidullin <rim.zaydullin@clickhouse.com>
Robert Sköld <robert@department.se>
Robin Hahling <robin.hahling@gw-computing.net>
Roman Usachev <ramzeska@gmail.com>
Expand Down Expand Up @@ -146,6 +147,7 @@ Yury Yurochko <y.yurochko@iconic.vc>
Zachary <136084364+gogingersnap777@users.noreply.github.com>
Zhehao Wu <crisismaple@vip.qq.com>
a-dot <ehdot795@gmail.com>
achmad-dev <83978538+achmad-dev@users.noreply.github.com>
albertlockett <albert.lockett@gmail.com>
alex <alex@localhost.localdomain>
anton troyanov <anton@troyanov.net>
Expand Down

0 comments on commit b616168

Please sign in to comment.