Skip to content

Commit

Permalink
v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Aug 10, 2023
1 parent 9ffd7d0 commit ffe12a7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2.13.0, 2023-08-10 <!-- Release notes generated using configuration in .github/release.yml at main -->

## 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 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions client_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
3 changes: 3 additions & 0 deletions contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Mark Andrus Roberts <[email protected]>
Max Justus Spransy <[email protected]>
Michael Vigovsky <[email protected]>
Michail Safronov <[email protected]>
Miel Donkers <[email protected]>
Miel Donkers <[email protected]>
Mikhail Shustov <[email protected]>
Nathan J Mehl <[email protected]>
Expand All @@ -94,12 +95,14 @@ Serge Klochkov <[email protected]>
Sergei Sobolev <[email protected]>
Sergey Melekhin <[email protected]>
Stepan Rabotkin <[email protected]>
Stepan Rabotkin <[email protected]>
Stephane Moreau <[email protected]>
Stephanie Hingtgen <[email protected]>
Taras Matsyk <[email protected]>
Thibault Deutsch <[email protected]>
Tomasz Czubocha <[email protected]>
Tsimafei Bredau <[email protected]>
Valerii Pozdiaev <[email protected]>
Varun Vasan V <[email protected]>
Vespertinus <[email protected]>
Vincent Bernat <[email protected]>
Expand Down

0 comments on commit ffe12a7

Please sign in to comment.