From fcf5831835335a86078abfb224fdcc33ab4bddc0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 16 Oct 2024 16:02:58 +0000 Subject: [PATCH] Update release notes --- CHANGELOG.md | 17 +++++++++++++++++ client_info.go | 2 +- contributors/list | 2 ++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7037ad485..7e8ef2a3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v2.30.0, 2024-10-16 + +## What's Changed +### Enhancements 🎉 +* Extended support for HTTP proxy in driver options by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1424 +* Default implementation of column.IterableOrderedMap by @earwin in https://github.com/ClickHouse/clickhouse-go/pull/1417 +### Fixes 🐛 +* Fix serialization for slices of OrderedMap/IterableOrderedMap (#1365) by @earwin in https://github.com/ClickHouse/clickhouse-go/pull/1418 +* Retry on broken pipe in batch by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1423 +### Other Changes 🛠 +* Add 'clickhouse-go-rows-utils' to third-party libraries by @EpicStep in https://github.com/ClickHouse/clickhouse-go/pull/1413 + +## New Contributors +* @earwin made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1418 + +**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0 + # v2.29.0, 2024-09-24 ## What's Changed diff --git a/client_info.go b/client_info.go index 77ead95964..2ecfb01568 100644 --- a/client_info.go +++ b/client_info.go @@ -29,7 +29,7 @@ const ClientName = "clickhouse-go" const ( ClientVersionMajor = 2 - ClientVersionMinor = 29 + ClientVersionMinor = 30 ClientVersionPatch = 0 ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION ) diff --git a/contributors/list b/contributors/list index 4521e17f00..3fc1d4d43b 100644 --- a/contributors/list +++ b/contributors/list @@ -39,6 +39,7 @@ Derek Perkins Dmitry Markov Dmitry Ponomarev Dmitry Ponomarev +Earwin Egor Samotoev <38672780+egsam98@users.noreply.github.com> Egor.Gorlin Eric Thomas @@ -126,6 +127,7 @@ Shoshin Nikita Shunsuke Otani Srikanth Chekuri Stepan Rabotkin <36516357+EpicStep@users.noreply.github.com> +Stepan Rabotkin Stepan Rabotkin Stephane Moreau Stephanie Hingtgen