Skip to content

Releases: kora-projects/kora

1.1.9

17 Sep 14:34
02815f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

1.1.8

29 Aug 12:32
806a71d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.7...1.1.8

1.1.7

07 Aug 04:20
d9370f6
Compare
Choose a tag to compare

What's Changed

  • Fixed JsonReader/JsonWriter for JSON fields with $ in name by @mitasov-ra in #83
  • Fixed CoroutineContextInjectInterceptor should not require kotlinx.coroutines.reactor.ReactorContextKt by @Squiry in #84
  • Updated kotlinpoet version to 1.18.1 (fixed kotlin name alias collision) by @mitasov-ra in #85
  • Added @Tag propagation for Repository codegen by @mitasov-ra in #81
  • Fixed NPE in grpc server metrics by @Squiry in #88
  • Removed Prometheus JMX by @GoodforGod in #93
  • Fixed Method argument Pattern validation by @GoodforGod in #92
  • Fixed Content-Type for Entity response preservation by @GoodforGod in #91
  • Added configuration of okhttp instance by @Squiry in #95

Full Changelog: 1.1.6...1.1.7

1.1.6

12 Jul 13:24
5138bba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.1.6

1.1.5

09 Jul 09:34
445fc96
Compare
Choose a tag to compare

What's Changed

  • Fixed nullability detection for any @Nullable annotation in #79
  • Improved OpenAPI Generator Client error message in #77
  • Fixed Cassandra CompletableFuture signature in #75
  • Optimized database repository in #80

Full Changelog: 1.1.4...1.1.5

1.1.4

27 Jun 15:47
14de793
Compare
Choose a tag to compare

What's Changed

  • Fixed ByteBufferPool factory for private UndertowModule in #61
  • Fixed require NonNull for future in #62
  • Fixed PrivateApiHandler error handling in #64
  • Fixed Gradle warning removed in #65
  • Fixed OpenAPI Name collision in #68
  • Fixed templated components should work with @Component too in #66
  • Fixed Async HTTP Client Netty dependency exclusion in #71
  • Optimized OpenAPI Generator Auth in #73
  • Added database record constructor @Nullable field/param check in #67
  • Fixed database tracing in #70
  • Added netty transport selection in #72
  • Added ConfigWatcher disable/enable by ENV or System Property in #69

Full Changelog: 1.1.3...1.1.4

1.1.3

19 Jun 06:02
ec91f27
Compare
Choose a tag to compare

What's Changed

  • Fixed by replacing undertow byte buffer with our own to prevent thread leak in #53
  • Fixed OpenAPI URI type format in #52
  • Fixed JDBC async signature (user Executor required) in #55
  • Fixed OpenAPI Server Cookie auth in #54
  • Updated dependencies with fix versions in #57
  • Undertow Xnio Executor tagged in #56

Full Changelog: 1.1.2...1.1.3

1.1.2

07 Jun 06:59
112ca23
Compare
Choose a tag to compare

What's Changed

  • Fixed @Retry CompletableFuture in #43
  • Fixed Cache AOP error handling in #46
  • Fixed OpenAPI generator primaryAuth in #47
  • Fixed HttpClient telemetry should pass Content-Length to underlying client in #49
  • Fixed KoraJUnit5Extension Wrapped support in #50
  • Optimized and detalized logging in #45

Full Changelog: 1.1.1...1.1.2

1.1.1

24 May 10:02
2a43055
Compare
Choose a tag to compare

What's Changed

  • Fix void results for http client methods with code mappers in #38
  • CacheableAopKoraAspect for Reactive contract fixed and tests reinforced in #35
  • HTTP Content-Length fixed in #39
  • OpenApi Kotlin Nullable enum fixed in #40
  • OpenAPI Kotlin empty class equals & hashCode fix in #41
  • GraalVM ReactorContextHook#init() missing in runtime fixed in #36

Full Changelog: 1.1.0...1.1.1

1.1.0

16 May 10:36
dccc398
Compare
Choose a tag to compare

What's Changed

  • Fixed problem that could have lead to unnecessary application graph node refreshes in #27
  • Fixed Missing Generated annotations in #24
  • Fixed writing exception to closed Undertow connection should not ignore telemetry in #26
  • Fixed Resilient minor issues in #25
  • Dependencies updated and synchronized in #4
  • Component build message improved in #30
  • Fixed HttpBody.contentLength should be long in #29
  • Lifecycle logging standardized in #31
  • Opentelemetry metrics 1.23 update in #20
  • GraalVM support in #1
  • Fixed Aop annotation processor should not crash without kora dependencies in compile unit in #32
  • Fixed @ResponseCodeMapper behaviour when only code defined in #33
  • Fixed Cassandra driver micrometer metrics in #34

Full Changelog: 1.0.9...1.1.0