Skip to content

build(deps): bump disruption from 0.1.0 to 0.2.0#60

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/disruption-0.2.0
Open

build(deps): bump disruption from 0.1.0 to 0.2.0#60
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/disruption-0.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps disruption from 0.1.0 to 0.2.0.

Release notes

Sourced from disruption's releases.

🚀 v0.2.0 - Production-Ready Gateway & 17 Event Handlers

🎉 Disruption v0.2.0 - Production-Ready Release

Release Date: October 26, 2024

This release marks a major milestone for Disruption! We've expanded from 2 to 17 implemented gateway events and added production-ready gateway resilience features. Your Discord bots can now handle guilds, members, roles, channels, interactions, and more—with zero event loss during reconnections.


✨ Highlights

🔌 Production-Ready Gateway

  • RESUME Support: Zero event loss during reconnections
  • Sequence Tracking: Reliable event delivery with automatic session recovery
  • Exponential Backoff: Smart reconnection (1s → 2s → 4s → 8s → 16s → 32s → 60s max)
  • Automatic Recovery: Handles network interruptions and Discord outages gracefully

📡 17 Gateway Events (23.6% Coverage)

Disruption now supports all critical Discord events:

Lifecycle (1 event)

  • ✅ READY - Bot initialization

Guild Events (3 events)

  • ✅ GUILD_CREATE - Bot joins a guild
  • ✅ GUILD_UPDATE - Guild settings updated
  • ✅ GUILD_DELETE - Bot leaves/guild unavailable

Member Events (3 events)

  • ✅ GUILD_MEMBER_ADD - New member joins
  • ✅ GUILD_MEMBER_UPDATE - Member updated (roles, nickname)
  • ✅ GUILD_MEMBER_REMOVE - Member leaves

Role Events (3 events)

  • ✅ GUILD_ROLE_CREATE - New role created
  • ✅ GUILD_ROLE_UPDATE - Role updated
  • ✅ GUILD_ROLE_DELETE - Role deleted

Message Events (4 events)

  • ✅ MESSAGE_CREATE - New message
  • ✅ MESSAGE_UPDATE - Message edited
  • ✅ MESSAGE_DELETE - Message deleted
  • ✅ MESSAGE_REACTION_ADD - Reaction added
  • ✅ MESSAGE_REACTION_REMOVE - Reaction removed

Channel Events (2 events)

  • ✅ CHANNEL_CREATE - New channel
  • ✅ CHANNEL_UPDATE - Channel updated

Interaction Events (1 event)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [disruption](https://github.com/H1ghBre4k3r/disruption) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/H1ghBre4k3r/disruption/releases)
- [Commits](https://github.com/H1ghBre4k3r/disruption/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: disruption
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants