Skip to content

Commit bae0346

Browse files
committed
Update release notes
1 parent 00bcdc5 commit bae0346

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,17 @@ Michal Foksa (MichalFoksa@github)
219219
(2.13.0)
220220
* Contributed #290: (avro) Generate logicalType switch
221221
(2.13.0)
222+
* Contributed fix for #308: (avro) Incorrect serialization for `LogicalType.Decimal`
223+
(Java `BigDecimal`)
222224
* Contributed #310: (avro) Avro schema generation: allow override namespace with new
223225
`@AvroNamespace` annotation
224226
(2.14.0)
225227
* Contributed #494: Avro Schema generation: allow mapping Java Enum properties to
226228
Avro String values
227229
(2.18.0)
230+
* Contributed fix for #535: (avro) AvroSchemaGenerator: logicalType(s) never set
231+
for non-date classes
232+
(2.19.0)
228233
* Contributed #536: (avro) Add Logical Type support for `java.util.UUID`
229234
(2.19.0)
230235

@@ -357,3 +362,13 @@ Robert Noack (@mr-robert)
357362
Knut Wannheden (@knutwannheden)
358363
* Contributed #518: Should not read past end for CBOR string values
359364
(2.18.1)
365+
366+
Idan Sheinberg (@sheinbergon)
367+
* Reported #308: (avro) Incorrect serialization for `LogicalType.Decimal` (Java
368+
`BigDecimal`)
369+
(2.19.0)
370+
371+
Cormac Redmond (@credmond)
372+
* Reported #535: (avro) AvroSchemaGenerator: logicalType(s) never set for
373+
non-Date classes
374+
(2.19.0)

release-notes/VERSION-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Active maintainers:
1616

1717
2.19.0 (not yet released)
1818

19+
#308: (avro) Incorrect serialization for `LogicalType.Decimal` (Java `BigDecimal`)
20+
(reported by Idan S)
21+
(fix contributed by Michal F)
22+
#535: (avro) AvroSchemaGenerator: logicalType(s) never set for non-date classes
23+
(reported by Cormac R)
24+
(fix contributed by Michal F)
1925
#536: (avro) Add Logical Type support for `java.util.UUID`
2026
(contributed by Michal F)
2127

0 commit comments

Comments
 (0)