From b61616800ae093a4cd58d777ae13861b733f03e4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 24 Sep 2024 12:36:14 +0000 Subject: [PATCH] Update release notes --- CHANGELOG.md | 14 ++++++++++++++ client_info.go | 4 ++-- contributors/list | 2 ++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243dabeed5..b7037ad485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v2.29.0, 2024-09-24 + +## 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 ## What's Changed diff --git a/client_info.go b/client_info.go index 1169b660db..77ead95964 100644 --- a/client_info.go +++ b/client_info.go @@ -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 ) diff --git a/contributors/list b/contributors/list index 8138350077..4521e17f00 100644 --- a/contributors/list +++ b/contributors/list @@ -108,6 +108,7 @@ Omurbek Paweł Rozlach <2124609+vespian@users.noreply.github.com> Philipp Schreiber Richard Artoul +Rim Zaidullin Robert Sköld Robin Hahling Roman Usachev @@ -146,6 +147,7 @@ Yury Yurochko Zachary <136084364+gogingersnap777@users.noreply.github.com> Zhehao Wu a-dot +achmad-dev <83978538+achmad-dev@users.noreply.github.com> albertlockett alex anton troyanov