Skip to content

Commit ae8ad6e

Browse files
committed
Add changelog for 0.15.0
[skip ci]
1 parent 1faf966 commit ae8ad6e

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

+42-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
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+
142
# 0.14.0
243

344
## Additions
@@ -30,7 +71,7 @@ Updated in #920, #929 and #943
3071
* kotlinx-datetime 0.5.0 -> 0.6.0
3172
* kotlin-logging 6.0.1 -> 6.0.9
3273
* 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
3475
* kotlin-multiplatform-bignum 0.3.8 -> 0.3.9
3576
* Stately 2.0.6 -> 2.0.7
3677
* KSP 1.9.21-1.0.16 -> 1.9.24-1.0.20

0 commit comments

Comments
 (0)