|
| 1 | +# 0.15.0 |
| 2 | + |
| 3 | +## Additions |
| 4 | + |
| 5 | +* Add `User.isSelf` (by @Taubsie in #950) |
| 6 | +* Publish snapshots to https://repo.kord.dev/snapshots (#961) |
| 7 | +* Document deprecation cycle of deprecated declarations (#969) |
| 8 | +* Add `UserMessageCreateBuilder.enforceNonce` (by @DRSchlaubi in #971) |
| 9 | +* Implement Monetization (by @viztea in #932) |
| 10 | +* Add `MemberProfileAutoModerationRule` (#974) |
| 11 | + |
| 12 | +## Changes |
| 13 | + |
| 14 | +* Bump `DeprecationLevel`s after 0.14.0 (#944) |
| 15 | +* Update Auto Moderation builders (#979) |
| 16 | +* Link to JDK 23 in Dokka output (#980) |
| 17 | + |
| 18 | +## Fixes |
| 19 | + |
| 20 | +* Fix deserialization of members (by @NoComment1105 in #955) |
| 21 | +* Fix deserialization of `Heartbeat` events (#957) |
| 22 | +* Fix `getMemberOrNull` and `getGuildMembers` caching only user data (by @Galarzaa90 in #964) |
| 23 | +* Fix misuse of reified type parameters (#981) |
| 24 | + |
| 25 | +## Dependencies |
| 26 | + |
| 27 | +Updated in #942, #954, #958, #975, #976, and #986 (not including dependencies only needed for developing Kord) |
| 28 | + |
| 29 | +* Kotlin 1.9.24 -> 2.0.21 |
| 30 | +* Ktor 2.3.11 -> 3.0.0 |
| 31 | +* kotlinx.coroutines 1.8.1 -> 1.9.0 |
| 32 | +* kotlinx.serialization 1.6.3 -> 1.7.3 |
| 33 | +* kotlinx-datetime 0.6.0 -> 0.6.1 |
| 34 | +* kord-cache 0.4.0 -> 0.5.4 |
| 35 | +* kotlin-logging 6.0.9 -> 7.0.0 |
| 36 | +* SLF4J 2.0.13 -> 2.0.16 |
| 37 | +* kotlin-node 20.11.30-pre.751 -> 22.5.4-pre.818 |
| 38 | +* kotlin-multiplatform-bignum 0.3.9 -> 0.3.10 |
| 39 | +* Stately 2.0.7 -> 2.1.0 |
| 40 | +* AtomicFU 0.24.0 -> 0.25.0 |
| 41 | + |
1 | 42 | # 0.14.0
|
2 | 43 |
|
3 | 44 | ## Additions
|
@@ -30,7 +71,7 @@ Updated in #920, #929 and #943
|
30 | 71 | * kotlinx-datetime 0.5.0 -> 0.6.0
|
31 | 72 | * kotlin-logging 6.0.1 -> 6.0.9
|
32 | 73 | * SLF4J 2.0.9 -> 2.0.13
|
33 |
| -* kotlin-node 18.16.12-pre.619 -> 20.11.5-pre.751 |
| 74 | +* kotlin-node 18.16.12-pre.619 -> 20.11.30-pre.751 |
34 | 75 | * kotlin-multiplatform-bignum 0.3.8 -> 0.3.9
|
35 | 76 | * Stately 2.0.6 -> 2.0.7
|
36 | 77 | * KSP 1.9.21-1.0.16 -> 1.9.24-1.0.20
|
|
0 commit comments