Skip to content

Releases: asyncapi/kotlin-asyncapi

2.1.2

25 Sep 16:53
aa38251

Choose a tag to compare

  • fix Spring Boot auto-configuration for JRE 8
  • update spring-boot-autoconfigure to version range [2.6.0,2.7.4]
  • update spring-context to version range [5.3.13,5.3.23]
  • update spring-web to version range [5.3.13,5.3.23]

2.1.1

27 Aug 08:34
52032c4

Choose a tag to compare

  • multi-module support for Maven plugin
  • update Kotlin to 1.6.21
  • update spring-boot-autoconfigure to version range [2.6.0,2.7.3]
  • update spring-context to version range [5.3.13,5.3.22]
  • update spring-web to version range [5.3.13,5.3.22]

2.1.0

13 Aug 15:29
7d95178

Choose a tag to compare

  • Define asyncapi.kts build script with default context configuration
  • Implement Maven plugin to evaluate AsyncAPI scripts during build time
  • Support embedded scripting evaluation at runtime in the kotlin-asyncapi-spring-web module

2.0.0

17 Jul 14:32
b4bc228

Choose a tag to compare

  • ❗Breaking change❗: Update model to version 2.4.0 and refactor builder API
  • Add default extensions for the required info and channels fields
  • Support multiple extensions for overriding and extending AsyncAPI components

1.0.1

09 Jul 09:02
e88512f

Choose a tag to compare

  • update jackson-databind to version 2.13.3
  • update spring-boot-autoconfigure to version range [2.6.0,2.7.1]
  • update spring-context to version range [5.3.13,5.3.21]
  • update spring-web to version range [5.3.13,5.3.21]

1.0.0

03 Jul 20:28
22b0d59

Choose a tag to compare

  • Kotlin DSL for building AsyncAPI specifications (v2.3.0)
  • Spring Web auto-configuration for serving generated specifications