Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/twilight-rs/twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://github.com/twilight-rs/twilight

release(lavalink): bump to 0.6.1

Changes

This release contains internal refactors, there are no public facing
changes.

e2450905c6b9276482f2bf371d2d4178d18eb79f authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.6.4

Additions

Support creating of Message and User application commands, via the
methods `new_creat...

ae253e86d1a1990ceca37b39d9da0247632bc00a authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.6.3

Additions

Support users setting the properties to send during identify via the new
`ClusterBuil...

4c021aef78b80e26191bbf367db8ef1d850fd4a7 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(cache-inmemory): bump to 0.6.2

Changes

This release contains internal refactors, there are no public facing
changes.

0680219d8195fa9f83f1239aff7098aabf1255c8 authored about 3 years ago by Cassandra McCarthy <[email protected]>
feat(http): add get followup message request (#1133)

Add support for the "Get Followup Message" request, which can be used to
retrieve one of the fo...

6243e39fc501d36fff3a23ec5fca98c20e7740b5 authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat(model/user): add accent_color and banner (#1127)

Add the new `accent_color` and `banner` fields. `accent_color` is an
integer representation of ...

5948f8171647baee0f44c37d5f0c84d57c4ffa29 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore: fix nightly build (#1158)

Fix the nightly build by removing an unused field and renaming an
allowed lint.

8c3c094aa6b208a6b41b1b002c057a24b269c8b7 authored about 3 years ago by Cassandra McCarthy <[email protected]>
chore(github): add opencollective funding

Add OpenCollective funding for Twilight. The OpenCollective organization
is currently for the le...

d80966bd13cbb8a29975ea758a306d3c1eb12907 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(github): remove sponsors file

Remove the FUNDING.yml file specifying my GitHub Sponsors profile as
being how to donate towards...

3541e5774938b4d557e300c16149c0b997240d8c authored about 3 years ago by Zeyla Hellyer <[email protected]>
refactor(cache/in-memory): separate user relations (#1144)

Separate the `users` cache field from being a tuple of the user and its
guild relations to bein...

c9e75a69867a4e001f729883064bfb3d435ef340 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(gateway): allow clippy::unnecessary_wraps (#1143)

Allow the `clippy::unnecessary_wraps` lint in the `compression` gateway
module when compression...

d7ac0b51cd01510895922330b07b25a65043187c authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat(gateway): support setting identify properties (#1130)

Support users setting the properties to send during identify via the new `ClusterBuilder::identi...

a3e9bbba69453b570a7da540025ce143a4635f43 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(github-actions): improve ci cache (#1151)

I noticed that the cache used for the CI was inefficient: all dependencies are recompiled each t...

92105c5d8d941d20942f5c3814c3a6ef18e8f220 authored about 3 years ago by baptiste0928 <[email protected]>
docs(util/snowflake): use time 0.3 in timestamp example (#1145)

Also added a comment on why converting to a `Duration` is necessary

f930ae0e7cbc7d48c86aedf0d9578a679fcecd4c authored about 3 years ago by Vilgot Fredenberg <[email protected]>
fix(model): do not error if options is missing (#1112)

This fixes that the deserializer for command options would erroneously
fail instead of setting ...

bc25eb7bbb66c1d1e2bb4cc848d07b4f0d0688ee authored about 3 years ago by Erk <[email protected]>
feat(http,model): message/user commands + other updates (#1107)

Adds support for Message and User commands. Moves command and
interaction requests into separat...

87efdddc8cb8bc4191f2afda734a814dce37c3f8 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to v0.6.2

Enhancements

Reduce the log level of shard resumes from INFO to DEBUG
([#1137] - [@vilgotf]).

...

0ff9bbe5d3a6b429edc4b501d2ff0ef594c22aa3 authored about 3 years ago by Zeyla Hellyer <[email protected]>
release(gateway): bump to v0.6.3

Additions

Support message components, including action rows, buttons, and select
menus ([#1020]...

490f20a87e1ec82593226120121ee0f8301f325b authored about 3 years ago by Zeyla Hellyer <[email protected]>
release(cache/in-memory): bump to v0.6.1

Additions

Add `InMemoryCache::guild_integrations` to retrieve a guild's list of
integration IDs...

5a10d1efe08513cf2f500257fdf7823fff1d6fb3 authored about 3 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to v0.6.2

Additions

Support message components, including action rows, buttons, and select
menus ([#1020]...

4ec4ec9fdcc26607040b1f2af3e1a0335065cc07 authored about 3 years ago by Zeyla Hellyer <[email protected]>
fix(http/set_command_permissions): serialized body (#1122)

Fix the serialized body of the `SetCommandPermissions` request builder.
The request builder wou...

510315939a41116f2a50acf81df35cde3e6762ab authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(gateway,model): fix 3 missed relative links (#1128)

Fix two missed relative links by replacing them with intradoc links and
remove another that was...

32c8a7362535e8655af83553cb1c6433c153c760 authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat(cache/in-memory): integrations getters (#1134)

Add methods for retrieving integrations by their guild and integration
ID - exposed via the `In...

df1d9495ce116b1b8d2b3c6a1292229cae4c0caf authored about 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(gateway/shard): reduce resume log level (#1137)

Shards resume quite often and aren't usually worth strongly noting, so
we can reduce the level ...

bd6bf6435b12c47d2258dd81cd93f7dc6c940fe2 authored about 3 years ago by Vilgot Fredenberg <[email protected]>
Add comparing `StatusCode` with u16s (#1131)

Add support for comparing `StatusCode`s with `u16`s, such as simply
doing `status_code == 200`....

0b71517c1a7a0ecd0e9442db3685d352f14bb264 authored about 3 years ago by Zeyla Hellyer <[email protected]>
docs(http): tracing is now optional (#1129)

Update the documentation to state that the `tracing` dependency and
feature are now optional.
...

9bb4d7633068262f121461dba7ede7f446f67ad7 authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat(http/api_error): code 30040 prune requests (#1125)

Add HTTP API error code 30040, described as "Maximum number of prune
requests has been reached....

0c0756b4608e24c03f2e5a77f483a9cf08291ced authored about 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(http/response): add model alias (#1123)

Add a `model` alias for the `Response::models` method in
`Response<ListBody<T>>` and `Response<...

a8dcd459c17d3499b8cfd41978519ebf5c337fec authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat: message components (#1121)

* feat(http, model): message components (#1020)

Add support for the new Message Components[1]...

dcc7a863a6e8d79b2d5675cf14242573034d7f7a authored about 3 years ago by Cassandra McCarthy <[email protected]>
enhancement(http): display parse error body as utf-8 (#1118)

Log the bytes of a JSON parsing error as a string if it's UTF-8 valid in
its Display implementa...

30bcdbc27345e5140ae5d24c25e4cf56680ab34f authored about 3 years ago by AEnterprise <[email protected]>
release(gateway): bump to v0.6.1

Enhancements

Bump the `metrics` crate from version 0.14 to >= 0.14, < 0.18
([#1097] - [@vilgotf...

32cc07376ac8e1f116807d17b7707c9eafed9597 authored about 3 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to v0.6.2

Additions

Add 6 new HTTP API error codes:

- 10049: Unknown stream
- 10050: Unknown premium ser...

d48838d656999a680178ad54b0283780dd377897 authored about 3 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to v0.6.1

Fixes

Properly handle `ChoiceCommandOptionData` with a missing choices field
([#1087] - [@MaxOh...

cc6d3f595f6cc83822d91986c45bf53c86a530f9 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(gateway, http): code various nits (#1103)

Perform a few nits on the codebase:

- **gateway**: in `Shard::start` use `str::to_string` ove...

c12365580b51cef5191c17371af7c032d5e6d6ab authored about 3 years ago by Vilgot Fredenberg <[email protected]>
fix(http/response): correct request errors (#1100)

The `ResponseFuture`'s underlying HTTP client execution future has a
timeout on it. The `match`...

3036fba86986689f004d0a7fd73b817ccc03bb65 authored about 3 years ago by Vilgot Fredenberg <[email protected]>
enhancement(http/request): add must_use to requests (#1099)

Add the `#[must_use]` attribute to all typed HTTP requests. The message
reads `#[must_use = "re...

c616c75eca0eccdcd49383a9cd8653d018c43301 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(gateway): bump metrics to [0.14, 0.18) (#1097)

Since metrics is backwards compatible for our uses support the [0.14, 0.18) range

fe48947d41e3dcc8fe1392c91ad35f74931c230b authored about 3 years ago by Vilgot Fredenberg <[email protected]>
fix(model): handle missing choices field in `ChoiceCommandOptionData` (#1087)

The field `choices?` in the discord docs for `Application Command Option Structure` apparently m...

f93dd76065c569bf9d89fc10adcb100e463f4bbf authored about 3 years ago by Max <[email protected]>
chore(cargo): reorder layout (#1096)

Reorder the layout of Cargo.toml files by adding `default-features` to
all dependencies, explic...

013c82d3891c71b941ca835c8dd592812fc6ed64 authored about 3 years ago by Vilgot Fredenberg <[email protected]>
chore: specify msrv for clippy (#1081)

Specify an MSRV for Clippy, resulting in lints released after the MSRV
to not be applied. This ...

54eed5b3603e209225af3fbbc58b7a71c24c1973 authored about 3 years ago by Léo Lanteri Thauvin <[email protected]>
refactor(gateway/cluster): remove from, to fields (#1079)

The cluster's `shard_from` and `shard_to` fields can be removed as they
don't need to be used. ...

c138f0e3cfbd2e95534a92a86e69feb8a38f5bd6 authored about 3 years ago by Vilgot Fredenberg <[email protected]>
feat(http): add 6 api error codes (#1094)

Add 6 new HTTP API error codes:

- 10049: Unknown stream
- 10050: Unknown premium server subs...

fa9c2bd1c06ce4a901e4a69fc3349dc1e55c7a8a authored about 3 years ago by Erk <[email protected]>
refractor(gateway): remove cluster mutex (#1076)

Remove the Mutex wrapping the shards in the Cluster, as the map of
shards is never actually mut...

581662836e00e2c2c78471739bf344985adfe1a2 authored about 3 years ago by Vilgot Fredenberg <[email protected]>
release(http): bump to 0.6.1

Additions

Adds `RequestBuilder::raw` back in, hiding the existing fields behind
methods due to ...

637c1e00652bd47807e9ef8b1ba042a36a6ea3dd authored about 3 years ago by Cassandra McCarthy <[email protected]>
feat(http): option to remember invalid token (#1085)

By default we remember when the HTTP client encounters an invalid token
(via the 401 response s...

b79f2a86486315354ce5c594ed00c5d4edcfdf4a authored about 3 years ago by Zeyla Hellyer <[email protected]>
fix!(http/request): raw request builder (#1084)

`request::RequestBuilder::raw` was accidentally removed for 0.6; this
adds it back in, hiding t...

10f97cf22596b320583ca08783c7fffe62c44701 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore: remove unused `one::Ref`

6991affd8f8292e61f634f0899b3950b65090af8 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(twilight): bump to 0.6.0

The advertisement crate has been updated to bump development
dependencies.

6a5686e8431bb182a0862a6d4957bbae5ae38f06 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(util): bump to 0.6.0

This major version bump of the Util crate is done to match all of the
other crates in the ecosys...

4b1bad9df0ddd5ad1646f6f258299c7af2475973 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.6.0

Enhancements

The `tracing` feature is now optional ([#985] - [@zeylahellyer]).

[#985]: https:/...

98131bc54249c79f325fdfe4db9c233b83aa0f9e authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.6.0

Enhancements

Fully support audit logs by creating types for Audit Log Changes and
updating Audi...

8b75d5d75cf839cbfd0ece2038791d3e2e3fbf54 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(mention): bump to 0.6.0

This major version bump of the Mention crate is done to match all of the
other crates in the eco...

0c4b1b8a7a5e8f0fe0cf9175d0f71b716f373c0c authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.6.0

Changes

A few spelling errors have been fixed by adding the `codespell` Action
([#1041] - [@Gel...

677a0b9c1273fa7da3dbc1dcbd6eb32a06b26f7f authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.6.0

Enhancements

Many functions have been made constant ([#1010] - [@zeylahellyer]).

Changes

Ther...

453e7e215e16cd5dc1be9f05a9cd53ad64edf9ae authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway-queue): bump to 0.6.0

This major version bump of the Gateway Queue is done to match all of the
other crates in the eco...

557418ec42e096c5dc2d34a95e7e94b074fe5ab5 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.6.0

Enhancements

The `tracing` feature is now optional ([#986] - [@zeylahellyer]).

Changes

A few ...

02b827417e003856178120ccbc042c7c096fe6fc authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(embed-builder): bump to 0.6.0

This major version bump of the Embed Builder crate is done to match all
of the other crates in t...

ae94491bc64b1f908832ec2cbf1c90c1da75c5fb authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(command-parser): bump to 0.6.0

This major version bump of the Command Parser crate is done to match all
of the other crates in ...

a09a58400f3c291f7f7edbef53b9dede8dc47115 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(cache/in-memory): bump to 0.6.0

Changes

Remove the deprecated method `InMemoryCache::user_ref`, as it was
mistakenly left in du...

119daa77133489392a988c82fca6421fc56a0233 authored about 3 years ago by Cassandra McCarthy <[email protected]>
chore!(cache/in-memory): remove deprecated items from cache

BREAKING CHANGE: Removes the `InMemoryCache::user_ref` function which
was mistakenly left in fro...

aed650a00b111e05f5bd37ed2f22e4c2ec83ba14 authored about 3 years ago by Cassandra McCarthy <[email protected]>
chore: fix 1.54 clippy on next branch

6b0de7d0be8238aaf7c04d3b3d37d49e630b630f authored about 3 years ago by Cassandra McCarthy <[email protected]>
fix!(gateway): move emitter into shard processors (#1070)

When calling `Shard::shutdown`, `Shard::shutdown_resumable`,
`Cluster::down`, or `Cluster::down...

7af5383d203f06fbc50d42a16c66b2f9c6c26903 authored about 3 years ago by Zeyla Hellyer <[email protected]>
enhancement!(http/application): return command (#1037)

Some HTTP requests returned an empty body in the response, when the API
response returns a comm...

0c9569cffe46044faf26de5535beb78becd9756e authored about 3 years ago by Vilgot Fredenberg <[email protected]>
ci: workflow for spellchecking (#1041)

Add a GitHub Actions workflow for spellchecking via [codespell]. This
verifies that documentati...

92c61e25e50eb5d4cfc480533d4f049c24415f11 authored about 3 years ago by Jens Reidel <[email protected]>
enhancement!(gateway): remove box from queue (#1038)

Remove the `Box` from the type of the stored queue instance and its
getters and setters.

7f0b700a1e5e0220eb8784f1bca48ac0d35ce0e2 authored about 3 years ago by Jens Reidel <[email protected]>
enhancement(http): make many functions constant (#1010)

Make many request and client methods constant by primarily removing
`Default` implementation usa...

e5e088d10fe165f0d0ed3392aaa920d7843052f4 authored about 3 years ago by Zeyla Hellyer <[email protected]>
enhancement!(http): use references in requests (#1009)

Instead of taking owned parameters take references in most places other
than the `CreateGuild` r...

cc3571ae879b8e91a0741fca9c0b34da2cb6254f authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat(model): fully support audit logs (#1022)

Fully support audit logs by creating types for Audit Log Changes and
updating Audit Log Change ...

c64d933f89333ef2bfd8b200d94a54823f1899e9 authored about 3 years ago by Zeyla Hellyer <[email protected]>
feat!(http): add a `ResponseFuture` strcut (#1008)

We currently take owned heap allocated types, such as Vecs and Strings.
This is due to the lifet...

6d17ec59fdb08ea04b7e1388c8f77267aab225ac authored about 3 years ago by Zeyla Hellyer <[email protected]>
fix!(http): rename error code 20031 (#956)

Rename HTTP error code 20031's variant from
`UnallowedWordsForPublicStage` to `UnallowedWords` ...

2e12bcdbde790d3cf5d2679ef1b0f6e5eb1da614 authored about 3 years ago by Cassandra McCarthy <[email protected]>
feat!(http): custom response abstractions (#923)

Our HTTP async request builders return a deserialized model in the
output of their `Future` impl...

7650a9d66d1758ea43291b2d04a852db8af59f96 authored about 3 years ago by Zeyla Hellyer <[email protected]>
fix!(model): rename audit log event 'guildcreate' to 'guildupdate' (#966)

Rename the `AuditLogEntry` variant `GuildCreate` to `GuildUpdate` due to
`GuildUpdate` being th...

496d44c96b70a696c87d42570b9151d592adf721 authored about 3 years ago by Zeyla Hellyer <[email protected]>
enhancement!(standby): make 'tracing' optional (#985)

Make the `tracing` dependency optional. Users can now opt-out of it by
disabling `default-featu...

e0f18ed6073103089f12e8d4a136580a810d8cf0 authored about 3 years ago by Zeyla Hellyer <[email protected]>
enhancement!(gateway): make 'tracing' optional (#986)

Make the `tracing` dependency optional. Users can now opt-out of it by
disabling `default-featur...

ad2dcbe3f9dc6df3f7eca78afcb8c19d2d95c4df authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore: fix 1.54 clippy (#1083)

5efacb25a39f1cd61bfed815fb919db9603f86c9 authored about 3 years ago by Cassandra McCarthy <[email protected]>
Applications should use application flags (#1072)

79702d5b6d48363881862ba5d2d864700b8a05a5 authored about 3 years ago by EXPLOSION <[email protected]>
release(gateway): bump to v0.5.5

This is a hotfix to actually include the changes that were supposed to
be in 0.5.5; they were er...

65e237b8d9b6b5603edb9314c80f038c5b752586 authored about 3 years ago by Zeyla Hellyer <[email protected]>
docs(gateway/shard): fix typo on 'new' method (#1071)

Fix a typo from "unconfingured" to "unconfigured" in the documentation
for `twilight_gateway::S...

4365ec6964070d615617c45f447c8074c0cacfa8 authored about 3 years ago by Kot <[email protected]>
enhancement(model/invite_create): expose user (#1065)

`twilight_model::gateway::payload::InviteCreate` has a `target_user`
field with a `PartialUser`...

a87575908efe498aa0dd55757ec6e08d036de170 authored about 3 years ago by Zeyla Hellyer <[email protected]>
chore(http): update get_current_user_guilds limit to 200 (#1063)

The limit for the Get current user guilds request has been increased to 200 (https://github.com/...

a80ef034c273f608176364ce889906eaeca17d27 authored about 3 years ago by baptiste0928 <[email protected]>
feat(cache/in-memory): add method to retrieve highest role (#1054)

Adds a method that calculates the highest role of a member on-demand.

Co-authored-by: Zeyla H...

07975827e6bb3d9f3011630c503bd6b48c0e7f15 authored about 3 years ago by doge <[email protected]>
release(http): bump to 0.5.7

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

b70f70b99933ed4578b46c5fd6788f7fac009559 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(model): 0.5.4

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

c9c7f3c9a4b6f877df692ccc7e36de136dd573aa authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.5.1

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

aff60500c8d1ff64d08329339f467b4a27ad5687 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.5.2

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

049445a3ca9b1b653707a007c483752874efe870 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(cache/in-memory): bump to 0.5.3

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

d3b2d2fc4066ce87c953cb866a42c7b565742fec authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(command-parser): bump to 0.5.1

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

8bffdf1288403060ed3c7ddc95cae1b328d30b29 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway/queue): bump to 0.5.1

Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#...

82dbb69de6222adf04bcacc8717033dfc3bcb544 authored about 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.5.4

Additions

Add `EventTypeFlags` constants with categories of flags that are
equivalent to their ...

ebaa4767c862a2dfc5fe96d84b76f4812036ab76 authored about 3 years ago by Cassandra McCarthy <[email protected]>
feat(gateway): add intents categories for flags (#1049)

Add `EventTypeFlags` constants with categories of flags that are
equivalent to their Intents co...

524a1ff86fbfd881f9f64ada924de9940a0c9571 authored about 3 years ago by Vilgot Fredenberg <[email protected]>
docs(cache/in-memory): build with specified features (#1032)

This fixes the permission module not appearing for the `cache-inmemory` crate.

d55238066a156c856c9f5c827bc7f0a27c82d563 authored about 3 years ago by Jens Reidel <[email protected]>
refactor(gateway): remove unsafe code (#1042)

Remove unsafe code in the `gateway` crate's use of `unsafe` to
accommodate `simd-json`, by inst...

1ebb89af19d7652b3f548ef1f151c285478c5ee8 authored about 3 years ago by Zeyla Hellyer <[email protected]>
fix(http): fix empty body on update_channel (#1051)

Serialization of the actual fields was forgotten. This fixes that.

4e4af80ce7bfc4ad4eb1e3c6a29f320749721141 authored about 3 years ago by Emir Marincic <[email protected]>
release(http): bump to v0.5.6

Fixes

Fix the display implementation for `Route::GetGuildMembers`
([#1050] - [@Erk-]).

[@Erk-]...

8791dc606a5d1ab2fa13faef8e668a010e16ac63 authored about 3 years ago by Zeyla Hellyer <[email protected]>
fix(http/route_display): missing get members slash (#1050)

Add a missing slash in the `Route::GetMembers` display.

933788ae66051598e1e0ca91df6ce929c61fa5c5 authored about 3 years ago by Erk <[email protected]>
release(http): bump to v0.5.5

Upgrade Path

Instead of using the `attachment`, `embed`, or `file` methods on
requests, use the...

e267a3b83751f64c56013fb8bbe0929143850765 authored over 3 years ago by Zeyla Hellyer <[email protected]>
chore: add github funding file

25e2a0074b5f57c7614313a226b16892c3279e37 authored over 3 years ago by Zeyla Hellyer <[email protected]>
refactor(http): deprecate single message setters (#1034)

Deprecate the `attachment`, `embed`, and `file` message setters in favor
of their plural forms ...

2b2762e8f2eb3910ac2521eb7454fbc6e4d29fab authored over 3 years ago by Zeyla Hellyer <[email protected]>
docs: fix private documentation intradoc links (#1035)

Fix broken intradoc links of internal documentation that is not publicly
exposed.

202dad822eebccec616e24f7fb7478473cc88a14 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(embed-builder): bump to 0.5.2

Changes

The description is now validated to a length of 4096 ([#1024] -
[@zeylahellyer]).

[@ze...

7a826a0471709ccad37cca0f9798d6df67468823 authored over 3 years ago by Cassandra McCarthy <[email protected]>