Releases: caoimhebyrne/KDiscordIPC
Releases · caoimhebyrne/KDiscordIPC
0.2.3
- Serialization exceptions are now propagated and logged
- Default values for certain fields have been provided in
SetActivityPacket
, fixing a bug where KDiscordIPC would close the connection after setting an activity
Full Changelog: 0.2.2...0.2.3
0.2.2
- Empty packet messages received from Discord no longer cause uncaught exceptions
- Exceptions will no longer been thrown when we are forcefully disconnected from the Discord socket
- Unknown packets will no longer throw an exception, they will just be ignored
DisconnectEvent
is now public and not internal
0.2.1
- Kotlin version has been set to
1.6.20
to support projects stuck on Kotlin 1.6. People on newer versions of Kotlin can still use the library as expected.
0.2.0
- This is the start of using semver for this project.