Skip to content

Releases: kora-projects/kora

2.0.0.alpha5

27 Mar 10:19
2c8e10f

Choose a tag to compare

2.0.0.alpha5 Pre-release
Pre-release

What's Changed

  • Http spans should follow opentelemetry status specification by @Squiry in #579
  • Fixed SQL parameter regex to handle '=' without spaces for repositories by @Squiry in #584
  • Add MAX_ENTITY_SIZE undertow option in http server config by @Squiry in #574
  • Add support for kotlin data class default values in configs by @Squiry in #585
  • Enriched Flyway config by @GoodforGod in #589
  • ConfigValueExtractor's should handle NullValue's by @Squiry in #590
  • Fix enum naming in openapi generator by @Squiry in #596
  • Add http client and server response entity mappers for json bodies by @Squiry in #597
  • Fix validation module-info exports by @Squiry in #598
  • Speedup graph resolution process with simple class name -> component cache by @Squiry in #591
  • Fixed HTTP client Map of List String and Objects generation (#595) by @Squiry in #599
  • Change root package and maven group id to io.koraframework by @Squiry in #601
  • Fix license file by @Squiry in #604
  • Simplify kora app graph processor structures by @Squiry in #605
  • Update kafka-clients to 4.2.0 by @Squiry in #606
  • Fix publishing to io.koraframework by @Squiry in #607
  • Remove exact match component wiring from graph by @Squiry in #608
  • Conditional graph elements by @Squiry in #613
  • Standardized and refactored and simplified HTTP api contracts by @GoodforGod in #612

Full Changelog: 2.0.0.alpha4...2.0.0.alpha5

1.2.13

27 Mar 13:09
b289df0

Choose a tag to compare

What's Changed

  • Added HttpHandlerConfigurer support for user-provided Undertow HTTP handler configurer by @onekram in #614
  • Added UndertowConfigurer for HTTP server by @GoodforGod in #616
  • Optimized Database Repository Coroutine Dispatcher init by @GoodforGod in #609
  • Fixed HttpServerResponseException usage of contract by @GoodforGod in #602
  • Fixed OpenAPI reserved words split based on langauge by @GoodforGod in #603
  • Fixed aop method propagation for @Mapping and @Tag annotations by @GoodforGod in #618
  • Fixed Kora app ksp processor should only validate required elements by @Squiry in #617

New Contributors

Full Changelog: 1.2.12...1.2.13

1.2.12

03 Mar 11:30
612f3fc

Choose a tag to compare

What's Changed

  • Fixed KafkaPublisherGenerator for Kotlin CompletableFuture by @GoodforGod in #594
  • Fixed HTTP client Map of List String and Objects generation by @GoodforGod in #595
  • Fixed OpenAPI generate correct field names by @GoodforGod in #600

Full Changelog: 1.2.11...1.2.12

1.2.11

26 Feb 14:14
c0002ca

Choose a tag to compare

What's Changed

Full Changelog: 1.2.10...1.2.11

1.2.10

23 Feb 21:00
dcbde88

Choose a tag to compare

What's Changed

  • Http spans should follow opentelemetry status specification by @Squiry in #578
  • Fixed SQL parameter for repositories by @GoodforGod in #583
  • Make generated config parsers for kotlin data classes aware of default values in constructor by @salatmaster in #582

Full Changelog: 1.2.9...1.2.10

1.2.9

03 Feb 09:05
4efea91

Choose a tag to compare

What's Changed

  • Add MAX_ENTITY_SIZE undertow option in http server config with default 256MiB by @Squiry in #573
  • Don't clear UndertowContext after starting request processing by @karpa4o4 in #577
  • Improved JUnit support for Wrapped components finding in TestGraph (Backport 1.2+) by @GoodforGod in #576

New Contributors

Full Changelog: 1.2.8...1.2.9

2.0.0.alpha4

21 Jan 16:14
f42df5a

Choose a tag to compare

2.0.0.alpha4 Pre-release
Pre-release

What's Changed

  • Fix private api config tags by @Squiry in #570
  • Temporary disable telegram notification for releases by @Squiry in #571
  • Remove automatic declaration of dependencies with final classes by @Squiry in #572

Full Changelog: 2.0.0.alpha3...2.0.0.alpha4

2.0.0.alpha3

20 Jan 07:37
276333c

Choose a tag to compare

2.0.0.alpha3 Pre-release
Pre-release

What's Changed

  • Bring back support of anonymous enums in openapi contracts by @Squiry in #565
  • Http client telemetry should honor config logging.enabled flag by @Squiry in #566
  • Polish private api implementation by @Squiry in #569

Full Changelog: 2.0.0.alpha2...2.0.0.alpha3

1.2.8

20 Jan 07:37
e368b5c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.7...1.2.8

2.0.0.alpha2

14 Jan 13:58
beb6a64

Choose a tag to compare

2.0.0.alpha2 Pre-release
Pre-release

What's Changed

  • Allow @KoraApp processor to run without kora libs in classpath by @Squiry in #559
  • Database telemetry should not require tracer by @Squiry in #560
  • Add @Module on generated s3 client modules by @Squiry in #561
  • Openapi generator should generate responses class with public modifier by @Squiry in #562
  • Allow Deferred results in ksp generated kafka publishers by @Squiry in #564

Full Changelog: 2.0.0.alpha1...2.0.0.alpha2