Skip to content

Commit

Permalink
Add changelog for 0.8.0-M17
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Nov 9, 2022
1 parent 0e79b84 commit 3298e4b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# 0.8.0-M17

## Additions

* Add support for Auto Moderation (#647 #697 #713)
* Add error 240000 (#676)
* Add `ApplicationFlag.ApplicationCommandBadge` (#677)
* Parameter for deleting old messages in `GuildMessageChannelBehavior.bulkDelete` (#692)
* Add `application_commands` to audit log (#681)
* Add `UserPremium.NitroBasic` (#704)
* Make ephemeral messages deletable (#706)
* Add `Kord.getGuildOrNull` (#714)

## Changes

* Change attachment `InputStream` to `ChannelProvider` (#682)
* Deprecate `GuildFeature.Commerce` (#678)
* Update create guild ban endpoint (#679)
* Update voice state modification (#680)
* Use structured concurrency for `MessageChannelBehavior.withTyping` (#687)
* Generate kord enums with KSP (#686 #698)
* Use gateway url provided in `Ready` event for resuming (#666)
* Bump `DeprecationLevel`s (#688)
* Properly implement Identify rate limiting (#693)

## Fixes

* Fix gateway events created with `buildJsonObject` failing to be deserialized (#683)
* Fix `with_count` parameter typo (#690)
* Fix default avatar URL not working (#691)
* Make `LinearRetry` behave linearly for all inputs (#702)

## Dependencies

* Kotlin 1.7.10 -> 1.7.20
* Ktor 2.1.0 -> 2.1.3
* kotlinx.serialization 1.3.3 -> 1.4.1
* AtomicFU 0.18.3 -> 0.18.5
* Binary compatibility validator 0.11.0 -> 0.12.1
* Dokka 1.7.10 -> 1.7.20
* JUnit 5 5.9.0 -> 5.9.1
* MockK 1.12.5 -> 1.13.2

# 0.8.0-M16

## Breaking / Performance
Expand Down

0 comments on commit 3298e4b

Please sign in to comment.