Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@Koriit Koriit released this 15 Jan 22:04
· 3 commits to master since this release

Changelog

  • Update Kotlin to 1.6
  • Update Ktor to 1.6
  • Update dependencies
  • Update Gradle Wrapper to 7.3
  • Migrate to Maven Central from JCenter
  • Migrate to Github Actions from Travis-Ci
  • Change package names to match new group id
  • Fixed regression where response payloads were not logged with Jackson serializer and Ktor >=1.4.2
  • Response payloads are now logged for all OutgoingContent types

Breaking change
Migration to Maven Central required change of artifact group id koriit.kotlin which was used with JCenter to new com.koriit.kotlin.
All packages have been renamed to match this change.

Version 0.3.1 was re-published to Maven Central as-is.

Full Changelog: 0.3.1...0.4.0