Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changelog for 1.25.0 #359

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ position: 104
Since v1.17.1, chproxy follows [semantic versioning](https://semver.org/).
Don't expect breaking changes between 2 releases if they have the same major version.

### <a id="230"></a> release 1.25.0, 2022-09-04

#### New Feature
* Ability to use environment variable in config [#343](https://github.com/ContentSquare/chproxy/pull/343)

#### Bug fix
* Fix issue creating an uneven load among clickhouse shards (introduced in 1.20.0) [#357](https://github.com/ContentSquare/chproxy/pull/357)

#### Improvement
* Better documentation about the docker image [#345](https://github.com/ContentSquare/chproxy/pull/345)
* [code quality] strengthen linter rules [#330](https://github.com/ContentSquare/chproxy/pull/330) [#355](https://github.com/ContentSquare/chproxy/pull/355)
* [code quality] refactoring to make the code of heartbeat more modular [#344](https://github.com/ContentSquare/chproxy/pull/344)

### <a id="230"></a> release 1.24.0, 2022-05-03
#### New Feature
* Support TLS config in Redis cache [#328](https://github.com/ContentSquare/chproxy/pull/328)
Expand Down
Loading