File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
1015confluent-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 )
1217for a complete list of changes, enhancements, fixes and upgrade considerations.
1318
14-
1519## v2.10.0
1620
1721v2.10.0 is a feature release with the following fixes and enhancements:
You can’t perform that action at this time.
0 commit comments