avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
188 stars 36 forks source link

feat(aliases): Merge AvroAliases annotation to AvroAlias #156

Closed Chuckame closed 10 months ago

Chuckame commented 10 months ago
Chuckame commented 10 months ago

@thake Is it ok for you, and do you feel comfortable by changing from AvroAlias(val value: String) to AvroAlias(vararg val value: String) with only deploying a new feature (still 1.x) and not a breaking change (in 2.x) ?

thake commented 10 months ago

@Chuckame, I'm comfortable with this approach. It should be highlighted in the release notes, though.

Chuckame commented 10 months ago

@thake ok for you ?

Chuckame commented 10 months ago

Let's m