Skip to content

Commit a0f9d20

Browse files
authored
Update CHANGELOG for 2.10.1 SR changes (#1999)
* Update CHANGELOG for 2.10.1 SR changes * Minor cleanup * Move to 2.10.1
1 parent 0926dd6 commit a0f9d20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ v2.10.1 is a maintenance release with the following fixes
66

77
- Handled `None` value for optional `ctx` parameter in `ProtobufDeserializer` (#1939)
88
- Handled `None` value for optional `ctx` parameter in `AvroDeserializer` (#1973)
9+
- Handled ctx=None for AvroDeserializer and ProtobufDeserializer in __call__ (#1974)
10+
- Fix possible NPE in CSFLE executor (#1980)
11+
- Support for schema id in header (#1978)
12+
- Raise an error if Protobuf deprecated format is specified (#1986)
13+
- Implement Async Schema Registry client (#1965)
914

1015
confluent-kafka-python v2.10.1 is based on librdkafka v2.10.1, see the
1116
[librdkafka release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.10.1)
1217
for a complete list of changes, enhancements, fixes and upgrade considerations.
1318

14-
1519
## v2.10.0
1620

1721
v2.10.0 is a feature release with the following fixes and enhancements:

0 commit comments

Comments
 (0)