Releases: asyncapi/kotlin-asyncapi
Releases · asyncapi/kotlin-asyncapi
3.1.1
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
What's Changed
- feat: Add Ktor integration by @lorenzsimon in #73
- ci: update of files from global .github repo by @asyncapi-bot in #74
- chore: move domain by @lorenzsimon in #77
- feat: introduce AsyncApiComponent annotation by @lorenzsimon in #78
- fix: change deploy workflow to reference secrets correctly. by @azizabah in #79
- ci: update of files from global .github repo by @asyncapi-bot in #80
- ci: update of files from global .github repo by @asyncapi-bot in #81
- ci: update of files from global .github repo by @asyncapi-bot in #82
- chore: bump dependencies by @lorenzsimon in #85
- fix: make message traits referenceable by @lorenzsimon in #86
- chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.7 to 0.8.13 by @dependabot in #87
New Contributors
- @asyncapi-bot made their first contribution in #74
- @dependabot made their first contribution in #87
Full Changelog: v3.0.3...v3.1.0
3.0.3
- update
Java
to version17
- update
Kotlin
to version1.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 version2.15.3
- update
jackson-module-kotlin
to version2.15.3
- update
swagger-core-jakarta
to version2.2.19
- update
classgraph
to version4.8.163
Full Changelog: v3.0.2...v3.0.3
3.0.2
- replace Spring based classpath scanning implementation with ClassGraph
Full Changelog: v3.0.1...v3.0.2
3.0.1
- move
asyncapi.enabled
property check to marker configuration
Full Changelog: v3.0.0...v3.0.1
3.0.0
- add technology agnostic AsyncAPI annotations and auto-generation
- ❗Breaking change❗: fix
Schema
model - ❗Breaking change❗: fix
Message
model - add
messageId
toMessageTrait
- refactor
spring-web
context providers - add default configuration for
Info
component
Full Changelog: v2.1.3...v3.0.0
2.1.3
- update
jackson-databind
to version2.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
- 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
- multi-module support for Maven plugin
- update
Kotlin
to1.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
- 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