Releases: linked-planet/kotlin-atlassian-client
Releases · linked-planet/kotlin-atlassian-client
Make Page an open class
v0.13.0: introduce common project for errors, Page and JiraUser
v0.13.2: make Page an open class
v0.13.1 make Page an open class
v0.13.00
introducing a common project for shared classes like errors and Page
v0.13.1
make Page an open class
v0.13.00 Add shared common project
This is a mayor release, due to breaking the API by introducing a common project for shared classes like errors and Page
v0.12.9 add missing annotations in model
[skip ci] set release version 0.12.9
v0.12.8 Repeat annotations on data subclasses
[skip ci] set release version 0.12.8
v0.12.7 add GsonUtil
add GsonUtil that provides a GsonBuilder compatible with the model, otherwise every consumer has to solve the sealed class mapping themselves
v0.12.6 Avoid lazy attributes for Gson compatiblity
Avoid lazy attributs for Gson compatiblity
v0.12.5 Add discriminator value for attribute type
Adds discriminator attribute "type" to improve compatibility of the model with Gson
v0.12.4 Add NotNull annotations to model
Add @field:NotNull annotations to model
v0.12.3 Add swagger annotations for sealed classes
This release adds swagger annotations for sealed classes to improve automatic swagger file generation.