diff --git a/twilight-cache-inmemory/CHANGELOG.md b/twilight-cache-inmemory/CHANGELOG.md index 45ec96a6a1b..bb5317efbb5 100644 --- a/twilight-cache-inmemory/CHANGELOG.md +++ b/twilight-cache-inmemory/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [unreleased] + +### Features + +- add `channel` field to `Interaction` ([#2191](https://github.com/twilight-rs/twilight/issues/2191)) +- add support for voice messages ([#2196](https://github.com/twilight-rs/twilight/issues/2196)) + +### Performance + +- replace hashmap iter with get ([#2164](https://github.com/twilight-rs/twilight/issues/2164)) + ## [0.15.1] - 2023-02-26 ### Features diff --git a/twilight-gateway-queue/CHANGELOG.md b/twilight-gateway-queue/CHANGELOG.md index 2207a3383de..4eede1ddb4d 100644 --- a/twilight-gateway-queue/CHANGELOG.md +++ b/twilight-gateway-queue/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [unreleased] + +### Bug Fixes + +- fix update of DayLimiter's next_reset field ([#2175](https://github.com/twilight-rs/twilight/issues/2175)) +- Fix clippy up to 1.69.0 ([#2198](https://github.com/twilight-rs/twilight/issues/2198)) + ## [0.15.1] - 2023-02-26 ### Refactor diff --git a/twilight-gateway/CHANGELOG.md b/twilight-gateway/CHANGELOG.md index a0fd142df09..797105c2200 100644 --- a/twilight-gateway/CHANGELOG.md +++ b/twilight-gateway/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [unreleased] + +### Build + +- allow simd-json 0.8 and 0.9 ([#2202](https://github.com/twilight-rs/twilight/issues/2202)) + +### Performance + +- ratelimiter algorithm improvements ([#2143](https://github.com/twilight-rs/twilight/issues/2143)) +- speed up spurious ratelimiter poll ([#2186](https://github.com/twilight-rs/twilight/issues/2186)) + ## [0.15.1] - 2023-02-26 ### Bug Fixes diff --git a/twilight-http/CHANGELOG.md b/twilight-http/CHANGELOG.md index 9d26f60dad2..70b10adb751 100644 --- a/twilight-http/CHANGELOG.md +++ b/twilight-http/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [unreleased] + +### Bug Fixes + +- use reason in update guild sticker ([#2181](https://github.com/twilight-rs/twilight/issues/2181)) +- nullable current member nick ([#2188](https://github.com/twilight-rs/twilight/issues/2188)) +- Fix clippy up to 1.69.0 ([#2198](https://github.com/twilight-rs/twilight/issues/2198)) + +### Build + +- allow simd-json 0.8 and 0.9 ([#2202](https://github.com/twilight-rs/twilight/issues/2202)) + +### Refactor + +- remove get automod rule reasons ([#2165](https://github.com/twilight-rs/twilight/issues/2165)) + ## [0.15.1] - 2023-02-26 ### Features diff --git a/twilight-model/CHANGELOG.md b/twilight-model/CHANGELOG.md index 50e988eabf8..2f3cc689c9c 100644 --- a/twilight-model/CHANGELOG.md +++ b/twilight-model/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [unreleased] + +### Bug Fixes + +- handle clyde ai hash ([#2182](https://github.com/twilight-rs/twilight/issues/2182)) +- Fix clippy up to 1.69.0 ([#2198](https://github.com/twilight-rs/twilight/issues/2198)) +- Don't deserialize option values as `Id`'s if option type is `String` ([#2190](https://github.com/twilight-rs/twilight/issues/2190)) + +### Documentation + +- fix event integration variant docs ([#2173](https://github.com/twilight-rs/twilight/issues/2173)) + +### Features + +- add mention_total_limit, regex_patterns to automod ([#2184](https://github.com/twilight-rs/twilight/issues/2184)) +- add 2 new guild permissions, rename 1 ([#2180](https://github.com/twilight-rs/twilight/issues/2180)) +- add `channel` field to `Interaction` ([#2191](https://github.com/twilight-rs/twilight/issues/2191)) +- add support for voice messages ([#2196](https://github.com/twilight-rs/twilight/issues/2196)) + +### Performance + +- improve image hash parsing ([#2139](https://github.com/twilight-rs/twilight/issues/2139)) + ## [0.15.1] - 2023-02-26 ### Documentation diff --git a/twilight-standby/CHANGELOG.md b/twilight-standby/CHANGELOG.md index 3401c549ed2..66db1c3e789 100644 --- a/twilight-standby/CHANGELOG.md +++ b/twilight-standby/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [unreleased] + +### Documentation + +- timeout example ([#2174](https://github.com/twilight-rs/twilight/issues/2174)) + +### Features + +- add `channel` field to `Interaction` ([#2191](https://github.com/twilight-rs/twilight/issues/2191)) + ## [0.15.1] - 2023-02-26 ### Refactor diff --git a/twilight-util/CHANGELOG.md b/twilight-util/CHANGELOG.md index 36b9e861a1d..9d3aaf12c3b 100644 --- a/twilight-util/CHANGELOG.md +++ b/twilight-util/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [unreleased] + +### Features + +- add 2 new guild permissions, rename 1 ([#2180](https://github.com/twilight-rs/twilight/issues/2180)) + ## [0.15.1] - 2023-02-26 ### Refactor