Releases: kora-projects/kora
Releases · kora-projects/kora
2.0.0.alpha5
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.koraframeworkby @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
What's Changed
- Added
HttpHandlerConfigurersupport for user-provided Undertow HTTP handler configurer by @onekram in #614 - Added
UndertowConfigurerfor HTTP server by @GoodforGod in #616 - Optimized Database Repository Coroutine Dispatcher init by @GoodforGod in #609
- Fixed
HttpServerResponseExceptionusageofcontract by @GoodforGod in #602 - Fixed OpenAPI reserved words split based on langauge by @GoodforGod in #603
- Fixed aop method propagation for
@Mappingand@Tagannotations 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
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
What's Changed
- Fix interface defaults by @salatmaster in #586
- Fix traceparent header in http server responses when interceptor thro… by @Squiry in #587
- Enriched Flyway config by @GoodforGod in #588
Full Changelog: 1.2.10...1.2.11
1.2.10
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
What's Changed
- Add
MAX_ENTITY_SIZEundertow 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
Wrappedcomponents finding in TestGraph (Backport 1.2+) by @GoodforGod in #576
New Contributors
Full Changelog: 1.2.8...1.2.9
2.0.0.alpha4
2.0.0.alpha3
1.2.8
What's Changed
- Prevent connection leaking in http client telemetry interceptor by @Squiry in #567
- inTxSuspend fix by @RinesThaix in #568
New Contributors
- @RinesThaix made their first contribution in #568
Full Changelog: 1.2.7...1.2.8
2.0.0.alpha2
What's Changed
- Allow
@KoraAppprocessor to run without kora libs in classpath by @Squiry in #559 - Database telemetry should not require tracer by @Squiry in #560
- Add
@Moduleon generated s3 client modules by @Squiry in #561 - Openapi generator should generate responses class with
publicmodifier by @Squiry in #562 - Allow
Deferredresults in ksp generated kafka publishers by @Squiry in #564
Full Changelog: 2.0.0.alpha1...2.0.0.alpha2