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 <[email protected]>
Dmitry Ponomarev <[email protected]>
Dmitry Ponomarev <[email protected]>
Egor.Gorlin <[email protected]>
Eric Thomas <[email protected]>
Eugene Formanenko <[email protected]>
Evan Au <[email protected]>
Ewan <[email protected]>
Expand All @@ -57,6 +58,7 @@ Jan Was <[email protected]>
Jeehoon Kim <[email protected]>
John Troy <[email protected]>
Jon Aquino <[email protected]>
Julian Maicher <[email protected]>
Kirill Shvakov <[email protected]>
Kiswono Prayogo <[email protected]>
Kuba Kaflik <[email protected]>
Expand Down Expand Up @@ -84,12 +86,14 @@ Oleksandr Nikitin <[email protected]>
Richard Artoul <[email protected]>
Robert Sköld <[email protected]>
Robin Hahling <[email protected]>
Rory Crispin <[email protected]>
Ross Rothenstine <[email protected]>
Ross Rothenstine <[email protected]>
Selboo <[email protected]>
Serge Klochkov <[email protected]>
Sergei Sobolev <[email protected]>
Sergey Melekhin <[email protected]>
Stepan Rabotkin <[email protected]>
Stephane Moreau <[email protected]>
Stephanie Hingtgen <[email protected]>
Taras Matsyk <[email protected]>
Expand Down Expand Up @@ -133,6 +137,7 @@ ortyomka <[email protected]>
pavel raskin <[email protected]>
restrry <[email protected]>
rtkaratekid <[email protected]>
sentanos <[email protected]>
sundy-li <[email protected]>
vahid sohrabloo <[email protected]>
vasily.popov <[email protected]>
Expand Down

0 comments on commit 2d66d30

Please sign in to comment.