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(util): bump to 0.5.2

Additions

Document the `link` feature. This was already present, just not
mentioned in any docu...

7e834315d22bbf37fb745e4e8075c647edfbbdbc authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(cache/in-memory): bump to 0.5.2

Additions

Add an integration for the in-memory cache that uses the `util` crate's
permission ca...

8dc52f679deadbb602b33b377bc58b1734ab06b3 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.5.3

Changes

The event stream returned by `Cluster::new` and `ClusterBuilder::build`
is now a named ...

698e4c51939ff83ac638f5e5540eabe776dc242d authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.5.4

Additions

Add `Client::get_interaction_original` ([#1013] - [@SuperiorJT]).

Changes

Channel n...

3a94a3d2b51ad14413e56247244c79f6284edbf2 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.5.3

Additions

Add `available`, `guild_id`, `sort_value`, and `user` fields to
`Sticker`. Also add t...

b46b038e2bd5684c830df35457df49121cf02355 authored over 3 years ago by Cassandra McCarthy <[email protected]>
fix(model): deserialize `rtc_region` (#1030)

This has been tested.

Fixes #1014.

11156f17b4d0ab56bd9c66f0a85b8fc29df24b81 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(model): bring stickers up to date (#1029)

Add the `available`, `guild_id`, `sort_value`, and `user` fields to
`Sticker`. Additionally, ad...

f77cfb3ff83d350b71df4728df38d7c76c0365b1 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(cache): add permission calculator integration (#874)

Add an integration for the in-memory cache that uses the `util` crate's
permission calculator. ...

5d708c848482a3589395071c41600225d92c836e authored over 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(gateway/inflater): add tests (#1026)

Add tests for the inflater, checking the state of buffers as they're
added to and used to defla...

08494c4a9759b0a76005513e7dc95f33fb8eb05d authored over 3 years ago by Zeyla Hellyer <[email protected]>
feat(gateway/cluster): concrete events type (#1021)

Add a concrete `cluster::Events` type wrapping a `SelectAll` of the
shards' events. Like the pr...

e761c4a99b5df02b548eea8b3963ab013557479d authored over 3 years ago by Zeyla Hellyer <[email protected]>
fix(http/update_original_response): return message (#1023)

`UpdateOriginalResponse` currently resolves to a unit once the request
has been sent. This beha...

0872438ea9267b2804abee0b5381718b51386bf7 authored over 3 years ago by Gautam Abhyankar <[email protected]>
enhancement(http): 4096 embed description limit (#1024)

Update the embed description length limit in `request::validate` from
2048 to 4096.

Closes #...

51a566892050cc840c426e01d9fc1aecb245ff74 authored over 3 years ago by Zeyla Hellyer <[email protected]>
feat(http): minimum channel name len is 1 (#1012)

The new minimum channel name length is 1 UTF-16 character.

Relates to #855 which updated the ...

942674365a43826d76eccb51dd55aef3637a51ed authored over 3 years ago by Zeyla Hellyer <[email protected]>
feat(http): add http route to get an original interaction response message (#1013)

This PR adds a http client function to fetch the original response. Just like `DeleteOriginalRes...

ce95dd2fbdedbd627d0a21f7adbc0fed9ea733b6 authored over 3 years ago by Justin Miller <[email protected]>
docs(util): document the 'link' feature (#1011)

Document the `link` feature by noting that it provides implementations
for parsing and formatti...

63ad6e0b8b2ec78417ba6f9eac5f159c3f1cce13 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to v0.5.3

Additions

Add support for the following API error codes:

- 10059: Unknown discoverable server ...

623a33a9ea6a1d61adc306a98b5e7d853453539b authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to v0.5.2

Additions

Support invite stage instances ([#993] - [@7596ff]).

[@7596ff]: https://github.com/7...

3e362a5a0fa078ca46799fe24a4cbac53faf756a authored over 3 years ago by Zeyla Hellyer <[email protected]>
feat(model): invite stage instance (#993)

Add support for the `Invite::stage_instance` field containing
information about the linked stag...

8a0c8f9585328c15477f9a71e798b5e870860cc5 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(http/api_error): add 6 new error codes (#1006)

Add 6 new HTTP API error codes:

- 10059: Unknown discoverable server category
- 10060: Unkno...

1fb81e9245136ad82424f4df4201c7319cb0a5c4 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to v0.5.2

Fixes

The display formatters for `routing::Route`'s `SetGuildCommands` and
`UpdateGlobalCommand...

09279860f081c64da65e7291a6400a1f77cda381 authored over 3 years ago by Zeyla Hellyer <[email protected]>
fix(http/routing): correctly format some routes (#1005)

Correctly format the `SetGuildCommands` and `UpdateGlobalCommand`
routes, which formatted the s...

3bd92c2183e583fd810b8e5bc309f80da082a632 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(util): bump to v0.5.1

Additions

Add a calculator for calculating the permissions of a member on a guild
level or in a...

67941b97bda2052b0791d486c2da184a482d3181 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(mention): bump to v0.5.1

Additions

Support the new timestamp (`<t:unixtimestamp:?style>`) format via the
new `timestamp`...

232d40a7ae1d456a1e860fa2c1fe00b22c14974c authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(lavalink): bump to v0.5.1

Enhancements

Improve the `Display` implementation performance of `NodeError`'s
`Display` implem...

3282165e3bcc716cb69671dbcf265e95274501c1 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to v0.5.1

Additions

Support setting multiple embeds in the `CreateMessage` and
`UpdateMessage` requests v...

f61f869d1f625f45b0f1e4a3c25f74d33552b844 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(gateway): bump to v0.5.2

Fixes

Tick ratelimiter only on successful message sends via shards and
clusters, now avoiding d...

8636ad93284b273f96ee6dbd80ee43c7850f6789 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(embed-builder): bump to v0.5.1

Enhancements

Improve the `Display` implementation performance on the `EmbedError` by
calling `F...

b9e951f1dc739343081484f5abf25311c1960324 authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(cache/in-memory): bump to v0.5.1

Fixes

Properly add new roles to guilds' roles relation; roles would be added
to the cache and c...

48ede136bf857feb9c2fcc32a348da92a149fa3f authored over 3 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to v0.5.1

Upgrade Path

`gateway::payload::reaction_remove_emoji::PartialEmoji` has been
removed.

`gatewa...

d866124fc3b8d84c61cccd46ea184780ca22997b authored over 3 years ago by Zeyla Hellyer <[email protected]>
chore(cache): document remaining public items (#989)

Part of #542.

Co-authored-by: Zeyla Hellyer <[email protected]>

e417ddf05c2b3c40770c788320101f6d3b72b7bb authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(model): `Webhook::{source_channel, source_guild}` (#961)

Moves `Webhook` and `WebhookType` to a public module, and keeps
re-exports.

Fixes #841.

ded3cee9e3f961e8f943d44978b21823375a195f authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(http): add new stage error codes (#955)

Part of #954.

85350b075d9d8751aafe86d1c069b1e7b37270a0 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(util): add a permission calculator (#834)

Add a calculator to calculate the permissions of a member on a
guild-level or a channel-level t...

cd29765bc55f3bcc3b06f0719bb7a01178c88533 authored over 3 years ago by Zeyla Hellyer <[email protected]>
chore(gateway,http): fix `disjoint_capture_migration` lint (#1000)

Fixes a lint appearing in our docs CI.

1617e5049d89bdf12cb1f54cd04e203767cbbd4c authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(http): set multiple embeds in create and update message (#987)

In `CreateMessage`, the `embed` function behaves the same. `embeds` was
added which validates a...

2351584bac481b17dc9bd7be474a163dea74d95e authored over 3 years ago by Cassandra McCarthy <[email protected]>
fix(http/update_guild_member): correctly set nick (#949)

Correct the setting of the `nick` field in the `UpdateGuildMember`
request. Prior when set if a...

17dc0515f9393b351c7d7f520ae797b36d59e9a6 authored over 3 years ago by Zeyla Hellyer <[email protected]>
feat(http): Don't allocate without simd feature (#994)

Since `simd_json::from_slice` requires a mutable reference,
deserializing always required to co...

e4fb46f65ea1b3d31b90c51ea42513b9a9340b6d authored over 3 years ago by Max <[email protected]>
chore(standby): promote missing_docs to deny (#988)

This crate was actually already fully documented.

Part of #542.

680eaa232582c5d1898c3ac67ef5f3d8db10eb02 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(http/reaction): add display formatter (#967)

Add a `Display` formatter for
`request::channel::reaction::RequestReactionType`. The new method...

6d24d723717ef93ad5269bf6bb1b52d01472dcfd authored over 3 years ago by Zeyla Hellyer <[email protected]>
feat(http/request): creating raw requests (#963)

Support the ability to create a request from its raw parts via the
builder. The new `request::R...

0cb4b245c7381a65cb4ff7ef7d64d2a8daf319ae authored over 3 years ago by Zeyla Hellyer <[email protected]>
fix(gateway/shard): emit disconnects on self close (#964)

We emit `Event::ShardDisconnected` events when the remote sends a close
message, but we don't e...

0b2447d0b343c6fdb80c69b6ad80024b7e48dc0b authored over 3 years ago by Zeyla Hellyer <[email protected]>
fix(cache,model): Make `ReactionRemoveEmoji::emoji` a `ReactionType` (#958)

Turns out, we store a `ReactionType` in the cache, so this change actually
simplifies the cache...

35ccdd6104bf8b1d713cce3d5e7433379a0ec6ad authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(model): `Webhook::url` (#957)

Fixes #861.

4d34320073618e6fece54dae6930e0cf4db9174a authored over 3 years ago by Cassandra McCarthy <[email protected]>
fix(cache): properly insert new roles (#952)

Fixes an issue where new roles were cached, but not added to the guild roles map.

57cca404899b32c1290f04aa8fe2cc9cfcb0a304 authored over 3 years ago by Cassandra McCarthy <[email protected]>
refactor(http): fix non-idiomatic usage of self (#948)

Fix an instance of a non-idiomatic usage of `self` by replacing usage
from `Self::_foo(self, ar...

8c049f18c9c5978e89538938d7aef854abe3eb01 authored over 3 years ago by Zeyla Hellyer <[email protected]>
refactor(http/request): use nullable field enum (#947)

Instead of setting fields in request field structs as
`Option<Option<T>>`s - causing us to need...

46e4b35d06453ca5909d3955ce9f660c9aeb7e58 authored over 3 years ago by Zeyla Hellyer <[email protected]>
refactor: use formatter calls over write macro (#944)

Instead of using the `write!` and `format_args!` macros use `Display`
and `Formatter` method ca...

e8214fe909603886eb022552706240c65d6d2f8a authored over 3 years ago by Zeyla Hellyer <[email protected]>
fix(gateway/shard): tick only on successful sends (#965)

When a session is inactive the shard's ratelimiter will still be ticked,
even though an inactiv...

aa82f6f7826bbcd814e53706bc1f0f658cbe68ae authored over 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(http/routing): split into methods (#962)

Deprecate `routing::Route::into_parts` and replace it with three
methods: `display` to create a...

89d81b095d0d97cae4b8b73cf8b8ec8e34347c37 authored over 3 years ago by Zeyla Hellyer <[email protected]>
enhancement(cache/in-memory): remove tracing, serde `rc` feature (#960)

Remove `tracing` from the cache as a dependency due to no longer being
used. Additionally due t...

c7ee57c7ec21ff2235514df592c59fc8d61a5a91 authored over 3 years ago by Zeyla Hellyer <[email protected]>
refactor(cache): move accesor methods back to root `impl` block (#953)

Moves the accessor methods back to the root level `impl` block, which
makes rustdoc only show o...

e82ab325b5d124e7647cf2df2dc9dd00b7b244c6 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to v0.5.1

Additions

Add the bounds `Send + Sync + Unpin + 'static` to the event stream returned by
`Clust...

e616522f5e355c19e238287c1f4c5cf9f5213aeb authored over 3 years ago by Vivian Hellyer <[email protected]>
fix(gateway): add missing `Send` bind on Cluster methods (#959)

Adds a missing `Send` bound on cluster return types.

This was forgotten in #939.

a0f7c9e7b374463c2212fadc436cd91c6310fbf7 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat(mention): support timestamps (#945)

Support the new timestamp message Markdown. Timestamps allow you to
specify a Unix timestamp wi...

bd48da4c77f6809290d614dff1259ef8cc1c8a39 authored over 3 years ago by Vivian Hellyer <[email protected]>
refactor(gateway,http): remove doc test bounds (#946)

Remove unnecessary bounds in doc tests in the gateway and HTTP crates,
namely changing doc test...

8fcb8f54bdd6c0988c915872932ccea0b7f5347c authored over 3 years ago by Vivian Hellyer <[email protected]>
feat(util/snowflake): implement for new id types (#950)

Implement the `twilight_util::snowflake::Snowflake` trait for the
following new IDs:

- `twil...

d01334f006305dedd43ad01800319f0239ab0cf2 authored over 3 years ago by Vivian Hellyer <[email protected]>
refactor(cache): refactor the cache (#938)

The current module design of the cache was beginning to get unruly.
While rebasing `next` befor...

c7f94ccb132033ab87671cca9e99fc8024c230d9 authored over 3 years ago by Cassandra McCarthy <[email protected]>
refactor(mention/fmt): improve performance (#942)

Improve the performance of `twilight_mention::fmt` by around 10% by
calling `Display::fmt` and ...

1b62ec564a823126f6c7e59fe33c4802ec4ac14e authored over 3 years ago by Vivian Hellyer <[email protected]>
fix(gateway): add unpin + send + sync + 'static to event stream (#939)

This allows users to defer use of the event stream as long as they would like.

d1e087a9657bd7512a0a1f2625358881de8dd431 authored over 3 years ago by Erk <[email protected]>
fix(http): make `CreateStageInstance` work (#936)

Removes parameters from `Route::CreateStageInstance` that were unused.
Actually sends the reque...

e9f963f85e8553461275249d8238631cb08aa37e authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore: fix 1.53 clippy lints (#941)

fd02c2e83622b4e9714316ed21f14827ed3d7951 authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore(cache): fix clippy in tests (#934)

f59a185c4a9d113331c36b4009ae1d480e5a541e authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(util): bump to 0.5.0

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

d0d69a4e0d54ce06d1c00feae30a875805154075 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(twilight): bump to 0.5.0

The advertisement crate has been updated to bump development
dependencies.

d5b490ba9b8a779cab811bc2502b4e91ff32939f authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.5.0

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

74d501b3fb7977eb224cb16f6fe86d64ee6ae67f authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.5.0

Upgrade Path

Remove references to `Guild::nsfw`, `Guild::region`,
`PartialGuild::nsfw`, `Partia...

98a311f7decf3e9431ff674505c4ca58f959f403 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(mention): bump to 0.5.0

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

70ed16b75cb1ef337ff723c42a0192cf164ede5b authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.5.0

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

b778552a2fae67001b69cf0260c4041469a42e4e authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.5.0

Upgrade Path

Remove usage of `GetReactions::before`, `ErrorType::Formatting`,
`ErrorType::Ratel...

8f17d32089a9f668da2bbcccb13fa61ac7e5086b authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway/queue): bump to 0.5.0

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

a4ffe2697b97d90d87498a05b0fb504cbf88cbb2 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.5.0

Upgrade Path

Replace `zlib` features with their new names.

Create a `Cluster` or `Shard` like ...

4131f52a3b4340c0b96b013d3d3732de8ba4fdcc authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(embed-builder): bump to 0.5.0

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

a1704db175e175e685f70aad2e3089813a0784c4 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(command-parser): bump to 0.5.0

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

f932c7115a48e2c10ba0fbbb61861f61a96ac106 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(cache/inmemory): bump to 0.5.0

Upgrade Path

`CachedEmoji`, `CachedMember`, and `CachedPresence` have had their
`user` fields r...

566c1c8251cdac0146f67a9306babc89316c468b authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore!(http): remove deprecated `CreateMessage` methods (#929)

Continued from #797.

dd61e494e49eb297f677e013c36810a623e012a9 authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore!(http): remove result (#931)

Continued from #821.

9f0516230058569ed875bdebffbe152bc948a31d authored over 3 years ago by Cassandra McCarthy <[email protected]>
fix!(http/routing): fix route variant name typo (#927)

The `Route::DeleteMessageSpecficReaction` variant is a typo and should
be `Route::DeleteMessage...

f02225388a1c8d450d22f9d4d7c398b4976bed65 authored over 3 years ago by Vivian Hellyer <[email protected]>
chore: update slash commands to latest `next`

c862b8e7fb04b431c0d0eec91b44049e3b2c25b2 authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore!(cache,http,model): remove `Guild::region` (#930)

Continued from #887.

ce55e361b106f2482de935885cca9958cb2535b0 authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore!(gateway,model): rename `UpdateStatus` to `UpdatePresence` (#902)

Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with
the exception of `Updat...

53a8ae0abfff86643b8b202dc59303fcd8033f17 authored over 3 years ago by Cassandra McCarthy <[email protected]>
enhancement!(cache/in-memory): remove arcs (#900)

Remove `Arc`s from the cache storage and the public API.

`Arc`s are an additional allocation an...

4fc6ac4eb069988378a12a44cb89e7828db306d5 authored over 3 years ago by Vivian Hellyer <[email protected]>
refactor!(http): make 'tracing' optional (#910)

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

e0acb4a07c5e0fae06bebc8a5f1676b2fa98e6c7 authored over 3 years ago by Vivian Hellyer <[email protected]>
fix!(http): update forgotten error types (#898)

BREAKING CHANGE: Updates four different errors to the new standard that were missed in a
review...

d6d7e59081298ca28bfd4411c977fb6aefc4e828 authored over 3 years ago by Cassandra McCarthy <[email protected]>
fix(cache): Update logic in MESSAGE_CREATE event whilst not caching messages (#921)

d000dd9304421ba22e2404d51bd407fd19b6c8e3 authored over 3 years ago by Vilgot Fredenberg <[email protected]>
fix!(http): update_stage_instance topic no longer required (#895)

BREAKING CHANGE: `UpdateStageInstance` requests like this:
```rust
client.update_stage_instance(...

3625dec4fae6ad1b757e5e58b73c6bf257a6f2a1 authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore!(gateway,model): activities is required when updating presence (#891)

This PR removes the `Some` from `UpdateStatusInfo`, as the list is now
required. It also validat...

3f0bbb24a34fbc66c3430c97e954a3f18c675a6e authored over 3 years ago by Cassandra McCarthy <[email protected]>
chore!(cache,model): remove deprecated nsfw field (#890)

BREAKING CHANGE: This PR removes the `nsfw` field on guild models, which
has been replaced by Di...

34c3f2ceb9b2596a1aaf345d6125dbf21b0a252a authored over 3 years ago by Cassandra McCarthy <[email protected]>
refactor(cache): remove unnecessary allocations (#872)

Remove unnecessary allocations in the cache. Many of the private methods
to add items to the cac...

0f947fd6d3113fc8714df536dee7b66669c7a3fc authored over 3 years ago by Vivian Hellyer <[email protected]>
enhancement!(cache): remove arcs from models (#871)

Remove `Arc`s from the cached versions of models. This results in:

- `CachedEmoji::user` being:...

5235647455124ba73e664626f71305908d7e4657 authored over 3 years ago by Vivian Hellyer <[email protected]>
chore!(http/error): remove unused variants (#854)

Remove the `Formatting` and `Ratelimiting` HTTP error variants as they
are never used.

BREAK...

e6070b94235745d24b42a590a49217d31c1ff7e3 authored over 3 years ago by Vivian Hellyer <[email protected]>
enhancement!(gateway): rewrite emitter for perf (#832)

Rewrite the `Emitter` for performance. The emitter is what's called when
bytes, an event, or a J...

f6daed1e9f949db1951a1c93d20d525bc0206841 authored over 3 years ago by Vivian Hellyer <[email protected]>
fix!(http,model): remove deprecated invite methods and model (#847)

Continued from #771 and #809.

e292ff21631777a16e3972990cf7273b540d3213 authored over 3 years ago by Cassandra McCarthy <[email protected]>
enhancement!(gateway): rename zlib features (#829)

Rename the two zlib features - `stock-zlib` and `simd-zlib` - for
consistency with other featur...

af58b94ea02521d533697842d7ff3a3849120199 authored over 3 years ago by Vivian Hellyer <[email protected]>
fix!(http/get_reactions): remove `before` method (#810)

Remove the `request::channel::reaction::GetReactions::before` method.

Docs:
<https://github.com...

8f4786840718eb3f7d3ba8959244d6d5a7c6a490 authored over 3 years ago by Cassandra McCarthy <[email protected]>
feat!(cache,gateway,http,model): slash commands (#932)

This PR is the final merge of the `feature/slash-commands` branch. It relies on the work of
@As...

299a0ec3f2becf2a5bc547cafe7fe1ccd9fb923b authored over 3 years ago by Cassandra McCarthy <[email protected]>
project: bring CONTRIBUTING.md up to current conventions (#899)

Adds an example `Error` implementation and updates code and commit conventions to what we've bee...

04c1c2afe3176f9b1f22f28292e0296a8c612c80 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.4.1

Changes

Support the new events added in model: `IntegrationCreate,
IntegrationDelete, Integrati...

377b556a76070ba20b290b16679c33498a81e95e authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.4.3

Additions

Support `StageInstanceCreate`, `StageInstanceDelete`,
`StageInstanceUpdate` events ([...

14e829c9f96ccf9b67a8ba2d683fb8945cc61a0f authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(mention): bump to 0.4.2

Enhancements

The mention implementation has been made more generic. There are no
breaking chang...

4475bbb40654a63a5d96b31b53d5ce20e2c8a052 authored over 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.4.3

Additions

Added new `ErrorCode`s:

- `20031 UnallowedWordsForPublicStage` ([#886] - [@BlackHole...

1c6f8494f5be3af1ffefa7be380d44a70f97f907 authored over 3 years ago by Cassandra McCarthy <[email protected]>