Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
milindl committed Feb 1, 2023
1 parent e39ea1f commit b0f0633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Confluent's Python client for Apache Kafka

## vNext

- Added `set_sasl_credentials`. This new method (on the Producer, Consumer, and AdminClient) allows modifying the stored
SASL PLAIN/SCRAM credentials that will be used for subsequent (new) connections to a broker (#1511).


## v2.0.2

Expand Down
3 changes: 0 additions & 3 deletions src/confluent_kafka/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,6 @@ def set_sasl_credentials(self, username, password):
:param str username: The username to set.
:param str password: The password to set.
:returns: A dict of futures for each group, keyed by the group id.
The future result() method returns :class:`ConsumerGroupTopicPartitions`.
:rtype: None
:raises KafkaException: Operation failed locally or on broker.
Expand Down

0 comments on commit b0f0633

Please sign in to comment.