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 <[email protected]>
Paweł Rozlach <[email protected]>
Philipp Schreiber <[email protected]>
Richard Artoul <[email protected]>
Rim Zaidullin <[email protected]>
Robert Sköld <[email protected]>
Robin Hahling <[email protected]>
Roman Usachev <[email protected]>
Expand Down Expand Up @@ -146,6 +147,7 @@ Yury Yurochko <[email protected]>
Zachary <[email protected]>
Zhehao Wu <[email protected]>
a-dot <[email protected]>
achmad-dev <[email protected]>
albertlockett <[email protected]>
alex <[email protected]>
anton troyanov <[email protected]>
Expand Down

0 comments on commit b616168

Please sign in to comment.