File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 2.9.0
2
+
3
+ ## Enhancements
4
+
5
+ * Add utilities to convert decimals from/to Protobuf (#2424 )
6
+ * Add client credentials OAuth support (#2426 )
7
+ * Add support for passing schema ID during serialization (#2428 )
8
+ * Optimize schema registry client by caching results of LookupSchemaAsync (#2429 )
9
+ * Use ConcurrentDictionary as default cache for Schema Registry client (#2433 )
10
+
11
+ ## Fixes
12
+
13
+ * Fix JSON Schema validation to use latest schema if needed (#2406 )
14
+ * Support Protobuf oneof fields in Data Contract rules (#2413 )
15
+
16
+
1
17
# 2.8.0
2
18
3
19
## Enhancements
9
25
* Add AWS AssumeRole support to AWS KMS (#2379 )
10
26
11
27
## Fixes
28
+
12
29
* Retrieve version for writer schema when getting migrations (#2358 )
13
30
* Add missing JSON Schema validate check (#2372 )
14
31
* Ensure different key ids use different client instances (#2374 )
You can’t perform that action at this time.
0 commit comments