File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,21 @@ This is a feature release.
6
6
7
7
* [ KIP-848] ( https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol ) :
8
8
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 )
9
15
10
16
## Fixes
11
17
12
18
* The version of Go in go.mod has been changed from 1.17 to 1.21.
13
19
This is necessary to update test dependencies with security vulnerabilities.
14
20
Code using the library will still work with Go 1.17.
15
21
(#1136 , @rzeijde ).
22
+ * Fix JSON validation during serialization (#1101 )
23
+ * Fix counter in mock schema registry client (#1170 )
16
24
17
25
confluent-kafka-go is based on librdkafka v2.4.0, see the
18
26
[ librdkafka v2.4.0 release notes] ( https://github.com/confluentinc/librdkafka/releases/tag/v2.4.0 )
You can’t perform that action at this time.
0 commit comments