Skip to content

Commit

Permalink
chore: pin kafka_protocol 4.1.9 for OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Sep 13, 2024
1 parent 0d106f7 commit 5818a7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ docker/
TAGS
.vscode/
test/data/ssl/*.pem
/rebar.lock
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

- 4.1.1
- Upgrade `kafka_protocol` from version 4.1.5 to 4.1.9.

- 4.1.0
- For v2 subscribers, pass offset `ack_fun` as a callback state init parameter.
This makes it possible for callback implementation to acknowledge offsets easier.
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.1.5"}]}.
{deps, [{kafka_protocol, "4.1.9"}]}.
{project_plugins, [{rebar3_lint, "~> 3.2.5"}]}.
{edoc_opts, [{preprocess, true}, {macros, [{build_brod_cli, true}]}]}.
{erl_opts, [warnings_as_errors, warn_unused_vars,warn_shadow_vars,warn_obsolete_guard,debug_info]}.
Expand Down
11 changes: 0 additions & 11 deletions rebar.lock

This file was deleted.

0 comments on commit 5818a7a

Please sign in to comment.