Skip to content

0.13.0

Compare
Choose a tag to compare
@Squiry Squiry released this 14 Jul 21:36
· 48 commits to main since this release
033b82a

Fixes:

  • OpenAPI generated kotlin controllers should not require http-client module (#183)
  • Kafka publisher telemetry factory added to kafka module (#186)

Enhancments:

  • Context#fork() optimization (#188)
  • HTTP Server trailing slash support (#171)
  • @JsonInclude annotation to support serialization of null values (#172)
  • Config abstraction for kora with HOCON and YAML implementations (#107)
  • Lifecycle components are not longer graph root by default (#190)
  • JUnit5 Extension for unit testing application parts (#31)

Breaking changes:

  • Lifecycle implementations are now longer roots of application graph, so you should annotated them with @Root if you were relaying on that
  • ConfigModule from config-common module were replaced with HoconConfigModule from config-hocon module

Full Changelog: 0.12.0...0.13.0