Skip to content

0.14.0

Latest
Compare
Choose a tag to compare
@lukellmann lukellmann released this 22 May 21:28
· 5 commits to main since this release
fd07b92

0.14.0

Additions

  • Support other SerialFormats in LongOrStringSerializer (#937)

Changes

  • Bump DeprecationLevels after 0.13.0 (#908)
  • Rewrite Event.DeserializationStrategy (#923)
  • Deprecate application command events (#927)
  • Rewrite VoiceEvent.DeserializationStrategy (#925)
  • Switch to OkHttp as http client on jvm (by @DRSchlaubi in #928)

Fixes

  • DiscordVoiceState.member uses incorrect serial name (by @viztea in #914)
  • Use actual zero width space in EmbedBuilder (by @matytyma in #917)
  • Fix some cache links (#934)

Dependencies

Updated in #920, #929 and #943

House-keeping

  • Update README (#915)
  • Disable timeouts for Kotlin/JS tests (#926)
  • Remove unused resource files (#935)
  • Enable binary compatibility validation for KLibs (#929)
  • Fix test related Gradle deprecation warnings (#936)
  • Create sourceLink URL with non-deprecated URI constructor (by @SebastianAigner in #938)