Skip to content

Commit b4ce13b

Browse files
committed
bump(cache, gateway, http, http-ratelimiting, model): Bump to 0.17.1
1 parent 7534d94 commit b4ce13b

File tree

11 files changed

+67
-11
lines changed

11 files changed

+67
-11
lines changed

twilight-cache-inmemory/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.17.1] - 2025-12-13
4+
5+
### Features
6+
7+
- add gateway ratelimited event ([#2483](https://github.com/twilight-rs/twilight/issues/2483))
8+
39
## [0.17.0] - 2025-11-08
410

511
### Bug Fixes

twilight-cache-inmemory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-cache-inmemory"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.17.0"
14+
version = "0.17.1"
1515

1616
[dependencies]
1717
bitflags = { default-features = false, version = "2" }

twilight-gateway/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.17.1] - 2025-12-13
4+
5+
### Bug Fixes
6+
7+
- fix new clippy errors in the tests ([#2486](https://github.com/twilight-rs/twilight/issues/2486))
8+
9+
### Features
10+
11+
- add gateway ratelimited event ([#2483](https://github.com/twilight-rs/twilight/issues/2483))
12+
13+
### Refactor
14+
15+
- misc shard clean up ([#2468](https://github.com/twilight-rs/twilight/issues/2468))
16+
317
## [0.17.0] - 2025-11-08
418

519
### Bug Fixes

twilight-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-gateway"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.17.0"
14+
version = "0.17.1"
1515

1616
[dependencies]
1717
bitflags = { default-features = false, version = "2" }

twilight-http-ratelimiting/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.17.1] - 2025-12-13
4+
5+
**NOTE**: We reccomend everyone to update to this version as soon as
6+
possible as the ratelimiter may panic in some cases on version 0.17.0.
7+
8+
### Bug Fixes
9+
10+
- fix new clippy errors in the tests ([#2486](https://github.com/twilight-rs/twilight/issues/2486))
11+
- filter removed queues in actor gc ([#2490](https://github.com/twilight-rs/twilight/issues/2490))
12+
13+
### Features
14+
15+
- improve actor panic message ([#2487](https://github.com/twilight-rs/twilight/issues/2487))
16+
17+
### Performance
18+
19+
- drop stale requests early ([#2469](https://github.com/twilight-rs/twilight/issues/2469))
20+
321
## [0.17.0] - 2025-11-08
422

523
### Bug Fixes

twilight-http-ratelimiting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-http-ratelimiting"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.17.0"
14+
version = "0.17.1"
1515

1616
[dependencies]
1717
hashbrown = { default-features = false, version = "0.16" }

twilight-http/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.17.1] - 2025-12-13
4+
5+
### Documentation
6+
7+
- clarify add application emoji example ([#2485](https://github.com/twilight-rs/twilight/issues/2485))
8+
9+
### Features
10+
11+
- get guild role member counts ([#2489](https://github.com/twilight-rs/twilight/issues/2489))
12+
313
## [0.17.0] - 2025-11-08
414

515
### Bug Fixes

twilight-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-http"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.17.0"
14+
version = "0.17.1"
1515

1616
[dependencies]
1717
fastrand = { default-features = false, features = ["std"], version = "2" }

twilight-model/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.17.1] - 2025-12-13
4+
5+
### Features
6+
7+
- add bypass slowmode permission ([#2480](https://github.com/twilight-rs/twilight/issues/2480))
8+
- split guild expressions and events permission ([#2482](https://github.com/twilight-rs/twilight/issues/2482))
9+
- add gateway ratelimited event ([#2483](https://github.com/twilight-rs/twilight/issues/2483))
10+
311
## [0.17.0] - 2025-11-08
412

513
### Bug Fixes

twilight-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "twilight-model"
1010
publish = true
1111
repository.workspace = true
1212
rust-version.workspace = true
13-
version = "0.17.0"
13+
version = "0.17.1"
1414

1515
[dependencies]
1616
bitflags = { default-features = false, version = "2" }

0 commit comments

Comments
 (0)