From a6e001eb87398dec2062dfbe02f27b9168c51fd3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 1 Dec 2023 15:45:30 +0000 Subject: [PATCH] Update release notes --- CHANGELOG.md | 14 ++++ client_info.go | 4 +- contributors/list | 172 +--------------------------------------------- 3 files changed, 17 insertions(+), 173 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c207302961..7a0b36bc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v2.16.0, 2023-12-01 + +## What's Changed +### Enhancements 🎉 +* Add sql.Valuer support for all types by @deankarn in https://github.com/ClickHouse/clickhouse-go/pull/1144 +### Fixes 🐛 +* Fix DateTime64 range to actual supported range per ClickHouse documentation by @phil-schreiber in https://github.com/ClickHouse/clickhouse-go/pull/1148 + +## New Contributors +* @phil-schreiber made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1148 +* @deankarn made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1144 + +**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.15.0...v2.16.0 + # v2.14.3, 2023-10-12 ## What's Changed diff --git a/client_info.go b/client_info.go index 26d6b68bd5..85b22d851d 100644 --- a/client_info.go +++ b/client_info.go @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go" const ( ClientVersionMajor = 2 - ClientVersionMinor = 14 - ClientVersionPatch = 3 + ClientVersionMinor = 16 + ClientVersionPatch = 0 ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION ) diff --git a/contributors/list b/contributors/list index fa0dae613b..a2c05de4f0 100644 --- a/contributors/list +++ b/contributors/list @@ -1,171 +1 @@ -Aaron Harlap -Abraham Adberstein -Aleksandr Petrukhin -Aleksandr Razumov -Alex Bocharov -Alex Yang -Alexander Chumakov -Alexander Obukhov -Alexey Milovidov -Alexey Palazhchenko -Alvaro Tuso -Andrey Ustinov -Andžej Maciusovič -Antoine Toulme -Anton Kozlov -Ashish Gaurav -Ather Shu -Beck Xu -Benjamin Rupp -Cem Sancak -Chao Wang -Chris Duncan -Daguang <28806852+DGuang21@users.noreply.github.com> -Dale McDiarmid -Damir Sayfutdinov -Dan Walters -Daniel Bershatsky -Danila Migalin -Danny.Dunn -Darío -Dave Josephsen -Dean Karn -Denis Gukov -Denis Krivak -Denys -Derek Perkins -Dmitry Markov -Dmitry Ponomarev -Dmitry Ponomarev -Egor.Gorlin -Eric Thomas -Eugene Formanenko -Evan Au -Ewan -Florian Lehner -Fredz <513317651@qq.com> -Félix Mattrat -Geoff Genz -GitHub Action -Gregory Petrosyan -Ian McGraw -Ivan -Ivan Blinkov -Ivan Blinkov -Ivan Ivanov -Jake Sylvestre -Jakub Chábek -James Hartig -Jan Was -Jeehoon Kim -Jimmie Han -John Troy -Jon Aquino -Julian Maicher -Kirill Shvakov -Kiswono Prayogo -Kuba Kaflik -LI Tao -LIU Chao <42240939+xiaochaoren1@users.noreply.github.com> -Lars Lehtonen -Leo Di Donato -Louis -Luc Vieillescazes -LuoJi Zhu -Maksim Sokolnikov -Marek Vavrusa -Marek Vavruša -Marek Vavruša -Marek Vavruša -Mark Andrus Roberts -Max Justus Spransy -Michael Vigovsky -Michail Safronov -Miel Donkers -Miel Donkers -Miel Donkers -Mikhail Shustov -Nathan J Mehl <70606471+n-oden@users.noreply.github.com> -Nay Linn -Nikita Mikhaylov -Oleg Strokachuk -Oleksandr Nikitin -Richard Artoul -Robert Sköld -Robin Hahling -Rory Crispin -Ross Rothenstine -Ross Rothenstine -Ryan -Selboo -Serge Klochkov <3175289+slvrtrn@users.noreply.github.com> -Sergei Sobolev -Sergey Melekhin -Sergey Salnikov -Sergey Salnikov -Srikanth Chekuri -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 -Vitaly Orlov -YenchangChan <43897067+YenchangChan@users.noreply.github.com> -Yury Korolev -Yury Yurochko -Zhehao Wu -a-dot -albertlockett -alex -anton troyanov -astduman <41344369+Astemirdum@users.noreply.github.com> -caleb.xiang <90543061+cxiang03@users.noreply.github.com> -candiduslynx -chengzhi -chenlujjj <953546398@qq.com> -coldWater -count -daguang -daguang -dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -derN3rd -dmitry kuzmin -fengberlin -fengyun.rui -gaetan.rizio -guangwu -hexchain -hulb -ianmcgraw -ilker moral -jiyongwang -kshvakov -neverlee -nevseliev -ortyomka -pavel raskin -restrry -rtkaratekid <42547811+rtkaratekid@users.noreply.github.com> -sentanos -sundy-li <543950155@qq.com> -vahid sohrabloo -vasily.popov -viktorzaharov -vl4deee11 <44677024+vl4deee11@users.noreply.github.com> -vl4deee11 -vl4deee11 -vladislav doster -vogrelord -vpromzelev -vvoronin -yuankun -zxc111 -zxc9007 -李盼 +Dean Karn