Skip to content

Commit f6fea90

Browse files
Update CHANGELOG.md
1 parent 8f2b2dc commit f6fea90

File tree

1 file changed

+38
-21
lines changed

1 file changed

+38
-21
lines changed

CHANGELOG.md

+38-21
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
1-
# v2.30.1, 2025-01-17 <!-- Release notes generated using configuration in .github/release.yml at main -->
1+
# v2.30.1, 2025-01-17 <!-- Release notes generated using configuration in .github/release.yml at v2.30.1 -->
22

33
## What's Changed
4+
### Enhancements 🎉
5+
* [improvement] Some performance related changes to evaluate by @mdonkers in https://github.com/ClickHouse/clickhouse-go/pull/1426
6+
* Add Variant Type by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1453
7+
* Add Dynamic Type by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1454
8+
* Add JSON Type by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1455
9+
* stdlib sql return precision for DateTime64 by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1469
10+
11+
### Fixes 🐛
12+
* [FIX] Minor updates by @barkhayot in https://github.com/ClickHouse/clickhouse-go/pull/1451
13+
* Fix file descriptor leak in release utility script by @fengjun2016 in https://github.com/ClickHouse/clickhouse-go/pull/1460
14+
* Remove forced string conversions for Tuple by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1465
15+
416
### Other Changes 🛠
517
* [Chore] Use defer to close rows in examples by @hayotbisonai in https://github.com/ClickHouse/clickhouse-go/pull/1431
18+
* Regenerate certificates used in tests by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1441
19+
620

721
## New Contributors
822
* @hayotbisonai made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1431
23+
* @barkhayot made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1451
24+
* @fengjun2016 made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1460
25+
* @SpencerTorres made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1453
26+
27+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1
928

10-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1
11-
1229
# v2.30.0, 2024-10-16 <!-- Release notes generated using configuration in .github/release.yml at main -->
1330

1431
## What's Changed
@@ -24,8 +41,8 @@
2441
## New Contributors
2542
* @earwin made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1418
2643

27-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0
28-
44+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0
45+
2946
# v2.29.0, 2024-09-24 <!-- Release notes generated using configuration in .github/release.yml at main -->
3047

3148
## What's Changed
@@ -38,17 +55,17 @@
3855
* @achmad-dev made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1410
3956
* @tinybit made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1389
4057

41-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.3...v2.29.0
42-
58+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.3...v2.29.0
59+
4360
# v2.28.3, 2024-09-12 <!-- Release notes generated using configuration in .github/release.yml at main -->
4461

4562
## What's Changed
4663
### Other Changes 🛠
4764
* Revert the minimum required Go version to 1.21 by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1405
4865

4966

50-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.2...v2.28.3
51-
67+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.2...v2.28.3
68+
5269
# v2.28.2, 2024-08-30 <!-- Release notes generated using configuration in .github/release.yml at main -->
5370

5471
## What's Changed
@@ -58,8 +75,8 @@
5875
* Update README with newer Go versions by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1393
5976

6077

61-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2
62-
78+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2
79+
6380
# v2.28.1, 2024-08-27 <!-- Release notes generated using configuration in .github/release.yml at main -->
6481

6582
## What's Changed
@@ -69,8 +86,8 @@
6986
* ClickHouse 24.8 by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1385
7087

7188

72-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1
73-
89+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1
90+
7491
# v2.28.0, 2024-08-23 <!-- Release notes generated using configuration in .github/release.yml at main -->
7592

7693
## What's Changed
@@ -85,8 +102,8 @@
85102
* Deprecate Go 1.21 ended support and require Go 1.22 by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1378
86103

87104

88-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0
89-
105+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0
106+
90107
# v2.27.2, 2024-08-20 <!-- Release notes generated using configuration in .github/release.yml at main -->
91108

92109
## What's Changed
@@ -99,17 +116,17 @@
99116
* @Fiery-Fenix made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1373
100117
* @ShoshinNikita made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1374
101118

102-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.1...v2.27.2
103-
119+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.1...v2.27.2
120+
104121
# v2.27.1, 2024-08-05 <!-- Release notes generated using configuration in .github/release.yml at main -->
105122

106123
## What's Changed
107124
### Fixes 🐛
108125
* Fix INSERT statement normalization match backtick table name by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1366
109126

110127

111-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1
112-
128+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1
129+
113130
# v2.27.0, 2024-08-01 <!-- Release notes generated using configuration in .github/release.yml at main -->
114131

115132
## Breaking change notice
@@ -130,8 +147,8 @@ v2.25.0 was released with a breaking change in https://github.com/ClickHouse/cli
130147
## New Contributors
131148
* @xjeway made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1240
132149

133-
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.26.0...v2.27.0
134-
150+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.26.0...v2.27.0
151+
135152
# v2.26.0, 2024-06-25 <!-- Release notes generated using configuration in .github/release.yml at main -->
136153

137154
## What's Changed

0 commit comments

Comments
 (0)