Skip to content

Releases: asyncapi/kotlin-asyncapi

3.1.1

23 Apr 06:31
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.2.2 to 3.4.2 by @dependabot in #91
  • chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 2.6 to 3.7.1 by @dependabot in #88
  • chore(deps): bump org.jetbrains.dokka:dokka-maven-plugin from 1.6.10 to 2.0.0 by @dependabot in #89
  • chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.15.1 by @dependabot in #90
  • chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 1.2.1 to 3.5.0 by @dependabot in #92
  • chore(deps-dev): bump junit-jupiter.version from 5.11.4 to 5.12.2 by @dependabot in #93
  • chore(deps): bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.18 by @dependabot in #96
  • chore(deps): bump org.apache.maven.plugins:maven-site-plugin from 3.12.0 to 3.21.0 by @dependabot in #95
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.7 by @dependabot in #94
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.5.3 by @dependabot in #98
  • chore(deps): bump org.slf4j:slf4j-api from 2.0.9 to 2.0.17 by @dependabot in #100
  • chore(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot in #101
  • fix: kotlin and java version compatibility by @lorenzsimon in #97

Full Changelog: v3.1.0...v3.1.1

3.1.0

13 Apr 10:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.1.0

3.0.3

02 Dec 09:15
d0ee1f8
Compare
Choose a tag to compare
  • update Java to version 17
  • update Kotlin to version 1.9.10
  • update spring-boot to version range [2.6.4,2.7.17], [3.2.0,)
  • update spring-web to version range [5.3.16,5.3.30], [6.1.0,)
  • update spring-context to version range [5.3.16,5.3.30], [6.1.0,)
  • update jackson-databind to version 2.15.3
  • update jackson-module-kotlin to version 2.15.3
  • update swagger-core-jakarta to version 2.2.19
  • update classgraph to version 4.8.163

Full Changelog: v3.0.2...v3.0.3

3.0.2

23 Apr 13:34
4a8d76b
Compare
Choose a tag to compare
  • replace Spring based classpath scanning implementation with ClassGraph

Full Changelog: v3.0.1...v3.0.2

3.0.1

11 Apr 17:48
9432e10
Compare
Choose a tag to compare
  • move asyncapi.enabled property check to marker configuration

Full Changelog: v3.0.0...v3.0.1

3.0.0

11 Apr 17:47
28ef8fd
Compare
Choose a tag to compare
  • add technology agnostic AsyncAPI annotations and auto-generation
  • ❗Breaking change❗: fix Schema model
  • ❗Breaking change❗: fix Message model
  • add messageId to MessageTrait
  • refactor spring-web context providers
  • add default configuration for Info component

Full Changelog: v2.1.3...v3.0.0

2.1.3

26 Nov 15:30
02b718a
Compare
Choose a tag to compare
  • update jackson-databind to version 2.14.1
  • update spring-boot-autoconfigure to version range [2.6.0,2.7.6]
  • update spring-context to version range [5.3.13,5.3.24]
  • update spring-web to version range [5.3.13,5.3.24]

2.1.2

25 Sep 16:53
aa38251
Compare
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
Compare
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
Compare
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