Ecosyste.ms: OpenCollective

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

Twilight

Builds software that powers the biggest Discord bots
Collective - Host: opensource - https://opencollective.com/twilight - Website: https://twilight.rs - Code: https://github.com/twilight-rs/twilight

fix(model): rename `ChangeKey::{RoleAdded,RoleRemoved}` correctly (#1419)

Discord's `AuditLogChangeKey` for `RoleAdded` is `$add`, and for
`RoleRemoved` it is `$remove`.

github.com/twilight-rs/twilight - 092066f0f1ffa6e0d48d13295b3a873aa94bb34b authored almost 3 years ago by ITOH <[email protected]>
chore: update to rust 2021 (#1412)

Update to Rust 2021 now that the MSRV is raised to 1.57.

Primarily remove imports that are no...

github.com/twilight-rs/twilight - 41778c27bd61ea29804ab0404f6e24539fef3199 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
chore: specify rust-version in cargo.toml (#1413)

Specify the MSRV of crates in the `rust-version` field of `Cargo.toml`
files.

github.com/twilight-rs/twilight - e9ace14aee96118e5703b9512f29afa5ac084e7a authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 8e09a3b0038362ef7f314cc7d0fa9b36dce36944 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
feat(cache,model)!: parse image hashes (#1405)

Parse image hashes as 128 bit integers. Image hashes from Discord are
base 16, 32 character len...

github.com/twilight-rs/twilight - f4bb1d9a42458c0e5ce1f459a5f681886b068019 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
feat(cache, model): member update communication_disabled_until (#1414)

Add `communication_disabled_until` to the `MemberUpdate` event, and
use it to update the cache.

github.com/twilight-rs/twilight - 19505bde1915643f44d9b54789e4737f0ca769d3 authored almost 3 years ago by AEnterprise <[email protected]>
refactor(cache, util): remove `doc(cfg)` uses (#1387)

Remove explicit uses of `#[doc(cfg)]` by enabling the `doc_auto_cfg`
feature with the `docsrs` ...

github.com/twilight-rs/twilight - 16cea17b9becb4c05b277957f25eaef7760f3f19 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
feat(gateway/shard)!: expose ratelimit info (#1368)

Expose new methods on `twilight_gateway::shard::Information` to retrieve
the remaining number o...

github.com/twilight-rs/twilight - 37a11f432f2bceeb5dca45179fa6aeea0ae96ec1 authored almost 3 years ago by ITOH <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 7d785a5a03b17a6cf8dfe839ba3585b072f9d89e authored almost 3 years ago by Cassandra McCarthy <[email protected]>
feat(cache-inmemory): list of guild's voice states (#1410)

Add a new method to the cache allowing users to retrieve the IDs of the
users with voice states...

github.com/twilight-rs/twilight - f51899a0503264bedc8a0ebe5fc0574c9b480581 authored almost 3 years ago by Jens Reidel <[email protected]>
feat(model/id)!: const id creation (#1402)

Rename `Id::new` to `Id::new_checked` and add a new const method named
`new` that takes a value...

github.com/twilight-rs/twilight - 1aa636437fb3b747f71d568cd5750daed351b09e authored almost 3 years ago by Zeyla Hellyer <[email protected]>
chore(gateway): handle previously unhandled error codes 4010-4012 (#1400)

* chore(gateway): handle previously unhandled error codes 4010-4012

closes #1377

* spellin...

github.com/twilight-rs/twilight - 8c739cfea2b7c09be6a6174ac6039e55a4267178 authored almost 3 years ago by Erk <[email protected]>
chore(cache,http,model): support premium progress bar toggle (#1399)

Closes #1321.

github.com/twilight-rs/twilight - 546a58ae6084bd22a13ce06fd30256c7ac9ff518 authored almost 3 years ago by Erk <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 7f69207d23ce0e76e0c8ec049de8fae72750d37f authored almost 3 years ago by Cassandra McCarthy <[email protected]>
feat(http): add get current user guild member (#1355)

Closes #1322.

github.com/twilight-rs/twilight - 90668b5f0dd4d93b24519ad20cebc7b861ae6a3e authored almost 3 years ago by HTGAzureX1212 <[email protected]>
fix(model)!: make `CallbackData#embeds` optional (#1401)

Allows for removing embeds in the first response to a component
interaction.

github.com/twilight-rs/twilight - c4981e3f45f956f134a9e638119d09a255ad6deb authored almost 3 years ago by ITOH <[email protected]>
feat(http-ratelimiting): support 'scope' header (#1351)

Support parsing of the `x-ratelimiting-scope` header, which indicates
the scope of a ratelimit....

github.com/twilight-rs/twilight - e0ff09e44e00405b3566476a6793ba9a80099217 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
refactor: remove uses of ref keyword (#1390)

Instead borrowing the resource. Follows the Rust ecosystem's move away
from this keyword and ma...

github.com/twilight-rs/twilight - 48d5f2f2489e2e31c768cc5a53cfd9d157fb0d25 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
enhancement(http)!: remove api error code (#1394)

Remove the `twilight_http::api_error::ErrorCode` enum. This enum is a
mapping of error code num...

github.com/twilight-rs/twilight - d1a07cc55f483c5b252e96f7e058a0d72528a9a5 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
ci: automatically label pull requests (#1393)

Add a new GitHub Actions workflow that uses `fuxingloh/multi-labeler` to
automatically label pu...

github.com/twilight-rs/twilight - 2f1ce2cac116e565f59065747e72395d0fb6bf56 authored almost 3 years ago by baptiste0928 <[email protected]>
chore(cache/in-memory): fix build error from merge

github.com/twilight-rs/twilight - 04edac0fe7b0b31e55228c3f618026a7fa76e517 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
chore(gateway,gateway-queue,http,lavalink)!: remove rustls feature alias (#1314)

This was originally retained for backward compatibility in #720.

A few releases have gone by ...

github.com/twilight-rs/twilight - a9ce92170c0922b9bf5b05a4c254342d996dff19 authored almost 3 years ago by Jens Reidel <[email protected]>
refactor(http,validate)!: move validation to crate (#1331)

This PR refactors much of `http`'s validation to its own crate. This
crate exposes functions an...

github.com/twilight-rs/twilight - cf82b99a33809d67c6de5fa1638ebfd67b30e4e4 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 281ed01e4ce4a1b133e5db4853724383a3dcc6fe authored almost 3 years ago by Cassandra McCarthy <[email protected]>
chore: fix spelling in http changelog

github.com/twilight-rs/twilight - ce9e55b66afb943e7f32b4ea3a4f67624d918fe3 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 137548d80a24c22355e4975f81d0f03e4aae5f13 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
release(cache-inmemory): bump to 0.8.3

Additions

Support guild member timeouts ([#1342] - [@HTG-YT]).

Support iterating over a channe...

github.com/twilight-rs/twilight - 497bf42f5fdac03c0932fac01487a02c884461d4 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
release(command-parser): bump to 0.8.1

The Command Parser crate has been deprecated in favor of Gateway or HTTP
interactions and will b...

github.com/twilight-rs/twilight - 41364116821db494091b90f8c89ec9abe8a1f6c1 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
release(gateway): bump to 0.8.2

Signed-off-by: Zeyla Hellyer <[email protected]>

github.com/twilight-rs/twilight - 789e3c8204e2565d7e8000276ed0e2932167b74c authored almost 3 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to 0.8.3

Additions

Support guild member timeouts via
`UpdateGuildMember::communication_disabled_until` (...

github.com/twilight-rs/twilight - fde17f68269603f270380cb079ae9c7e7aa2bd09 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to 0.8.3

Additions

Support guild member timeouts via
`Member::communication_disabled_until` and `Permiss...

github.com/twilight-rs/twilight - a0ce9e099d1f558ca13fe6990da4523e7a5f48ec authored almost 3 years ago by Zeyla Hellyer <[email protected]>
feat(http/response): pre-flight cancelation (#1353)

Support pre-flight request cancelation via a new method,
`ResponseFuture::set_pre_flight`. This...

github.com/twilight-rs/twilight - cd1a92e6a56ef89d48e117e043530cbda49a71bb authored almost 3 years ago by Zeyla Hellyer <[email protected]>
fix(http/routing): get current app info route typo (#1389)

The route has been functional but it may cause isses.

The URLused being used was
<https://di...

github.com/twilight-rs/twilight - cc85ba471a19d342a28bae527dd2414d560ff7db authored almost 3 years ago by Erk <[email protected]>
chore(command-parser): deprecate crate (#1352)

Deprecate the Command Parser crate because we now reasonably support
interactions and deprecati...

github.com/twilight-rs/twilight - 497276fc9de350100c46a6ace3edd008a8f98074 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
feat(cache/in-memory): add channel messages iter (#1362)

Add a new iterator named `ChannelMessages` returning the message IDs of
a channel. This is made...

github.com/twilight-rs/twilight - f3c6cfef37ce0e6686013a5a49889486376c9915 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - ae31e7d7e6ca56e9e94d42b33281bce17ea78702 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
docs(cache/in-memory,model): fix named anchors (#1363)

Fix some named anchors that didn't have references in the READMEs of the
`twilight-cache-inmemo...

github.com/twilight-rs/twilight - 025a9815e1dc742df3f4cd2ce2f132c775fe4b0c authored almost 3 years ago by Zeyla Hellyer <[email protected]>
ci: readd workspace flag to deploy action

github.com/twilight-rs/twilight - b97159d7b2b3c34fff8b42fbc954a22292fb12ba authored almost 3 years ago by Cassandra McCarthy <[email protected]>
fix(http/routing): display for get active threads (#1386)

Fix the Display implementation for the `GetActiveThreads` route. The
start of the formatted pat...

github.com/twilight-rs/twilight - 4abb8f5a99e8827f0002df9532123a722cc89200 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
ci: remove `--workspace` flag (#1388)

It is implied when root the workspace, i.e. it's only useful when the
current directory isn't r...

github.com/twilight-rs/twilight - f50ab1b6eed7f87d6281029a9dc673d5a1d534e2 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
refactor(http): simplify token invalidation (#1359)

Simplify token invalidation state by removing a field on `Client` and
removing a token invalida...

github.com/twilight-rs/twilight - c642955a56b7d0ae5a1f52f546f8daf6b5c4e119 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - ba7c56b9e8a3c75fb6bccdb8c4216d3e278b21e4 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
fix(gateway/shard): tick ratelimiter before send (#1360)

Instead of ticketing the ratelimiter after a successful send, tick it
before sending. By tickin...

github.com/twilight-rs/twilight - 28a959ddf5ff189e34110785e7e70d353cef8561 authored almost 3 years ago by zey <[email protected]>
feat(cache,http,model): guild timeouts (#1342)

Discord API PR (initial documentation): https://github.com/discord/discord-api-docs/pull/4075
D...

github.com/twilight-rs/twilight - 22cbf63c2797f813a6524a21ad1ff18af2ef5c77 authored almost 3 years ago by HTGAzureX1212 <[email protected]>
release(http-ratelimiting): bump to 0.8.2

Revert [#1348], which was causing overflows ([#1357] - [@zeylahellyer]).

[@zeylahellyer]: https...

github.com/twilight-rs/twilight - 642b1d14fd7803a30787626e5a6a550fa3c19920 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
chore(http-ratelimiting): revert #1348 (#1357)

Revert "fix(http-ratelimiting): rework started at time (#1348)".

This reverts commit 67adafad...

github.com/twilight-rs/twilight - 3e62cd319abbc6200e32ccc99fe36cbdd48cca98 authored almost 3 years ago by zey <[email protected]>
chore: fix documentation in `AuditLogChange` from merge

github.com/twilight-rs/twilight - 76f1678dcdaae5990ec16eb0126e7c52676fa147 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 6fa8a53e7da2c976ce05c69475c30f4b8d7e3f28 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.8.1

Changes

Upgrade `dashmap` to 5.0 ([#1336] - [@vilgotf]). `dashmap` 4.0 is still
allowed.

[#133...

github.com/twilight-rs/twilight - ee5d595d4a79416027c8a56d33f7b392f9d60d32 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.8.2

Changes

All `AuditLogChange::{new, old}` variants are now `Option`s ([#1324] -
[@7596ff]). This...

github.com/twilight-rs/twilight - 5dadff9d096161621461abb167a69ad3a8b41cf2 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.8.1

Changes

Upgrade `dashmap` to 5.0 ([#1336] - [@vilgotf]). `dashmap` 4.0 is still
allowed.

[#133...

github.com/twilight-rs/twilight - 80827e8a4894ae18559ceb4135e3cd3d79aa717a authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.8.2

Additions

Add the API error code `50109 RequestInvalidJson` ([#1338] -
[@vilgotf]).

[#1326]: h...

github.com/twilight-rs/twilight - 99ca0818752d8c0e3f0e82db70827e278ff90fbf authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(http-ratelimiting): bump to 0.8.1

Fixes

Rework `started_at` header storage so that requests do not start too
early ([#1348] - [@z...

github.com/twilight-rs/twilight - 54c7954711be1ea4c9722d881511fc5106cf79a7 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.8.1

Additions

Reuse TLS connectors between shards when connecting a cluster ([#1058] -
[@Erk]). Thi...

github.com/twilight-rs/twilight - c7065556b7b10da43798c0ab234ee64aac7de838 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(cache-inmemory): bump to 0.8.2

Changes

Upgrade `dashmap` to 5.0 ([#1336] - [@vilgotf]). `dashmap` 4.0 is still
allowed.

Fixes...

github.com/twilight-rs/twilight - 0a59b1addf8e4809ff68dd87da2de8b3d35c24bf authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 7531799a878483fe2b114e53f7bbca2fd7597a94 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
docs(cache,gateway): remove old clone comments (#1349)

Remove old interior Arc cloning comments that were missed in #1067.

Closes #1346.

github.com/twilight-rs/twilight - 4b756a9d1a2870cf36ec0e94164a24a813f5ede0 authored almost 3 years ago by zey <[email protected]>
chore(model)!: update audit log to latest docs (#1324)

This PR makes all variants of any key optional. It also adds missing
keys according to the late...

github.com/twilight-rs/twilight - 7fc79ac6ec7650458e7756656575e006f35938fa authored almost 3 years ago by Cassandra McCarthy <[email protected]>
fix(http-ratelimiting): rework started at time (#1348)

Buckets store three headers of note: `remaining`, `retry_after`, and
`started_at`. `remaining` ...

github.com/twilight-rs/twilight - 67adafad73836cb4d360c42df9c4959f8edb4232 authored almost 3 years ago by zey <[email protected]>
Fix incorrect handling of TlsErrorType (#1345)

This removes a borrow to make sure that the pattern is counted as
empty when it is so. It also ...

github.com/twilight-rs/twilight - 581d3945c7a44816918b278882723f24a809463a authored almost 3 years ago by Erk <[email protected]>
feat(model): add missing props to `InteractionMember` (#1339)

Adds the `permissions`, `pending`, and `avatar` properties to the
`InteractionMember` struct. R...

github.com/twilight-rs/twilight - 7e2d4aff5f1da74ad0395d34a35ef4cb89fe4e65 authored almost 3 years ago by ITOH <[email protected]>
feat(gateway): reuse tls connectors between shards (#1058)

This saves a lot of memory when `native-tls` is used and a moderate
amount when `rustls` is use...

github.com/twilight-rs/twilight - 80d95ec54cadeddca6aeafa01745b89f6a6467e4 authored almost 3 years ago by Erk <[email protected]>
ci: use `baptiste0928/cargo-install` (#1295)

Replaces `actions-rs/install` with [`baptiste0928/cargo-install`]. This
improves the speed of e...

github.com/twilight-rs/twilight - 1b179fcefd72565d76ebe8a88ea0277b09968a82 authored almost 3 years ago by baptiste0928 <[email protected]>
fix(cache/in-memory): correctly return member avatar (#1341)

`CachedMember::avatar` would return the member's nickname instead of the
member's avatar, which...

github.com/twilight-rs/twilight - f30650d9a43ec4184827619f3f2d4747d66eca4c authored almost 3 years ago by stupid cat <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 672e126d351839e0fe90836ebe120a720672f550 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
chore(http): 50109 error, invalid JSON (#1338)

Implements https://github.com/discord/discord-api-docs/pull/4241.

Part of #1171.

github.com/twilight-rs/twilight - cd949b123093cbaa9150dca55d2a63986dacb7a0 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
chore(model)!: mark `StickerPack.banner_asset_id` optional (#1337)

Implements https://github.com/discord/discord-api-docs/pull/4245.

github.com/twilight-rs/twilight - c4a708dca2c310b229d7a11c36928ba96086b4b2 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
chore(cache,lavalink,standby): allow dashmap 5 (#1336)

There were relevant API changes, so allow at least 4.0, but not 6.0.

github.com/twilight-rs/twilight - 16c70d5865aec9fd6ce748eb47d2d548ac32b523 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - ee76c17cbb3f578e7b64a13d72b911245f3c7fea authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(cache/in-memory): bump to 0.8.1

Fixes

The documentation for `CachedEmoji::available` and `animated` have been
corrected. ([#132...

github.com/twilight-rs/twilight - 8168faca84d82cf90456618823ec22c52550efb1 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(util): bump to 0.8.1

Fixes

Add a missing implementation of `Snowflake` for `CommandVersionId`
([#1315] - [@vilgotf])...

github.com/twilight-rs/twilight - 5ea0387a138421490c1668f88b927eae988d7e91 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.8.1

Additions

Add the API error codes `20029 WriteActionsReached` and `50055
InvalidGuild` ([#1326]...

github.com/twilight-rs/twilight - 785204836ca6c7104dc3b455b4c91a021b884e7d authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.8.1

Changes

`Invite::channel` is now optional ([#1325] - [@zeylahellyer]).

[#1325]: https://github...

github.com/twilight-rs/twilight - eba8f77ee82c88c5419381bf2266d3c136c8fa23 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
docs: remove unnecessary id marker imports (#1333)

These were found by running
```sh
grep -R "\`\`\`" --include \*.rs -A 5 | grep marker
```

github.com/twilight-rs/twilight - 4d89ec44ec34d6dc3fb18c28fcae86819d3328ab authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
refactor: add snowflake getters to `Id<T: Snowflake>` (#1332)

This aids the discoverability of these methods and no longer requires
importing any traits to u...

github.com/twilight-rs/twilight - 540ee9a8e9e4127c1744692a49b50dbac99c2d7d authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - d29085fab58c2b3dc9118dc3627eb77c81215e5d authored almost 3 years ago by Cassandra McCarthy <[email protected]>
fix(cache-inmemory): swapped docs for `CachedEmoji` (#1329)

The docs for `CachedEmoji::available` and `CachedEmoji::animated` were
swapped by accident.

github.com/twilight-rs/twilight - 23e1e7aa2d2e551ea5f2216d47f09a15032d7069 authored almost 3 years ago by Purpzie <[email protected]>
chore: remove needless "rust" tag on doctests (#1328)

Doctests are inferred to be `rust` unless stated otherwise.

github.com/twilight-rs/twilight - 0d366e1f3e19c7c0503924fb3a9fb609fd6f0b99 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
enhancement(all)!: use id<t> markers (#1260)

Instead of having entirely separate types for each type of ID - such as
`ChannelId`s, `MessageI...

github.com/twilight-rs/twilight - 6916bd9671d993965cf2d9eb097ae2bd9f7fa629 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(http/routing): improve test coverage (#1327)

Improve the test coverage of the `twilight_http::routing::route_display`
module by testing the ...

github.com/twilight-rs/twilight - 977c026179818956f98eb076fd170a18fe9cb9e6 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
feat(http/request): add 'try into request' trait (#1162)

Add a sealed trait located at `request::TryIntoRequest` for converting a
typed request builder ...

github.com/twilight-rs/twilight - 380aca347d183f3d4760bc49dfa821fddd7e3d1a authored almost 3 years ago by Zeyla Hellyer <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 957aed46571686c28c5d8890a6c6e3daf2989ca5 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
ci: move codecov to daily action (#1306)

github.com/twilight-rs/twilight - f5a50eccd460c5b12e1cdab304843cca698489b6 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
ci: add custom problem matchers (#1301)

Add custom problem matchers for annotations on the GitHub UI.

github.com/twilight-rs/twilight - 0186364ddc38489571d95d57baacdaa4c6339e69 authored almost 3 years ago by Gryffon Bellish <[email protected]>
feat(http): api error codes as of 2021-12-11 (#1326)

Add two new HTTP error codes:

- 20029: The write action you are performing on the server has ...

github.com/twilight-rs/twilight - c49628ba4201306d088e0fbd9e86865a2993c42f authored almost 3 years ago by Zeyla Hellyer <[email protected]>
chore(model/invite)!: channel is optional (#1325)

The `twilight_model::invite::Invite::channel` field is optional in
Discord's API.

Documentat...

github.com/twilight-rs/twilight - 5a42555feeaf972cae1ef64b9ba6d855767ed9a3 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
enhancement!(http): interaction interface (#1275)

Move the interaction-related requests from the primary `Client` type to
a new `InteractionClient...

github.com/twilight-rs/twilight - 7629d1e90dae180a3c157ea967f90508002c20d6 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(lavalink): update to lavalink 3.4 (#1292)

The "playerUpdate" event from Lavalink has been updated in 3.4 to
include a `connected` field.
...

github.com/twilight-rs/twilight - fb31e3cc1500c5d3e046ae15ee3dd59fd38350e1 authored almost 3 years ago by James Liu <[email protected]>
fix(http): properly serialize `commandborrowed::kind` (#1323)

Renames the `kind` field to `type` when serializing a `CommandBorrowed`.
Fixes an issue brought...

github.com/twilight-rs/twilight - ea7110456440f8e1c72f668c68872fd2a02db709 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
fix(http/api_error): ratelimited variant ordering (#1319)

Fix the ordering of the `ApiError::Ratelimited` variant, which had a
lower priority compared to...

github.com/twilight-rs/twilight - 56a5c69b9e6b5ff4aab69beff02c5397c861f264 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
fix(http): conditionally invalidate client token (#1318)

Conditionally remember whether the configured client token is invalid by
only performing the ch...

github.com/twilight-rs/twilight - 26db820132d824ddb8a49a899825c6db77873bb6 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
fix: variety of clippy lints (#1316)

Fix a variety of clippy lints across the command parser, gateway queue,
gateway, http, and mode...

github.com/twilight-rs/twilight - 173f0e72cfe2477383e33d5c6ced81b0466c3b9a authored almost 3 years ago by Zeyla Hellyer <[email protected]>
fix(http): don't send auth header for interactions (#1317)

Don't send the configured bot token authorization header for interaction
requests. The interact...

github.com/twilight-rs/twilight - c3ab685c6a59adb2dd33c21832833b17073b6366 authored almost 3 years ago by Zeyla Hellyer <[email protected]>
fix(util/snowflake): impl snowflake for commandversionid (#1315)

Implement the `twilight_util::snowflake::Snowflake` trait for
`twilight_model::id::CommandVersi...

github.com/twilight-rs/twilight - 2558743c6a048b8b1ea58f6ef019d020cc50291c authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
release(twilight): bump to 0.8.0

The advertisement crate has been updated to bump development
dependencies.

github.com/twilight-rs/twilight - b94ebdd6dc5a726d052bddc5084930607ed0cbb5 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.8.0

Additions

Results of event processing are now exposed through a `ProcessResults`
struct ([#1160...

github.com/twilight-rs/twilight - 6ca42c64f1379119279db2bfc4db9fb372c46ce8 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(mention): bump to 0.8.0

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

github.com/twilight-rs/twilight - 4c9eff634297b4aaca21e7b356202b674c42640f authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.8.0

Changes

`tracing` is now an optional feature, and enabled by default ([#1203] -
[@Gelbpunkt]).
...

github.com/twilight-rs/twilight - 921da4e85b932375b3e5388b79bd3c7fd44441f2 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(command-parser): bump to 0.8.0

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

github.com/twilight-rs/twilight - 5dc2489c558413ca3be8a11dd9eff283fc19672e authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(cache-inmemory): bump to 0.8.0

Changes

`CachedMember::joined_at` no longer returns an `Option` ([#1278] -
[@vilgotf]).

The `P...

github.com/twilight-rs/twilight - 78f9b4cec043c2aac0f2d42f05348385d35f03e3 authored almost 3 years ago by Cassandra McCarthy <[email protected]>