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

Bump discord-webhook from 0.11.0 to 0.13.0 #67

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2021

Bumps discord-webhook from 0.11.0 to 0.13.0.

Release notes

Sourced from discord-webhook's releases.

0.13.0

Features

  • add timeout param to webhooks

0.12.0

Features

  • convert embed color to decimal if it's given as hex
  • add remove_embeds(), remove_files() functions in order to clear embeds and files properties of webhook object
  • add optional remove_embeds and remove_files args to execute() in order to automatically clear embeds and files properties
  • add remove_file() function in order to remove a file in files given by filename

Breaking Changes

  • return webhook responses only as a list if multiple urls are given. Otherwise, just return the response object
Changelog

Sourced from discord-webhook's changelog.

2021-04-01 0.13.0

Features

  • add timeout param to webhooks

2021-03-02 0.12.0

Features

  • convert embed color to decimal if it's given as hex
  • return webhook responses only as a list if multiple urls are given. Otherwise, just return the response object
  • add remove_embeds(), remove_files() functions in order to clear embeds and files properties of webhook object
  • add optional remove_embeds and remove_files args to execute() in order to automatically clear embeds and files properties
  • add remove_file() function in order to remove a file in files given by filename

Breaking Changes

  • return webhook responses only as a list if multiple urls are given. Otherwise, just return the response object
Commits
  • 6b8ccde bump version
  • e8997c6 add changes
  • fb75925 Add timeout to requests. (#49)
  • 9f247b7 Update CHANGES.md
  • 41710da bump version
  • 7b7ee56 add new examples
  • a69a55f return webhook responses only as a list if multiple urls are given
  • 7f710b3 support embed colors as decimal and hex
  • bc7bb68 convert color to int if given as string (hex color)
  • e4b7be0 Add remove_embeds, remove_file and remove_files methods. (#48)
  • 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.


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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 2, 2021
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