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
6
6
7
7
- Handled ` None ` value for optional ` ctx ` parameter in ` ProtobufDeserializer ` (#1939 )
8
8
- 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 )
9
14
10
15
confluent-kafka-python v2.10.1 is based on librdkafka v2.10.1, see the
11
16
[ librdkafka release notes] ( https://github.com/confluentinc/librdkafka/releases/tag/v2.10.1 )
12
17
for a complete list of changes, enhancements, fixes and upgrade considerations.
13
18
14
-
15
19
## v2.10.0
16
20
17
21
v2.10.0 is a feature release with the following fixes and enhancements:
You can’t perform that action at this time.
0 commit comments