@@ -15,25 +15,26 @@ Modules:
15
15
#14 (avro): Add support for Avro annotations via `AvroAnnotationIntrospector`
16
16
(contributed by baharclerode@github)
17
17
#15 (avro): Add a way to produce "file" style Avro output
18
+ #56 (avro): Replace use of `BinaryDecoder` with direct access
18
19
#57 (avro): Add support for @Stringable annotation
19
20
(contributed by baharclerode@github)
20
21
#59 (avro): Add support for @AvroAlias annotation for Record/Enum name evolution
21
22
(contributed by baharclerode@github)
22
23
#60 (avro): Add support for `@Union` and polymorphic types
23
24
(contributed by baharclerode@github)
24
- #63: (avro): Implement native `float` handling for parser
25
- #64: (proto): Implement native `float` handling for parser
25
+ #63 (avro): Implement native `float` handling for parser
26
+ #64 (proto): Implement native `float` handling for parser
26
27
#68 (proto): Getting "type not supported as root type by protobuf" for serialization
27
28
of short and UUID types
28
29
(reported by Eldad R)
29
30
#69 (avro): Add support for `@AvroEncode` annotation
30
31
#79 (proto): Fix wire type for packed arrays
31
- #95: Add new method, `withUnsafeReaderSchema` in `AvroSchema` to allow avoiding verification exception
32
- #98: [Avro] AvroMapper with Map throwing UnsupportedOperationException
32
+ #95 (avro) : Add new method, `withUnsafeReaderSchema` in `AvroSchema` to allow avoiding verification exception
33
+ #98 (avro): AvroMapper with Map throwing UnsupportedOperationException
33
34
(reported by coder-hub@github)
34
- - [ avro] Upgrade `avro-core` dep from 1.7.7 to 1.8.1
35
+ - ( avro): Upgrade `avro-core` dep from 1.7.7 to 1.8.1
35
36
36
- 2.8.9.1 (not yet released)
37
+ 2.8.10 (not yet released)
37
38
38
39
#94: Should _ensureRoom in ProtobufGenerator.writeString()
39
40
(reported by marsqing@github)
0 commit comments