Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for 0.10.0 #843

Merged
merged 1 commit into from
Jul 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# 0.10.0

## Additions

* Support new username system (by @lukellmann in #825)
* Add `Permission.UseExternalSounds` (by @lukellmann in #833)
* Add new error codes (by @lukellmann in #834)
* Add mention raid protection to Auto Moderation (by @lukellmann in #830)
* Add support for Application Role Connection Metadata (by @lukellmann in #836)
* Add support for join raid protection (by @lukellmann in #832)

## Changes

* Bump `DeprecationLevel`s (by @lukellmann in #821)
* Remove no longer needed pipeline interception (by @lukellmann in #824)
* Change `parentId` and `lockPermissionsToParent` to Optionals (by @Tmpod in #828)

## Fixes

* Fix deserializing embeds with `null` author url (by @lukellmann in #839)

## Dependencies

Updated in #826

* Kotlin 1.8.10 -> 1.8.21
* Ktor 2.2.4 -> 2.3.0
* kotlinx.coroutines 1.6.4 -> 1.7.1
* kotlinx.serialization 1.5.0 -> 1.5.1
* kotlin-node 18.14.0-pre.502 -> 18.16.3-pre.546
* KSP 1.8.10-1.0.9 -> 1.8.21-1.0.11
* KotlinPoet 1.12.0 -> 1.13.2
* JUnit 5 5.9.2 -> 5.9.3
* MockK 1.13.4 -> 1.13.5
* AtomicFU 0.20.0 -> 0.20.2
* Binary compatibility validator 0.13.0 -> 0.13.1
* gradle-buildconfig-plugin 3.1.0 -> 4.0.4

## House-keeping

* Simplify CI (by @lukellmann in #823)
* Use main as the permanent default branch (by @lukellmann in #831)

# 0.9.0

## Additions
Expand Down