Skip to content

Releases: linked-planet/kotlin-atlassian-client

Make Page an open class

17 Oct 15:06

Choose a tag to compare

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

17 Oct 13:06

Choose a tag to compare

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

12 Oct 13:21

Choose a tag to compare

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

30 Jun 08:58

Choose a tag to compare

[skip ci] set release version 0.12.9

v0.12.8 Repeat annotations on data subclasses

27 Jun 09:36

Choose a tag to compare

[skip ci] set release version 0.12.8

v0.12.7 add GsonUtil

27 Jun 07:04

Choose a tag to compare

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

22 Jun 15:26

Choose a tag to compare

Avoid lazy attributs for Gson compatiblity

v0.12.5 Add discriminator value for attribute type

19 Jun 15:47

Choose a tag to compare

Adds discriminator attribute "type" to improve compatibility of the model with Gson

v0.12.4 Add NotNull annotations to model

15 Jun 14:24

Choose a tag to compare

Add @field:NotNull annotations to model

v0.12.3 Add swagger annotations for sealed classes

14 Jun 14:48

Choose a tag to compare

This release adds swagger annotations for sealed classes to improve automatic swagger file generation.