File tree Expand file tree Collapse file tree 11 files changed +67
-11
lines changed
twilight-http-ratelimiting Expand file tree Collapse file tree 11 files changed +67
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "twilight-cache-inmemory"
1111publish = true
1212repository.workspace = true
1313rust-version.workspace = true
14- version = " 0.17.0 "
14+ version = " 0.17.1 "
1515
1616[dependencies ]
1717bitflags = { default-features = false , version = " 2" }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "twilight-gateway"
1111publish = true
1212repository.workspace = true
1313rust-version.workspace = true
14- version = " 0.17.0 "
14+ version = " 0.17.1 "
1515
1616[dependencies ]
1717bitflags = { default-features = false , version = " 2" }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "twilight-http-ratelimiting"
1111publish = true
1212repository.workspace = true
1313rust-version.workspace = true
14- version = " 0.17.0 "
14+ version = " 0.17.1 "
1515
1616[dependencies ]
1717hashbrown = { default-features = false , version = " 0.16" }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "twilight-http"
1111publish = true
1212repository.workspace = true
1313rust-version.workspace = true
14- version = " 0.17.0 "
14+ version = " 0.17.1 "
1515
1616[dependencies ]
1717fastrand = { default-features = false , features = [" std" ], version = " 2" }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "twilight-model"
1010publish = true
1111repository.workspace = true
1212rust-version.workspace = true
13- version = " 0.17.0 "
13+ version = " 0.17.1 "
1414
1515[dependencies ]
1616bitflags = { default-features = false , version = " 2" }
You can’t perform that action at this time.
0 commit comments