Skip to content

Commit b2b9f94

Browse files
authored
Update CHANGELOG.md (#1189)
* Update CHANGELOG.md * Update CHANGELOG.md
1 parent 1bb141d commit b2b9f94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ This is a feature release.
66

77
* [KIP-848](https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol):
88
Integration tests running with the new consumer group protocol. The feature is an **Early Access**: not production ready (#1185).
9+
* Allow custom http.Client to be passed to schema registry client (#1099)
10+
* Cache schemas when setting `UseLatestVersion=true` (#1100)
11+
* Add `CacheLatestTtlSecs` to allow expiration of latest schemas (#1106)
12+
* Cache parsed file descriptors in Protobuf deserializer (#1128)
13+
* Add `CacheSchemas` option to Protobuf serializer (#1151)
14+
* Add `tags` field to Confluent metadata (#1131)
915

1016
## Fixes
1117

1218
* The version of Go in go.mod has been changed from 1.17 to 1.21.
1319
This is necessary to update test dependencies with security vulnerabilities.
1420
Code using the library will still work with Go 1.17.
1521
(#1136, @rzeijde).
22+
* Fix JSON validation during serialization (#1101)
23+
* Fix counter in mock schema registry client (#1170)
1624

1725
confluent-kafka-go is based on librdkafka v2.4.0, see the
1826
[librdkafka v2.4.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.4.0)

0 commit comments

Comments
 (0)