This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
0.11.0
- Built using Gradle 4.2.1
- Began testing using Java 9
- Built using Avro 1.8.2
- Breaking backward compatibility with Avro versions older than 1.8.2
- Add new configuration option "enableDecimalLogicalType" to generate
BigDecimal
for fields annotated withlogicalType
equals todecimal
- Breaking backward compatibility caused by "enableDecimalLogicalType" default value set
true
.BigDecimal
will be used instead of old usage ofByteBuffer