Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eris from 0.8.6 to 0.13.1 #35

Merged
merged 1 commit into from
May 14, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eris from 0.8.6 to 0.13.1.

Release notes

Sourced from eris's releases.

0.13.1

Fixes:

  • Implemented workarounds for behavior that would cause Discord to crash the connection when resuming
    • Stopped heartbeats from being sent when resuming (fc655e2)
    • Cached the token the shard used for identifying (0d9f3ec)
    • At the time of this release, Discord has yet to deploy the fix for this (which would still probably invalidate the resume, just faster)

Special thanks to everyone that sent logs and tested random commits. And @ak-s for the wonderful wireshark analysis.

0.13.0

Breaking Changes:

  • messageReactionRemoveAll & messageReactionRemoveEmoji may be emitted with partial channels (ccb66c2)
    • Only message.id and message.channel.id are guaranteed
    • This mirrors new behavior from messageReactionAdd & messageReactionDelete from 0.12.0
  • Member#status can be undefined (cf256b5)
    • Reflects when the online status of a Member cannot be dtermined, common when using intents without presences
  • Client#getPruneCount() & Client#pruneMembers() now use options objects instead of multiple function arguments (47edd3c)

Additions:

  • Added Allowed Mentions support to Client#editMessage() (8231537)
  • Added Message cross-posting support (bb37a5f, 8d6ca61)
  • Added support for searching Members through REST (eb5e736)
  • Expose User#publicFlags (ef4b117)
  • Added option to limit Shard resume attempts before invalidating the session (da24059)
    • Workaround for some cases where an unknown bug could cause a session to fail to resume
  • Added support for opus packet object streams in VoiceConnection (a4a4a6b, 55c5af9, 7b1d5cc)
  • Added rawREST event (e0cdcf0)
  • Added support for previewing Guilds (c846691)
  • Added support for getting a Guild over REST with approximate member/presence counts (fd43666)
  • Added support for filtering by role in Guild prune methods (47edd3c)
  • Expose Guild widget properties (aa6eb5f, 48c215b)
    • Guild embeds have been deprecated by Discord and replaced by Guild widgets

Fixes:

  • Fixed an error emitted during periods of mass reconnection (ab9b0a5)
  • Fixed a bug preventing guildMemberUpdate from being emitted the first few times a Member is seen (d2488e9)
  • Fixed an error in handling allowedMentions.users (9415a99)
  • Switched to using Discord's millisecond-resolution ratelimiting headers (f3ed7d6)
  • Added support for RFC-compliant Retry-After headers (6132c11)
    • May have caused excessive requests to be made when being ratelimited by non-Discord services like Cloudflare
  • Started caching members from voice events (3a495e9)
  • Fixed roleNames requirement check in CommandClient (7e83718)
  • Improved handling of shard heartbeats & latency calculation (d919de4)
  • Updated support for authorizing webhook execution (d7702cf)
    • Now permits expanded custom emoji use if authorizing webhook execution with the bot token
  • Fixed an error in handling voice user disconnects (cd76a50)
  • Updated Invite to expose new properties (cc1363a)
  • Fixed handling errors in Member-related REST methods (977dbe4)
  • Fixed outdated image URL constraints (0f4fbf5)
    • Max size is 4096, not 2048
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [eris](https://github.com/abalabahaha/eris) from 0.8.6 to 0.13.1.
- [Release notes](https://github.com/abalabahaha/eris/releases)
- [Commits](abalabahaha/eris@0.8.6...0.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 14, 2020
@TannerReynolds TannerReynolds merged commit 7c2f7b8 into master May 14, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eris-0.13.1 branch May 14, 2020 02:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant