Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Bump discordrb from 3.3.0 to 3.4.2 #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 5, 2021

Bumps discordrb from 3.3.0 to 3.4.2.

Release notes

Sourced from discordrb's releases.

v3.4.1

v3.4.1 - 2020-02-04

This is a smaller release that fixes a version requirement issue between discordrb and discordrb-webhooks. It also includes a few fixes and minor features. v3.5.0 with v8 support will be following shortly after.

For more information, see our CHANGELOG here

v3.4.0

Changelog

Sourced from discordrb's changelog.

[3.4.2] - 2020-2-5

View diff for this release.

Summary

I failed to update rest-client dependencies properly, and discovered that you can't republish gem versions the hard way.

Changed

  • rest-client has a requirement of >= 2.0.0 on both discordrb and discordrb-webhooks

3.4.1 - 2020-2-4

View diff for this release.

Summary

With 3.4.0, mistakes were made during the version bump leading to a bit of a dependency issue between discordrb and discordrb-webhooks (sorry!). This micro bump fixes this, fixes a few other code issues, and adds a few minor features.

Added

  • Added support for competing activity types (#21, thanks @kaine119)
  • Support for a callable command_does_not_exist_message (#25, thanks @kmcphillips)

Fixed

  • Bot#send_temporary_message now properly passes message_reference (#17 thanks @swarley)
  • Rate limit precision is only supplied when the route requires headers (#11 thanks @dali546)
  • Remove pointless conditional in Invite initializer (#26 thanks @swarley)
  • All API methods link to their official documentation counterparts (#12 thanks @kaine119)
  • Links to messages now work when a guild_id is not present in a non DM message. (#27 thanks @swarley)

3.4.0 - 2020-12-06

View diff for this release.

Summary

This release has been a very long time coming. It brings countless fixes, performance increases, features, and changes. So many in fact, that it's only feasible to put the major hilights in summary.

The largest additions are that of intents support and a massive performance increase in our websocket read loop.

Intents allow you to pick and choose what types of events are fed to your bot over the gateway. An example usage would be:

Discordrb::Bot.new(token: 'B0T.T0K3N', intents: %i[servers server_messages])

... (truncated)

Commits
  • 57599e8 v3.4.2
  • 85cfdc0 Update CHANGELOG.md
  • 5e7c748 Update webhooks gemspec to match (#28)
  • b9c65bb Fixup message link (#27)
  • 23467b4 Pass a callable into CommandBot command_doesnt_exist_message: (#25)
  • 64d9cdd Add doc links to API methods (#12)
  • a68291a fixup: remove bad conditional in Invite initializer (#26)
  • e17efe7 fix: only specify ratelimit precision if required (#11)
  • d572a3e Add Competing to activity types (#21)
  • fa27676 Fixup Bot#send_temporary_message; missing message_reference (#17)
  • Additional commits viewable in compare view

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [discordrb](https://github.com/shardlab/discordrb) from 3.3.0 to 3.4.2.
- [Release notes](https://github.com/shardlab/discordrb/releases)
- [Changelog](https://github.com/shardlab/discordrb/blob/main/CHANGELOG.md)
- [Commits](shardlab/discordrb@v3.3.0...v3.4.2)

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 Feb 5, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants