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

release(twilight) bump to v0.2.2

Enhancements

Add links to crates when mentioned in the README ([#610] - [@vivian]).

[@vivian]:...

github.com/twilight-rs/twilight - e74e30689050278677248ee531ea70179fcb0ad8 authored almost 4 years ago by Vivian Hellyer <[email protected]>
feat(gateway): add session id to shard info (#612)

feat(gateway): add session id to shard info

Signed-off-by: CHamburr <[email protected]>
Appro...

github.com/twilight-rs/twilight - ced2ee3c061acece41aa6375317c4b51c459b4fb authored almost 4 years ago by CHamburr <[email protected]>
chore(twilight/readme): link to crates (#610)

Link to crates where possible in the advertisement crate's README.

Closes #605.

Approved-b...

github.com/twilight-rs/twilight - d53aa63dd8171ca2e765384cda1fc0ca4d135924 authored almost 4 years ago by Vivian Hellyer <[email protected]>
docs: clarify cloning behavior (#607)

Clarify the cloning behavior of the cache, gateway's cluster and shard,
HTTP client, Lavalink c...

github.com/twilight-rs/twilight - 3bd441151acf6499303b9368aec10d59fcf31719 authored almost 4 years ago by Vivian Hellyer <[email protected]>
fix(project): clippy warnings & rust edition idioms (#606)

Approved-by: Jens Reidel <[email protected]>
Approved-by: Vivian Hellyer <[email protected]>...

github.com/twilight-rs/twilight - 47baa8b1292f7699adc23826e807e6b70e2cc9ca authored almost 4 years ago by nickelc <[email protected]>
http: bump to v0.2.3

Additions

Add an `API_VERSION` constant to the root of the library, which is the
version of the...

github.com/twilight-rs/twilight - d7b1206c20a71114929a138b51af1b1a9957c5ae authored almost 4 years ago by Vivian Hellyer <[email protected]>
cache/in-memory: bump to v0.2.2

Enhancements

Don't create useless HashSets in internal functions
([#591] - [@MaxOhn]).

[@MaxOh...

github.com/twilight-rs/twilight - ae6f8dc5c256d2f2e8aafcf3fbf0a82d2eadc508 authored almost 4 years ago by Vivian Hellyer <[email protected]>
model: bump to v0.2.2

Fixes

Create a new trimmed down channel type for embedded use in invites
([#601] - [@sam-kirby]...

github.com/twilight-rs/twilight - 8eb8e6d37f2d82faa63cc3cd82b15be6df7cdb59 authored almost 4 years ago by Vivian Hellyer <[email protected]>
fix(model/invite): fix invite partial channel (#601)

Discord returns only a partial channel, which cannot be deserialized
into a full channel.

Th...

github.com/twilight-rs/twilight - 85a33178537a32e294e3af12762151bade13a4f1 authored almost 4 years ago by Sam Kirby <[email protected]>
http: fix permission field serialization on RoleFields (#602)

Currently, `RoleFields` renames the `permissions` field to `permissions_new` on serialization. S...

github.com/twilight-rs/twilight - 702d88cb84d712b4301b6599827fc8628bb8af55 authored almost 4 years ago by Sam Kirby <[email protected]>
http: move api version to a public const (#598)

Signed-off-by: AEnterprise <[email protected]>
Co-authored-by: Cassandra McCarthy <c...

github.com/twilight-rs/twilight - 4dcb3140110c0c0640457edcf6564ce7645172ee authored almost 4 years ago by AEnterprise <[email protected]>
fix(http/execute_webhook): handle optional messages (#599)

The execute webhook route returns an optional
`twilight_model::channel::Message` depending on w...

github.com/twilight-rs/twilight - d31f58b3d4bc41fbee8a0a319ecb00c1c28afce7 authored almost 4 years ago by Erk <[email protected]>
refactor(cache): don't return useless hashsets (#591)

In the in-memory cache, don't allocate and return HashSets of inserted
IDs from internal cachin...

github.com/twilight-rs/twilight - 2a74181d291551f352bd7bdd549ba8a7b7665f4d authored almost 4 years ago by Max <[email protected]>
http: bump to v0.2.2

Additions

Handle service unavailability (503) errors, returning a new error
variant when encoun...

github.com/twilight-rs/twilight - 202705956d448d9015c9f66f3910dcbc84703964 authored almost 4 years ago by Vivian Hellyer <[email protected]>
gateway-queue: bump to v0.2.1

Enhancements

Remove broken cross-crate links ([#595] - [@vivian]).

[@vivian]: https://github.c...

github.com/twilight-rs/twilight - 339424c668fc6a7bdcbdb45041c6e94ae6614068 authored almost 4 years ago by Vivian Hellyer <[email protected]>
model: bump to v0.2.1

Additions

Add gateway and voice close codes and voice opcodes
([#586] - [@chamburr]).

Enhancem...

github.com/twilight-rs/twilight - 27577f215ec9db9470eb48b0e087c142a815508c authored almost 4 years ago by Vivian Hellyer <[email protected]>
cache-inmemory: bump to v0.2.1

Additions

Cache members and users received from new
messages ([#590] - [@MaxOhn]).

[@MaxOhn]: ...

github.com/twilight-rs/twilight - 3812de1863531cf9c59738ef0f318f22fc9c74b6 authored almost 4 years ago by Vivian Hellyer <[email protected]>
feat(http/client): take note of invalid tokens (#597)

In the HTTP client take note of when the configured token is invalid and
prevent new requests f...

github.com/twilight-rs/twilight - 8d9ea22793d6ffa6ea64031c750c3a0637582714 authored almost 4 years ago by Vivian <[email protected]>
feat(http/api_error): add 3 new variants (#594)

Add API error codes 20022, 50024, and 50033.

- 20022: This message cannot be edited due to an...

github.com/twilight-rs/twilight - 626db8e6526d8354beaa39bfb63cd6e46a099357 authored almost 4 years ago by Vivian <[email protected]>
docs(gateway-queue): remove cross-crate links (#595)

Remove cross-crate links, causing broken links in rendered
documentation.

Closes #559.

Ap...

github.com/twilight-rs/twilight - 08a0691836228fab1eb38d277a03635c6233242c authored almost 4 years ago by Vivian <[email protected]>
feat(http): handle service unavailability errors (#592)

When handling HTTP responses, check if the status code is a 503
(Service Unavailable). If so, r...

github.com/twilight-rs/twilight - 2e94dbc619157fc59e32f3043669bfa62e8c82b6 authored almost 4 years ago by Vivian <[email protected]>
feat(model): add missing gateway, voice codes (#586)

Add close codes for the gateway and voice, `gateway::CloseCode` and
`voice::CloseCode` respecti...

github.com/twilight-rs/twilight - 71db94d8c4e7a9b3987410586d0a7c412bc4d375 authored almost 4 years ago by CHamburr <[email protected]>
feat(cache/in-memory): cache message user, member (#590)

Since `MessageCreate` events contain a Message which in turn contains an
author `User` and a po...

github.com/twilight-rs/twilight - 2a7ba8c5dc0d3aaa2cfd7a5c82c358be4dfae493 authored almost 4 years ago by Max <[email protected]>
command-parser: bump to v0.2.2

Remove the `unicode-segmentation` dependency due to the functionality
used from it also being in...

github.com/twilight-rs/twilight - ef31c7347562a26ec170f27bd24b6cd385ccd9e8 authored almost 4 years ago by Vivian Hellyer <[email protected]>
lavalink: bump to v0.2.1

Update the installation instructions to note version 0.2 instead of
version 0.1 ([#588] - [@vivi...

github.com/twilight-rs/twilight - dfe3ba39c410cc41358c5b6434756c7e66761110 authored almost 4 years ago by Vivian Hellyer <[email protected]>
http: bump to v0.2.1

Update the installation instructions to note version 0.2 instead of
version 0.1 ([#588] - [@vivi...

github.com/twilight-rs/twilight - 1e6a909bcf49aa992a7d124325157447dfb3f544 authored almost 4 years ago by Vivian Hellyer <[email protected]>
gateway: bump to v0.2.1

Update the installation instructions to note version 0.2 instead of
version 0.1 ([#588] - [@vivi...

github.com/twilight-rs/twilight - f4690e12182bfada46691302c17acf7f00848222 authored almost 4 years ago by Vivian Hellyer <[email protected]>
twilight: bump to v0.2.1

Update the installation instructions to note version 0.2 instead of
version 0.1 ([#588] - [@vivi...

github.com/twilight-rs/twilight - dd262e3e9f6bd40f4c7165a67e36213bffa25faa authored almost 4 years ago by Vivian Hellyer <[email protected]>
command-parser: remove 'unicode-segmentation' dep (#585)

Remove the `unicode-segmentation` dependency from the Command Parser.
It was added in #575 to s...

github.com/twilight-rs/twilight - 0c740edc33a6d477f2243a75b60ecdac1c2cbd46 authored almost 4 years ago by Vivian <[email protected]>
project: update readme installation version to 0.2 (#588)

Update the READMEs of the gateway, http, lavalink, and advertisement
crates to mention version ...

github.com/twilight-rs/twilight - 5b061135d2b408bdef4c5049153fff3bf956fb1f authored almost 4 years ago by Vivian <[email protected]>
command-parser: bump to v0.2.1

Fixes

Take whitespace after prefixes into account when creating the initial
index for argument ...

github.com/twilight-rs/twilight - d190d7f4db22e0f2c988e43504fa709c33b04b3b authored almost 4 years ago by Vivian Hellyer <[email protected]>
command-parser: handle whitespace after prefix (#584)

Handle whitespace after the prefix. While the buffer `!bar baz` parses
into the prefix `!`, com...

github.com/twilight-rs/twilight - 537ebeda66ebe291a2aabd9f6d18b66c13473574 authored almost 4 years ago by Vivian <[email protected]>
cache, model: document gateway intents (#582)

This documents gateway intents in the model crate, and also specifies in
each cache method the ...

github.com/twilight-rs/twilight - f9077f3cb23e55b43af0c6c2b55330806b333e52 authored almost 4 years ago by Cassandra McCarthy <[email protected]>
util: bump to v0.2.0

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

github.com/twilight-rs/twilight - c0d022527daf22ac00bf658688d740f99c3f3890 authored almost 4 years ago by Vivian Hellyer <[email protected]>
twilight: bump to v0.2.0

The advertisement crate is being bumped to update development
dependencies.

Signed-off-by: Vivi...

github.com/twilight-rs/twilight - d7c21973f89c8aaa6f6de1efa15acd5dfc9702e5 authored almost 4 years ago by Vivian Hellyer <[email protected]>
standby: bump to v0.2.0

This major version bump of Standby is done to match all of the other
crates in the ecosystem rec...

github.com/twilight-rs/twilight - 9e086b82071314e12ad23ec0edeb5c9a0943ce2e authored almost 4 years ago by Vivian Hellyer <[email protected]>
model: bump to v0.2.0

This version of the crate includes changes needed to support version 8
of the Discord Gateway an...

github.com/twilight-rs/twilight - e23c364bac87bfd6c8b84cb6403b97527c1d435f authored almost 4 years ago by Vivian Hellyer <[email protected]>
mention: bump to v0.2.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 - 4282756d0b08c0c8b788fa75b8e7bad822643fd4 authored almost 4 years ago by Vivian Hellyer <[email protected]>
lavalink: bump to v0.2.0

This major version bump of the Lavalink client is primarily done to
match all of the other crate...

github.com/twilight-rs/twilight - b317a2ab0c18c1b92a798009362fde48d639db1a authored almost 4 years ago by Vivian Hellyer <[email protected]>
http: bump to v0.2.0

This major version of the crate primarily includes changes needed to
support version 8 of the Di...

github.com/twilight-rs/twilight - d6da7ccf8271e4ffedfb603be159a1a893e0723c authored almost 4 years ago by Vivian Hellyer <[email protected]>
gateway: bump to v0.2.0

This major version of the crate primarily includes changes needed to
support version 8 of the Di...

github.com/twilight-rs/twilight - 0b34859426eeb52043092844d6d561a5d7895fe9 authored almost 4 years ago by Vivian Hellyer <[email protected]>
embed-builder: bump to v0.2.0

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

github.com/twilight-rs/twilight - 62b59fbc9bb00f8bc336f23c3ea92a0173b21042 authored almost 4 years ago by Vivian Hellyer <[email protected]>
command-parser: bump to v0.2.0

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

github.com/twilight-rs/twilight - b899bae4bee9244bcc4464c42ba1120097f52e56 authored almost 4 years ago by Vivian Hellyer <[email protected]>
cache/in-memory: bump to v0.2.0

Fixes

Correctly maintain relation sets for guilds. For example, the set of
the IDs of roles wit...

github.com/twilight-rs/twilight - 302117957b277f193d7e32517a89f54190c59e76 authored almost 4 years ago by Vivian Hellyer <[email protected]>
actions: add the util crate to the test matrix (#580)

Signed-off-by: Constantin Nickel <[email protected]>
Approved-by: Cassandra McCarthy ...

github.com/twilight-rs/twilight - 03cc1227a697f9b5a4af314334f648c05d8e2c90 authored almost 4 years ago by nickelc <[email protected]>
http/request: remove deprecated methods (#581)

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

github.com/twilight-rs/twilight - 732c807b08e2822e158f5963bb4d7f1949ae5c80 authored almost 4 years ago by Vivian <[email protected]>
project: turn issue templates into comments (#578)

Signed-off-by: Constantin Nickel <[email protected]>
Approved-by: Cassandra McCarthy ...

github.com/twilight-rs/twilight - 5fc16ac27b135b306137b318e8b01200bb2aa4ca authored almost 4 years ago by nickelc <[email protected]>
command-parser: add unicode support to the Arguments struct (#575)

Add unicode support to the `Arguments` iterator by using
`unicode-segmentation`, along with inc...

github.com/twilight-rs/twilight - 220e0211c99dce7d7e2af226e4d9f32ef370336d authored almost 4 years ago by Gautam Abhyankar <[email protected]>
http,model: fix integration fields, remove deprecated method (#579)

In `twilight_model`, update `guild::GuildIntegration`'s
`expire_behavior`, `expire_grace_period...

github.com/twilight-rs/twilight - 6f35aacb88961f586f599afa7165ae7d68aebb26 authored almost 4 years ago by Erk <[email protected]>
model: change type of CurrentApplicationInfo's id field (#569)

The `id` field on the `CurrentApplicationInfo` struct was of the type `UserId` where it document...

github.com/twilight-rs/twilight - ed5e93aa7b14019cf745ded19405f962f3b7f2a0 authored almost 4 years ago by Zachary Kohnen <[email protected]>
model: add Option for CurrentUser::verified (#564)

* add Option for CurrentUser::verified

* update tests to reflect the change

* Add document...

github.com/twilight-rs/twilight - 7fa831d862e6e06e82eece3d269029d1eec99f46 authored almost 4 years ago by Zachary Kohnen <[email protected]>
gateway: add option of gateway url to shard config (#568)

* Add option of gateway url to shard config

Twilight currently gets the gateway url for each ...

github.com/twilight-rs/twilight - 8c263e470645f0573b7a09358baef460fc37a04a authored almost 4 years ago by Erk <[email protected]>
http: add features field to CurrentUserGuild (#567)

Add missing features field to CurrentUserGuild, as per https://discord.com/developers/docs/resou...

github.com/twilight-rs/twilight - a7c2d0f45d47be050a5e5fe55721b64eb697384f authored almost 4 years ago by CHamburr <[email protected]>
model: add missing fields to CurrentUser (#565)

* model: add missing fields to CurrentUser

* add more fields and document the ones that are t...

github.com/twilight-rs/twilight - fd19167454b881576ac06af89ac4161e4bc5deca authored almost 4 years ago by Zachary Kohnen <[email protected]>
http: add bucket remaining time estimation method (#547)

* Add a method to access Ratelimiter from http::Client and one to provide estimates for route ra...

github.com/twilight-rs/twilight - 412824f1ed762c863aac69672b58d30828cf07e4 authored almost 4 years ago by Jens Reidel <[email protected]>
http: fix ClientBuilder ignoring reqwest_client (#563)

Fixes an oversight in the design of the http `ClientBuilder` where you are unable to override th...

github.com/twilight-rs/twilight - a13149953599c48b37f106fe8841ca5f663df602 authored almost 4 years ago by Zachary Kohnen <[email protected]>
cache/in-memory: remove outdated hint of customization (#576)

Cache is customized with `InMemoryCache::builder`

github.com/twilight-rs/twilight - 460218ccfbc52097ecaeb3d22482055fec8766b9 authored almost 4 years ago by nickelc <[email protected]>
project: add CONTRIBUTING.md and issue templates (#558)

* add CONTRIBUTING.md

* some changes

* change name format requirement to `must`
* add r...

github.com/twilight-rs/twilight - b502b48f6f4dadb6755cf2dc5c13042b0c109eed authored almost 4 years ago by Cassandra McCarthy <[email protected]>
util: highlight features in documentation with #[doc(cfg)] (#571)

Rustdoc will render the item with a banner explaining that the item is
only available with cert...

github.com/twilight-rs/twilight - 7142d7bce00fcb46290fc931bd6abcc792f76185 authored almost 4 years ago by nickelc <[email protected]>
actions: replace actions-rs/cargo with run steps (#572)

The action is pretty verbose for the simple task it is doing here.

github.com/twilight-rs/twilight - 0231a9ea88f09112334bd82149dc5cb2714863da authored almost 4 years ago by nickelc <[email protected]>
gateway, lavalink: fix async-tungstenite's `tokio-rustls` usage in docs (#560)

Updates the documentation to reflect the changes with the feature flags passed to async-tungsten...

github.com/twilight-rs/twilight - 415e5ff29542266024d8f952e86482851d86bafe authored almost 4 years ago by nickelc <[email protected]>
cache: fix missing guild specific insert in cache_emoji(s) (#557)

Fixes an oversight in the `InMemoryCache` implementation similar to that of #540 where certain p...

github.com/twilight-rs/twilight - 4c518f39d55a573068fb1b666900355848aea7f7 authored almost 4 years ago by Zachary Kohnen <[email protected]>
lavalink: bump to v0.2.0-beta.1

Enhancements

Update `async-tungstenite` from ^0.8 to ^0.9.3, switching the RusTLS
feature selec...

github.com/twilight-rs/twilight - a6e356ccf9eb396681b742026e25bb78b5f88481 authored almost 4 years ago by Vivian Hellyer <[email protected]>
gateway: bump to v0.2.0-beta.1

Enhancements

Update `async-tungstenite` from ^0.8 to ^0.9.3, switching the RusTLS
feature selec...

github.com/twilight-rs/twilight - 2661668add09908538cb3524cce65342cb29a886 authored almost 4 years ago by Vivian Hellyer <[email protected]>
http: bump to v0.2.0-beta.2

Add support for the Followed Channels API feature ([#556] - [@Gelbpunkt]):

- `api_error::ErrorC...

github.com/twilight-rs/twilight - d5d3c9a9ca76f5258732195c20080ba554c859ca authored almost 4 years ago by Vivian Hellyer <[email protected]>
model: bump to v0.2.0-beta.2

Add the `channel::FollowedChannel` struct to include support for the
Followed Channels API featu...

github.com/twilight-rs/twilight - a5d6cabea64360d9ec31603bf6c9e3265cdd7b73 authored almost 4 years ago by Vivian Hellyer <[email protected]>
cache/in-memory: bump to v0.2.0-beta.2

Fixes

Fix voice state map retaining user states, causing false duplicate voice
states for a sin...

github.com/twilight-rs/twilight - 9c75c08fbb443a16cb84f8b8fc922ebb067b164c authored almost 4 years ago by Vivian Hellyer <[email protected]>
http: add crossposting and channel following (#556)

* Add support for message crossposting and http error code 40033

* Add support for following ...

github.com/twilight-rs/twilight - 23a9b76e32aab122ec03d9d47d62146826fcc2a8 authored almost 4 years ago by Jens Reidel <[email protected]>
gateway,lavalink: switch to async-tungstenite/tokio-rustls (#548)

github.com/twilight-rs/twilight - 618e17469843632e4b7197a9d3ddd067cf49bf62 authored almost 4 years ago by nickelc <[email protected]>
Fix voice state cache consistency bug (#555)

The Problem:
The cache was producing a bug where the `voice_state_channels` lookup
map was ret...

github.com/twilight-rs/twilight - 650e1d283787df54adf92afed5fb95ee0ba39fd9 authored about 4 years ago by Zachary Kohnen <[email protected]>
Create a new CurrentUserGuild type which is a very stripped partial guild (#550)

The `GetCurrentUserGuilds` requests was failing because the partial
guild sent by Discord were ...

github.com/twilight-rs/twilight - 18530e91e2ade75baec655af6fa551b049a83ec4 authored about 4 years ago by Zachary Kohnen <[email protected]>
util: bump to v0.2.0-beta.0

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

github.com/twilight-rs/twilight - 8302b151498b52da1247e284b2391c396b4f3bd4 authored about 4 years ago by Vivian Hellyer <[email protected]>
standby: bump to v0.2.0-beta.0

This major version bump of Standby is done to match all of the other
crates in the ecosystem rec...

github.com/twilight-rs/twilight - a5bb1e365217476b6a946a40b95bc9cfd1701afe authored about 4 years ago by Vivian Hellyer <[email protected]>
mention: bump to v0.2.0-beta.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 - e84ef6052b49089e2c64380dc21532bb7c257511 authored about 4 years ago by Vivian Hellyer <[email protected]>
lavalink: bump to v0.2.0-beta.0

This major version bump of the Lavalink client is done to match all of
the other crates in the e...

github.com/twilight-rs/twilight - ef31edaf76454e922f22779acb2489e75489a077 authored about 4 years ago by Vivian Hellyer <[email protected]>
embed-builder: bump to v0.2.0-beta.0

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

github.com/twilight-rs/twilight - 33b67c0b24ac25c5b9464fcf5b4bf2be8f2f2305 authored about 4 years ago by Vivian Hellyer <[email protected]>
command-parser: bump to v0.2.0-beta.0

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

github.com/twilight-rs/twilight - 43858759d58bea69e7865c77b784106fcff7408b authored about 4 years ago by Vivian Hellyer <[email protected]>
cache/in-memory: bump to v0.2.0-beta.1

Fixes

Correctly maintain relation sets for guilds. For example, the set of
the IDs of roles wit...

github.com/twilight-rs/twilight - 407d5f56eee6e5f28ec465da21b23b6c7a8d04e7 authored about 4 years ago by Vivian Hellyer <[email protected]>
model: bump to v0.2.0-beta.1

Additions

Implement [Application Integrations][0.2.0-beta.1:app integrations]
([#549] - [@Erk-]...

github.com/twilight-rs/twilight - 5c057fd38710b8f54a91565881d5873f36d565ac authored about 4 years ago by Vivian Hellyer <[email protected]>
http: bump to v0.2.0-beta.1

Additions

Implement [Application Integrations][0.2.0-beta.1:app integrations]
([#549] - [@Erk-]...

github.com/twilight-rs/twilight - d87d821c08c24d4a6dc94480fba46a1dbf4a96f5 authored about 4 years ago by Vivian Hellyer <[email protected]>
Fix cache not being updated in GuildUpdate event (#553)

Fix extranous clone of arc
the extra clone of the arc lead to the cache not being updated

github.com/twilight-rs/twilight - e2e1cf3eb22d460758b08376f6ac0620a9aa24cf authored about 4 years ago by Zachary Kohnen <[email protected]>
fix missing guild specific insert in cache_role(s) and cache_member(s) (#540)

* fix missing insert in cache_role

Co-authored-by: nickelc <[email protected]>
C...

github.com/twilight-rs/twilight - e9f3e4ce46341f6d7f59c4c2e3cda91e73834e2c authored about 4 years ago by Zachary Kohnen <[email protected]>
Implement application integrations (#549)

* Implement application integrations

This changeset implements the application integrations
...

github.com/twilight-rs/twilight - 4807dcd5f7c728d4a1cd36199662090d04503784 authored about 4 years ago by Erk <[email protected]>
readme: add gateway-queue, util to crate list (#552)

Add the new `gateway-queue` and `util` crates to the main crate's
readme.

Signed-off-by: Val...

github.com/twilight-rs/twilight - 41222361df87c631ce28b3d287fbf413130f166b authored about 4 years ago by Erk <[email protected]>
gateway: bump to v0.2.0-beta.0

This beta version of major version 0.2 of the crate includes changes
needed to support version 8...

github.com/twilight-rs/twilight - 3a1443e88bee0abc543b9cc92ed2e5665e685b84 authored about 4 years ago by Vivian Hellyer <[email protected]>
http: bump to v0.2.0-beta.0

This beta version of major version 0.2 of the crate includes changes needed to
support version 8...

github.com/twilight-rs/twilight - 954cfa0bd5e2678d69fa27083e2b03a2f7d31c28 authored about 4 years ago by Vivian Hellyer <[email protected]>
cache/in-memory: bump to v0.2.0-beta.0

This beta version of major version 0.2 of the crate includes changes needed to
support `twilight...

github.com/twilight-rs/twilight - addfc76dc0f3f36bd09c28821cac9252fc3b2141 authored about 4 years ago by Vivian Hellyer <[email protected]>
model: bump to v0.2.0-beta.0

This beta version of major version 0.2 of the crate includes changes
needed to support version 8...

github.com/twilight-rs/twilight - 071f72f19f8bb18d9397d437ad9ae833f2e08b85 authored about 4 years ago by Vivian Hellyer <[email protected]>
project: update to api v8 (#532)

Update all of the libraries to API version 8, documented here:
<https://github.com/discord/disc...

github.com/twilight-rs/twilight - e17c0f542d8e41a9137adb584c43bb6d3c4e7f97 authored about 4 years ago by Vivian <[email protected]>
command-parser: bump to v0.1.2

Fixes

- Fix typos in links ([#515] - [@nickelc])

[@nickelc]: https://github.com/nickelc
[#515]...

github.com/twilight-rs/twilight - 2c26ee23d1da7252b2e58b9d845380e32bb05931 authored about 4 years ago by Vivian Hellyer <[email protected]>
gateway: bump to v0.1.3

Enhancements

- Split the `queue` module into the `twilight-gateway-queue` crate to
avoid pullin...

github.com/twilight-rs/twilight - 3c782ca5d7a1cc8962d647c58397889744839c30 authored about 4 years ago by Vivian Hellyer <[email protected]>
gateway-queue: prepare for 0.1 publishing

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

github.com/twilight-rs/twilight - 9a0dca4e6b1c463fd8f11fcbb24724b8b594d9cc authored about 4 years ago by Vivian Hellyer <[email protected]>
Fix gateway-queue standalone with sink feature (#538)

github.com/twilight-rs/twilight - 72af8f662914be5fb0d3d710f1569d4230c70530 authored about 4 years ago by Jens Reidel <[email protected]>
util: prepare for 0.1 publishing

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

github.com/twilight-rs/twilight - 3cefa0dc1a7087a27bac03d3752da5065ba676dd authored about 4 years ago by Vivian Hellyer <[email protected]>
Move gateway-queue to a separate crate (#537)

* Move gateway-queue to a seperate crate

* Move gateway-queue to gateway/queue

* Add featu...

github.com/twilight-rs/twilight - 06fa66917f9dc7348db35ac53caa2c58884348af authored about 4 years ago by Jens Reidel <[email protected]>
http: bump to v0.1.6

Fixes

- Use correct route for `GetUserApplicationInfo` request ([#534] - [@Erk-])

[@Erk-]: htt...

github.com/twilight-rs/twilight - be6193d7b6b67b8ff352c87397600d7c0e980ed2 authored about 4 years ago by Vivian Hellyer <[email protected]>
cache/in-memory: bump to v0.1.1

Added

- Add methods to fetch guild relation ID sets ([#528] - [@Erk-])

[@Erk-]: https://github...

github.com/twilight-rs/twilight - 4b7a962b72d11d6c88c966a02f8dae724f644713 authored about 4 years ago by Vivian Hellyer <[email protected]>
util: build docs with all features (#535)

github.com/twilight-rs/twilight - 0f2061bd8f67c5f1ac94352a1fb77d9ee9509d4a authored about 4 years ago by nickelc <[email protected]>
util: add snowflake parsing (#533)

Initialize the new twilight-util crate with the first feature, snowflake
parsing.

The embed-...

github.com/twilight-rs/twilight - bc891406159ea300975cdb1c9e9d5fe9b0ab37bc authored about 4 years ago by Colin Adler <[email protected]>
Use the correct route for `http.current_user_application()` (#534)

* Use the correct route for `http.current_user_application()`

Signed-off-by: Valdemar Erk <va...

github.com/twilight-rs/twilight - 8a77db3ab4588c7d2420a7a471550436c3882ebb authored about 4 years ago by Erk <[email protected]>