Skip to content

Commit 0c73efa

Browse files
committed
v2.10.0
1 parent 6430430 commit 0c73efa

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v2.10.0, 2023-05-17 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Enhancements 🎉
5+
* Support [16]byte/[]byte typed scan/append for IPv6 column by @crisismaple in https://github.com/ClickHouse/clickhouse-go/pull/996
6+
* Add custom dialer option to http protocol by @stephaniehingtgen in https://github.com/ClickHouse/clickhouse-go/pull/998
7+
### Fixes 🐛
8+
* Tuple scan respects both value and pointer variable by @crisismaple in https://github.com/ClickHouse/clickhouse-go/pull/971
9+
* Auto close idle connections in native protocol in respect of ConnMaxLifetime option by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/999
10+
11+
## New Contributors
12+
* @stephaniehingtgen made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/998
13+
14+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.9.3...v2.10.0
15+
116
# v2.9.2, 2023-05-08 <!-- Release notes generated using configuration in .github/release.yml at main -->
217

318
## What's Changed

client_info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
2929

3030
const (
3131
ClientVersionMajor = 2
32-
ClientVersionMinor = 9
33-
ClientVersionPatch = 2
32+
ClientVersionMinor = 10
33+
ClientVersionPatch = 0
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Serge Klochkov <[email protected]>
8888
Sergei Sobolev <[email protected]>
8989
Sergey Melekhin <[email protected]>
9090
Stephane Moreau <[email protected]>
91+
Stephanie Hingtgen <[email protected]>
9192
Taras Matsyk <[email protected]>
9293
Thibault Deutsch <[email protected]>
9394
Tomasz Czubocha <[email protected]>

0 commit comments

Comments
 (0)