Skip to content

Commit

Permalink
v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Aug 2, 2023
1 parent 176620a commit 2d66d30
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v2.12.1, 2023-08-02 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Fixes 🐛
* Fix InsertAsync typo in docs by @et in https://github.com/ClickHouse/clickhouse-go/pull/1044
* Fix panic and releasing in batch column by @EpicStep in https://github.com/ClickHouse/clickhouse-go/pull/1055
* Docs/changelog fixes by @jmaicher in https://github.com/ClickHouse/clickhouse-go/pull/1046
* Clarify error message re custom serializaion support by @RoryCrispin in https://github.com/ClickHouse/clickhouse-go/pull/1056
* Fix send query on batch retry by @EpicStep in https://github.com/ClickHouse/clickhouse-go/pull/1045
### Other Changes 🛠
* Update ClickHouse versions by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1054

## New Contributors
* @et made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1044
* @EpicStep made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1055
* @jmaicher made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1046
* @RoryCrispin made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1056

**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.12.0...v2.12.1

# v2.12.0, 2023-07-27 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion client_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
const (
ClientVersionMajor = 2
ClientVersionMinor = 12
ClientVersionPatch = 0
ClientVersionPatch = 1
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)

Expand Down
5 changes: 5 additions & 0 deletions contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Dmitry Markov <dmitri__13@mail.ru>
Dmitry Ponomarev <demdxx@gmail.com>
Dmitry Ponomarev <demdxx@trafficstars.com>
Egor.Gorlin <Egor.Gorlin@forextime.com>
Eric Thomas <et@users.noreply.github.com>
Eugene Formanenko <mo4islona@gmail.com>
Evan Au <au.liangjun@gmail.com>
Ewan <ewan.p.walker@gmail.com>
Expand All @@ -57,6 +58,7 @@ Jan Was <j.was@f5.com>
Jeehoon Kim <jeehooni@gmail.com>
John Troy <john@noxi.us>
Jon Aquino <jonathan.aquino@adroll.com>
Julian Maicher <jmaicher@users.noreply.github.com>
Kirill Shvakov <shvakov@gmail.com>
Kiswono Prayogo <kiswono@gmail.com>
Kuba Kaflik <kuba.kaflik@clickhouse.com>
Expand Down Expand Up @@ -84,12 +86,14 @@ Oleksandr Nikitin <oleksandr@tvori.info>
Richard Artoul <richardartoul@gmail.com>
Robert Sköld <robert@department.se>
Robin Hahling <robin.hahling@gw-computing.net>
Rory Crispin <Rory.crispin@clickhouse.com>
Ross Rothenstine <rossr@unity3d.com>
Ross Rothenstine <rossrothenstine@gmail.com>
Selboo <xuguocan@gmail.com>
Serge Klochkov <3175289+slvrtrn@users.noreply.github.com>
Sergei Sobolev <ssobolev@ozon.ru>
Sergey Melekhin <sergey@melekhin.me>
Stepan Rabotkin <36516357+EpicStep@users.noreply.github.com>
Stephane Moreau <stephane.moreau@imagino.com>
Stephanie Hingtgen <hingtgen.stephanie@gmail.com>
Taras Matsyk <taras@mm.st>
Expand Down Expand Up @@ -133,6 +137,7 @@ ortyomka <iurin.art@gmail.com>
pavel raskin <f0ma@inbox.ru>
restrry <restrry@gmail.com>
rtkaratekid <42547811+rtkaratekid@users.noreply.github.com>
sentanos <froastj@gmail.com>
sundy-li <543950155@qq.com>
vahid sohrabloo <vahid4134@gmail.com>
vasily.popov <vasily.popov@arrival.com>
Expand Down

0 comments on commit 2d66d30

Please sign in to comment.