Skip to content

Commit 0736be4

Browse files
authored
Update CHANGELOG for 2.10.1 SR changes (#2488)
1 parent 26ac404 commit 0736be4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
## Enhancements
44

55
* References librdkafka.redist 2.10.1. Refer to the [librdkafka v2.10.1 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.10.1) for more information.
6+
* Refactor serializer implementations to remove unnecessary ContinueWith calls (#2448)
7+
* Remove shared mutex from CachedSchemaRegistryClient (#2449)
8+
* Protobuf serialization perf improvements (#2459)
9+
* Refactor AuthenticationHeaderValueProvider construction (#2463)
10+
* Remove redundant ConfigureAwait (#2469)
11+
* Support for schema id in header (#2465)
12+
* Use vectorized null-terminated C-string parsing in PtrToStringUTF8 for .NET 6+ (#2466)
13+
* Rework SchemaId encoding in headers to minimize heap allocations (#2480)
14+
* Raise an error if Protobuf deprecated format is specified (#2479)
15+
* Avoid array copy on Avro deserialization (#2483)
16+
17+
## Fixes
18+
19+
* Fix JSON Schema validation to use latest schema if needed (#2406)
20+
* Minor check for null client (#2462)
21+
* Fix possible NPE in CSFLE executor (#2467)
22+
* Add missing ConfigureAwait calls (#2477)
23+
* Fix rule transformation of list properties (#2475)
624

725

826
# 2.10.0

0 commit comments

Comments
 (0)