Skip to content

Commit 6073662

Browse files
authored
Update CHANGELOG for 2.9 (#2435)
1 parent 7338563 commit 6073662

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
# 2.8.0
218

319
## Enhancements
@@ -9,6 +25,7 @@
925
* Add AWS AssumeRole support to AWS KMS (#2379)
1026

1127
## Fixes
28+
1229
* Retrieve version for writer schema when getting migrations (#2358)
1330
* Add missing JSON Schema validate check (#2372)
1431
* Ensure different key ids use different client instances (#2374)

0 commit comments

Comments
 (0)