From ffe12a71d3f52255db0eb58e0c826f93f11aebd5 Mon Sep 17 00:00:00 2001 From: Kuba Kaflik Date: Thu, 10 Aug 2023 13:55:50 +0200 Subject: [PATCH] v2.13.0 --- CHANGELOG.md | 16 ++++++++++++++++ client_info.go | 4 ++-- contributors/list | 3 +++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb617b10b1..67d440e72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v2.13.0, 2023-08-10 + +## What's Changed +### Enhancements 🎉 +* Support scan from uint8 to bool by @ValManP in https://github.com/ClickHouse/clickhouse-go/pull/1051 +* Binding arguments for AsyncInsert interface by @mdonkers in https://github.com/ClickHouse/clickhouse-go/pull/1052 +* Batch rows count API by @EpicStep in https://github.com/ClickHouse/clickhouse-go/pull/1063 +* Implement release connection in batch by @EpicStep in https://github.com/ClickHouse/clickhouse-go/pull/1062 +### Other Changes 🛠 +* Restore test against CH 23.7 by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1059 + +## New Contributors +* @ValManP made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1051 + +**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.12.1...v2.13.0 + # v2.12.1, 2023-08-02 ## What's Changed diff --git a/client_info.go b/client_info.go index cd6f64a860..bd450fde44 100644 --- a/client_info.go +++ b/client_info.go @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go" const ( ClientVersionMajor = 2 - ClientVersionMinor = 12 - ClientVersionPatch = 1 + ClientVersionMinor = 13 + ClientVersionPatch = 0 ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION ) diff --git a/contributors/list b/contributors/list index 68ac303aa3..42ce37846a 100644 --- a/contributors/list +++ b/contributors/list @@ -76,6 +76,7 @@ Mark Andrus Roberts Max Justus Spransy Michael Vigovsky Michail Safronov +Miel Donkers Miel Donkers Mikhail Shustov Nathan J Mehl <70606471+n-oden@users.noreply.github.com> @@ -94,12 +95,14 @@ Serge Klochkov <3175289+slvrtrn@users.noreply.github.com> Sergei Sobolev Sergey Melekhin Stepan Rabotkin <36516357+EpicStep@users.noreply.github.com> +Stepan Rabotkin Stephane Moreau Stephanie Hingtgen Taras Matsyk Thibault Deutsch Tomasz Czubocha Tsimafei Bredau +Valerii Pozdiaev <12141268+ValManP@users.noreply.github.com> Varun Vasan V Vespertinus Vincent Bernat