File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .19.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #910 : Add default KeyDeserializer for value class
21
22
* #885 : Performance improvement of strictNullChecks
22
23
* #884 : Changed the base class of MissingKotlinParameterException to InvalidNullException
23
24
* #878 : Fix for #876
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Co-maintainers:
18
18
19
19
2.19 .0 (not yet released )
20
20
21
+ #910 : A default `KeySerializer ` for `value class ` has been added .
22
+ This eliminates the need to have a custom `KeySerializer ` for each `value class ` when using it as a key in a `Map `, if only simple boxing is needed .
21
23
#889 : Kotlin has been upgraded to 1.9.25.
22
24
#885 : A new `StrictNullChecks` option(KotlinFeature.NewStrictNullChecks) has been added which greatly improves throughput.
23
25
Benchmarks show a consistent throughput drop of less than 2 % when enabled (prior to the improvement , the worst throughput drop was more than 30 %).
You can’t perform that action at this time.
0 commit comments