Skip to content

Commit 61f20f9

Browse files
committed
Update CHANGELOG.md
1 parent a30e631 commit 61f20f9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
# Confluent's Python client for Apache Kafka
22

3-
## v1.8.3
3+
## v1.9.0
44

5-
v1.8.3 is a maintenance release with the following fixes:
5+
This is a feature release:
6+
7+
- OAUTHBEARER OIDC support
8+
9+
### Fixes
610

711
- The warnings for `use.deprecated.format` (introduced in v1.8.2)
812
had its logic reversed, which result in warning logs to be emitted when
913
the property was correctly configured, and the log message itself also
1014
contained text that had it backwards.
1115
The warning is now only emitted when `use.deprecated.format` is set
1216
to the old legacy encoding (`True`). #1265
13-
17+
- Use `str(Schema)` rather than `Schema.to_json` to prevent fastavro
18+
from raising exception `TypeError: unhashable type: 'mappingproxy'`. (Federico Fissore, #1156, #1197)
19+
- Fix the argument order in the constructor signature for
20+
AvroDeserializer/Serializer: the argument order in the constructor signature for AvroDeserializer/Serializer was altered in v1.6.1, but the example is not changed yet. (Duc Le Tu, #1263)
21+
- Fix the json deserialization errors from `_schema_loads` for
22+
valid primitive declarations. (Dylan Richardson, #989)
23+
24+
confluent-kafka-python is based on librdkafka v1.9.0, see the
25+
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.9.0)
26+
for a complete list of changes, enhancements, fixes and upgrade considerations.
1427

1528

1629
## v1.8.2

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy