Skip to content

Commit

Permalink
Merge pull request #465 from twmb/changelog_v1.13.5
Browse files Browse the repository at this point in the history
CHANGELOG: note incoming v1.13.5
  • Loading branch information
twmb authored Jun 1, 2023
2 parents 110b448 + c7348fd commit 18e3c13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.13.5
===

This tiny patch release relaxes SASL/PLAIN to ignore any server response. This
patch is only useful if you are using this client against Tencent (at least as
we known at this moment). A normal broker does not reply to a successful PLAIN
auth with any data, but Tencent apparently does. Sarama and the Kafka client
itself both seem to ignore extra data once auth is successful, and if a broker
actually _rejected_ the auth then the broker would close the connection, so
ignoring this data seems fine.

- [`3addecc`](https://github.com/twmb/franz-go/commit/3addecc) sasl plain: ignore any challenge data

v1.13.4
===

Expand Down

0 comments on commit 18e3c13

Please sign in to comment.