0.9.0
0.9.0
Breaking Changes
This release introduces a number of breaking changes, please refer to #775 for more information
Additions
- Support Kotlin/JS (by @DRSchlaubi and @lukellmann in #775)
- Add support for voice messages (by @DRSchlaubi and @lukellmann in #814)
Changes
- Bump
DeprecationLevel
s (by @lukellmann in #794) - Replace
Icon
withAsset
(by @oluiss and @lukellmann in #703)
Fixes
- Fix some
EntitySupplyStrategy
toString
s being incorrect (by @GreemDev in #811) - Fix List Nitro Sticker Packs endpoint (by @lukellmann in #816)
- Fix
InstantInEpochMillisecondsSerializerTest
on JS (by @lukellmann in #818)
Dependencies
Updated in #783
- Gradle 8.0.2 -> 8.1
House-keeping
- Add inspection for missing
@KordDsl
(by @DRSchlaubi in #800) - Fix Qodana findings (by @lukellmann and @DRSchlaubi in #812)
- Clean up (by @lukellmann in #813)
- Improve
GenerateKordEnum
andAnnotationArguments
(by @lukellmann in #817)