Skip to content

Commit

Permalink
release: generate changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Feb 5, 2023
1 parent 930622a commit 27f5c11
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 69 deletions.
1 change: 1 addition & 0 deletions twilight-cache-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [**breaking**] add `AfkTimeout` for `Guild::afk_timeout` ([#1922](https://github.com/twilight-rs/twilight/issues/1922))
- [**breaking**] add `Event::GatewayClose` variant ([#2044](https://github.com/twilight-rs/twilight/issues/2044))
- [**breaking**] remove member::guild_id ([#2083](https://github.com/twilight-rs/twilight/issues/2083))

## [0.14.4] - 2023-02-05

Expand Down
5 changes: 5 additions & 0 deletions twilight-gateway-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [unreleased]

This major version bump of the Gateway Queue is done to match all of the other
crates in the ecosystem receiving a major version bump. There are no changes.

## [0.14.1] - 2023-02-05

### Bug Fixes
Expand Down
68 changes: 2 additions & 66 deletions twilight-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,73 +2,9 @@

## [unreleased]

### Features

- expose `json::parse` ([#2050](https://github.com/twilight-rs/twilight/issues/2050))

### Performance

- defer creating `Deserializer` until checking event is wanted ([#2048](https://github.com/twilight-rs/twilight/issues/2048))

## [unreleased]

### Bug Fixes

- [**breaking**] within a stream, reinsert shard on error ([#1892](https://github.com/twilight-rs/twilight/issues/1892))
- [**breaking**] `ConnectionStatus` methods borrow ([#1891](https://github.com/twilight-rs/twilight/issues/1891))
- respect `EventTypeFlags` ([#1929](https://github.com/twilight-rs/twilight/issues/1929))
- [**breaking**] heartbeat with a `null` sequence until a session is initialized ([#1940](https://github.com/twilight-rs/twilight/issues/1940))
- reset `resume_gateway_url` on reconnect failure and invalidated sessions ([#1942](https://github.com/twilight-rs/twilight/issues/1942))
- call `Session::set_sequence` on first dispatch event ([#1944](https://github.com/twilight-rs/twilight/issues/1944))
- make `Shard::heartbeat` bypass the ratelimiter ([#1946](https://github.com/twilight-rs/twilight/issues/1946))
- properly handle disconnects ([#1932](https://github.com/twilight-rs/twilight/issues/1932))
- make close messages bypass the command ratelimiter ([#1951](https://github.com/twilight-rs/twilight/issues/1951))
- don't panic on zombied connection ([#1964](https://github.com/twilight-rs/twilight/issues/1964))
- catch unrequested heartbeat acks ([#1969](https://github.com/twilight-rs/twilight/issues/1969))
- respond to `Heartbeat` with stored sequence ([#1968](https://github.com/twilight-rs/twilight/issues/1968))
- defer resuming to Hello ([#1973](https://github.com/twilight-rs/twilight/issues/1973))
- reset `heartbeat_interval` on disconnect ([#1974](https://github.com/twilight-rs/twilight/issues/1974))
- reset ratelimiter on disconnect ([#1975](https://github.com/twilight-rs/twilight/issues/1975))
- zombied detection accept any event ([#1997](https://github.com/twilight-rs/twilight/issues/1997))
- remove `#[track_caller]` from async fn ([#2006](https://github.com/twilight-rs/twilight/issues/2006))

### Documentation

- redo and clarify `Latency` docs ([#1948](https://github.com/twilight-rs/twilight/issues/1948))
- touch up `ShardId` and add section about receiving events ([#1949](https://github.com/twilight-rs/twilight/issues/1949))
- remove unused imports in examples ([#1963](https://github.com/twilight-rs/twilight/issues/1963))
- ratelimiter hygiene & don't mention internals ([#1967](https://github.com/twilight-rs/twilight/issues/1967))
- [**breaking**] touch up `stream` and rename `start_` fns -> `create_` ([#1981](https://github.com/twilight-rs/twilight/issues/1981))
- update `ConnectionStatus` notes ([#1988](https://github.com/twilight-rs/twilight/issues/1988))

### Features

- [**breaking**] make `twilight_http` optional ([#1760](https://github.com/twilight-rs/twilight/issues/1760))
- zombie connection detection ([#1934](https://github.com/twilight-rs/twilight/issues/1934))
- heartbeat jitter ([#1933](https://github.com/twilight-rs/twilight/issues/1933))
- `Latency::recent` filter zero ([#1966](https://github.com/twilight-rs/twilight/issues/1966))
- instrument and extend `Shard` logging ([#1943](https://github.com/twilight-rs/twilight/issues/1943))
- [**breaking**] include payload in deserializing error ([#1995](https://github.com/twilight-rs/twilight/issues/1995))
- [**breaking**] mark `Message` exhaustive ([#2022](https://github.com/twilight-rs/twilight/issues/2022))
- make `Shard*Stream` `Send` ([#1999](https://github.com/twilight-rs/twilight/issues/1999))
- notify on disconnect ([#2003](https://github.com/twilight-rs/twilight/issues/2003))
- add `is_identified` helper method ([#2042](https://github.com/twilight-rs/twilight/issues/2042))
- [**breaking**] add `Event::GatewayClose` variant ([#2044](https://github.com/twilight-rs/twilight/issues/2044))

### Performance

- use `tokio::time::Interval` for heartbeating ([#1955](https://github.com/twilight-rs/twilight/issues/1955))

### Refactor
Check out [the migration guide] for a summary of Gateway changes.

- [**breaking**] move `gateway::Hello` to `payloads::incoming::Hello` ([#1928](https://github.com/twilight-rs/twilight/issues/1928))
- don't pass `WEBSOCKET_CONFIG` in an `Option` ([#1931](https://github.com/twilight-rs/twilight/issues/1931))
- [**breaking**] simplify `ConnectionStatus::from_close_frame` ([#1939](https://github.com/twilight-rs/twilight/issues/1939))
- [**breaking**] redo `gateway::OpCode` ([#1945](https://github.com/twilight-rs/twilight/issues/1945))
- [**breaking**] rewrite ratelimiter ([#1947](https://github.com/twilight-rs/twilight/issues/1947))
- [**breaking**] defer establishing a websocket connection to `Shard::next_message` ([#1952](https://github.com/twilight-rs/twilight/issues/1952))
- [**breaking**] rewrite `Inflater` ([#1993](https://github.com/twilight-rs/twilight/issues/1993))
- [**breaking**] unify event deserialization into one type ([#2023](https://github.com/twilight-rs/twilight/issues/2023))
[the migration guide]: https://twilight.rs/versions/0.15

## [0.14.2] - 2023-02-05

Expand Down
7 changes: 7 additions & 0 deletions twilight-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## [unreleased]

### Bug Fixes

- don't debug tokens ([#2101](https://github.com/twilight-rs/twilight/issues/2101))

### Features

- [**breaking**] bring widgets up to date ([#1848](https://github.com/twilight-rs/twilight/issues/1848))
- [**breaking**] add `AfkTimeout` for `Guild::afk_timeout` ([#1922](https://github.com/twilight-rs/twilight/issues/1922))
- [**breaking**] channel user limits ([#2077](https://github.com/twilight-rs/twilight/issues/2077))
- [**breaking**] bulk delete message count ([#2078](https://github.com/twilight-rs/twilight/issues/2078))
- [**breaking**] remove member::guild_id ([#2083](https://github.com/twilight-rs/twilight/issues/2083))

### Refactor

Expand Down
6 changes: 6 additions & 0 deletions twilight-lavalink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
### Bug Fixes

- [**breaking**] don't truncate volume values ([#2017](https://github.com/twilight-rs/twilight/issues/2017))
- don't debug tokens ([#2101](https://github.com/twilight-rs/twilight/issues/2101))

### Refactor

- update dependencies ([#2103](https://github.com/twilight-rs/twilight/issues/2103))
- [**breaking**] move ShardId from gateway to model ([#2097](https://github.com/twilight-rs/twilight/issues/2097))

## [0.14.1] - 2023-01-07

Expand Down
5 changes: 5 additions & 0 deletions twilight-mention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [unreleased]

This major version bump of the Gateway Queue is done to match all of the other
crates in the ecosystem receiving a major version bump. There are no changes.

## [0.14.0] - 2022-11-14

MSRV has been bumped to 1.64 ([#1897] - [@vilgotf]).
Expand Down
10 changes: 7 additions & 3 deletions twilight-model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@
- [**breaking**] heartbeat with a `null` sequence until a session is initialized ([#1940](https://github.com/twilight-rs/twilight/issues/1940))
- [**breaking**] use typed features for guild invite ([#2043](https://github.com/twilight-rs/twilight/issues/2043))

### Documentation

- remove link to member module ([#2117](https://github.com/twilight-rs/twilight/issues/2117))

### Features

- [**breaking**] bring widgets up to date ([#1848](https://github.com/twilight-rs/twilight/issues/1848))
- [**breaking**] add `AfkTimeout` for `Guild::afk_timeout` ([#1922](https://github.com/twilight-rs/twilight/issues/1922))
- [**breaking**] add `Event::GatewayClose` variant ([#2044](https://github.com/twilight-rs/twilight/issues/2044))
- [**breaking**] remove member::guild_id ([#2083](https://github.com/twilight-rs/twilight/issues/2083))
- [**breaking**] flatten `CommandOptionChoice` ([#2081](https://github.com/twilight-rs/twilight/issues/2081))

### Refactor

- [**breaking**] move `gateway::Hello` to `payloads::incoming::Hello` ([#1928](https://github.com/twilight-rs/twilight/issues/1928))
- [**breaking**] redo `gateway::OpCode` ([#1945](https://github.com/twilight-rs/twilight/issues/1945))
- [**breaking**] clean up `AllowedMentions` ([#1869](https://github.com/twilight-rs/twilight/issues/1869))

### Reafactor

- [**breaking**] move ShardId from gateway to model ([#2097](https://github.com/twilight-rs/twilight/issues/2097))
- [**breaking**] unify event deserialization into one type ([#2023](https://github.com/twilight-rs/twilight/issues/2023))

## [0.14.5] - 2023-02-05
Expand Down
6 changes: 6 additions & 0 deletions twilight-standby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [unreleased]

### Refactor

- [**breaking**] move ShardId from gateway to model ([#2097](https://github.com/twilight-rs/twilight/issues/2097))

## [0.14.1] - 2023-01-20

### Features
Expand Down
4 changes: 4 additions & 0 deletions twilight-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

### Features

- [**breaking**] flatten `CommandOptionChoice` ([#2081](https://github.com/twilight-rs/twilight/issues/2081))

### Refactor

- [**breaking**] clean up `AllowedMentions` ([#1869](https://github.com/twilight-rs/twilight/issues/1869))
Expand Down
8 changes: 8 additions & 0 deletions twilight-validate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [unreleased]

### Features

- [**breaking**] channel user limits ([#2077](https://github.com/twilight-rs/twilight/issues/2077))
- [**breaking**] bulk delete message count ([#2078](https://github.com/twilight-rs/twilight/issues/2078))
- [**breaking**] flatten `CommandOptionChoice` ([#2081](https://github.com/twilight-rs/twilight/issues/2081))

## [0.14.2] - 2023-01-20

### Bug Fixes
Expand Down

0 comments on commit 27f5c11

Please sign in to comment.