Skip to content

Commit 057735e

Browse files
jliunyuedenhill
authored andcommitted
Update CHANGELOG.md
1 parent 8409296 commit 057735e

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
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'`.
19+
(@ffissore, #1156, #1197)
20+
- Fix the argument order in the constructor signature for
21+
AvroDeserializer/Serializer: the argument order in the constructor
22+
signature for AvroDeserializer/Serializer was altered in v1.6.1, but
23+
the example is not changed yet. (@DLT1412, #1263)
24+
- Fix the json deserialization errors from `_schema_loads` for
25+
valid primitive declarations. (@dylrich, #989)
26+
27+
confluent-kafka-python is based on librdkafka v1.9.0, see the
28+
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.9.0)
29+
for a complete list of changes, enhancements, fixes and upgrade considerations.
1430

1531

1632
## 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