Skip to content

1.6.7

Compare
Choose a tag to compare
@angryziber angryziber released this 02 Apr 18:59
· 153 commits to main since this release
  • core: Converter can now force initialize type arguments' companion objects
  • core: Decimal.absoluteValue and Decimal.sign introduced, like other numeric types in Kotlin
  • core: Registry and TypedHttpClient moved from server module, so that JsonHttpClient can be used without the server
  • server: HttpExchange.path<>(), query<>(), and session<>() now allow for automatic String conversion into value types
  • server: Browser class better detects various iOS browsers that run on Apple WebKit
  • jobs: deprecated non-Duration schedule() methods
  • oauth: support for missing first or last names or locale
  • jdbc: initial support for Postgres listen/notify
  • slf4j: fix length optimization of stack traces in StackTraceOptimizingLogger