Skip to content

Commit 2c6c2e8

Browse files
Update release notes
1 parent b58ba92 commit 2c6c2e8

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.34.0, 2025-04-01 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
5+
### Enhancements 🎉
6+
* allow appending to Decimal column with `string` by @rutaka-n in https://github.com/ClickHouse/clickhouse-go/pull/1532
7+
* Enhancements for decimal strings by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1535
8+
### Bug fixes 🐛
9+
* Add length check to `FixedString` to prevent panic by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1534
10+
### Other Changes 🛠
11+
* chore: replace github.com/pkg/errors with stdlib by @hazzik in https://github.com/ClickHouse/clickhouse-go/pull/1530
12+
13+
## New Contributors
14+
* @hazzik made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1530
15+
16+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.33.1...v2.34.0
17+
118
# v2.33.1, 2025-03-18 <!-- Release notes generated using configuration in .github/release.yml at main -->
219

320
## 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 = 33
33-
ClientVersionPatch = 1
32+
ClientVersionMinor = 34
33+
ClientVersionPatch = 0
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Aleksandr Razumov <[email protected]>
55
Alex Bocharov <[email protected]>
66
Alex Salt <[email protected]>
77
Alex Yang <[email protected]>
8+
Alex Zaytsev <[email protected]>
89
Alexander Chumakov <[email protected]>
910
Alexander Obukhov <[email protected]>
1011
Alexey Milovidov <[email protected]>
@@ -204,6 +205,7 @@ vl4deee11 <[email protected]>
204205
vl4deee11 <boi4enkovlad@yandex>
205206
vl4deee11 <[email protected]>
206207
vladislav doster <[email protected]>
208+
vladislav promzelev <[email protected]>
207209
vogrelord <[email protected]>
208210
vpromzelev <[email protected]>
209211

0 commit comments

Comments
 (0)