Skip to content

Commit

Permalink
Merge pull request #574 from zmstone/upgrade-kafka-protocol-4.1.5
Browse files Browse the repository at this point in the history
chore: upgrade to kafka_protocol from 4.1.3 to 4.1.5
  • Loading branch information
zmstone authored Feb 16, 2024
2 parents 1fcbf52 + 97d774d commit b944f30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

- 3.17.1
- Upgrade `kafka_protocol` from 4.1.3 to 4.1.5
- Allow space after `,` in comma-separated bootstrapping host:port list
- Avoid `badmatch` exception when parsing SASL password file

- 3.17.0
- Deleted `supervisor3` as dependency, module is now moved to brod.git named `brod_supervisor3`.
- Upgrade `snappyer` version from 1.2.8 to 1.2.9.
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.3"}
{deps, [ {kafka_protocol, "4.1.5"}
, {snappyer, "1.2.9"}
]}.
{project_plugins, [{coveralls, "~> 2.2.0"}, {rebar3_lint, "~> 1.0.2"}]}.
Expand Down

0 comments on commit b944f30

Please sign in to comment.