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 <[email protected]>
Dmitry Markov <[email protected]>
Dmitry Ponomarev <[email protected]>
Dmitry Ponomarev <[email protected]>
Earwin <[email protected]>
Egor Samotoev <[email protected]>
Egor.Gorlin <[email protected]>
Eric Thomas <[email protected]>
Expand Down Expand Up @@ -126,6 +127,7 @@ Shoshin Nikita <[email protected]>
Shunsuke Otani <[email protected]>
Srikanth Chekuri <[email protected]>
Stepan Rabotkin <[email protected]>
Stepan Rabotkin <[email protected]>
Stepan Rabotkin <[email protected]>
Stephane Moreau <[email protected]>
Stephanie Hingtgen <[email protected]>
Expand Down

0 comments on commit fcf5831

Please sign in to comment.