Skip to content

Commit

Permalink
Merge pull request #620 from zmstone/250227-upgrade-to-kafka-protocol…
Browse files Browse the repository at this point in the history
…-4.2.3

chore: upgrade kafka_protocol-4.2.3
  • Loading branch information
zmstone authored Feb 27, 2025
2 parents 8af2314 + fb00978 commit f064dfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog

- 4.4.0
- Support `zstd` compression.
- Upgrade `kafka_protocol` from 4.1.10 to 4.2.3 for:
- logging improvements
- `crc32c` performance improvements

- 4.3.3
- Catch `exit` exception when group coordinator calls group member (owner) process.
- Add `unknown_topic_cache_ttl` option in client config.
- Doc improvements.

- 4.3.2
- Upgrade kafka_protocol from 4.1.9 to 4.1.10 for partition leader discover/connect timeout fix.
- Upgrade `kafka_protocol` from 4.1.9 to 4.1.10 for partition leader discover/connect timeout fix.

- 4.3.1
- Fixed `brod_client:stop_consumer` so that it doesn't crash the client process if an unknown consumer is given as argument.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [{kafka_protocol, "4.2.1"}]}.
{deps, [{kafka_protocol, "4.2.3"}]}.
{project_plugins, [{rebar3_lint, "~> 3.2.5"}]}.
{edoc_opts, [{preprocess, true}]}.
{erl_opts, [warnings_as_errors, warn_unused_vars,warn_shadow_vars,warn_obsolete_guard,debug_info]}.
Expand Down

0 comments on commit f064dfc

Please sign in to comment.