Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-integrations-robot committed Oct 16, 2024
1 parent 43d09d8 commit fcf5831
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v2.30.0, 2024-10-16 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Enhancements 🎉
* Extended support for HTTP proxy in driver options by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1424
* Default implementation of column.IterableOrderedMap by @earwin in https://github.com/ClickHouse/clickhouse-go/pull/1417
### Fixes 🐛
* Fix serialization for slices of OrderedMap/IterableOrderedMap (#1365) by @earwin in https://github.com/ClickHouse/clickhouse-go/pull/1418
* Retry on broken pipe in batch by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1423
### Other Changes 🛠
* Add 'clickhouse-go-rows-utils' to third-party libraries by @EpicStep in https://github.com/ClickHouse/clickhouse-go/pull/1413

## New Contributors
* @earwin made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1418

**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0

# v2.29.0, 2024-09-24 <!-- 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 @@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"

const (
ClientVersionMajor = 2
ClientVersionMinor = 29
ClientVersionMinor = 30
ClientVersionPatch = 0
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)
Expand Down
2 changes: 2 additions & 0 deletions contributors/list
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Derek Perkins <derek@derekperkins.com>
Dmitry Markov <dmitri__13@mail.ru>
Dmitry Ponomarev <demdxx@gmail.com>
Dmitry Ponomarev <demdxx@trafficstars.com>
Earwin <earwin@gmail.com>
Egor Samotoev <38672780+egsam98@users.noreply.github.com>
Egor.Gorlin <Egor.Gorlin@forextime.com>
Eric Thomas <et@users.noreply.github.com>
Expand Down Expand Up @@ -126,6 +127,7 @@ Shoshin Nikita <shoshin_nikita+github@fastmail.com>
Shunsuke Otani <shun.otani@gmail.com>
Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Stepan Rabotkin <36516357+EpicStep@users.noreply.github.com>
Stepan Rabotkin <epicstyt@gmail.com>
Stepan Rabotkin <srabotkin@ozon.ru>
Stephane Moreau <stephane.moreau@imagino.com>
Stephanie Hingtgen <hingtgen.stephanie@gmail.com>
Expand Down

0 comments on commit fcf5831

Please sign in to comment.