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

Bump twilio-ruby from 4.13.0 to 5.25.3 #936

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps twilio-ruby from 4.13.0 to 5.25.3.

Release notes

Sourced from twilio-ruby's releases.

5.25.3

Release Notes

Preview

  • Added support for the header Twilio-Sandbox-Mode to mock all Voice dependencies

Twiml

  • Add support for <Siprec> noun
  • Add support for <Stream> noun
  • Create verbs <Start> and <Stop>

Docs

5.25.2

Release Notes

Insights

  • Added properties to summary.

Preview

  • Added endpoint to brand a call without initiating it, so it can be initiated manually by the Customer

Twiml

  • Update <Conference> recording events (breaking change)

Docs

5.25.1

Release Notes

Api

  • Make friendly_name optional for applications create
  • Add new property as_of date to Usage Record API calls

Wireless

  • Added Usage Records resource.

Docs

5.25.0

Release Notes

Autopilot

  • Adds two new properties in Assistant i.e needs_model_build and development_stage

Preview

  • Changed phone numbers from URL|Path to X-XCNAM-Sensitive headers (breaking change)
... (truncated)
Changelog

Sourced from twilio-ruby's changelog.

[2019-08-05] Version 5.25.3

Preview

  • Added support for the header Twilio-Sandbox-Mode to mock all Voice dependencies

Twiml

  • Add support for <Siprec> noun
  • Add support for <Stream> noun
  • Create verbs <Start> and <Stop>

[2019-07-24] Version 5.25.2

Insights

  • Added properties to summary.

Preview

  • Added endpoint to brand a call without initiating it, so it can be initiated manually by the Customer

Twiml

  • Update <Conference> recording events (breaking change)

[2019-07-10] Version 5.25.1

Api

  • Make friendly_name optional for applications create
  • Add new property as_of date to Usage Record API calls

Wireless

  • Added Usage Records resource.

[2019-06-26] Version 5.25.0

Autopilot

  • Adds two new properties in Assistant i.e needs_model_build and development_stage

Preview

  • Changed phone numbers from URL|Path to X-XCNAM-Sensitive headers (breaking change)

Verify

  • Add MessagingConfiguration resource to verify service

[2019-06-12] Version 5.24.0

Autopilot

  • Add Webhooks resource to Autopilot Assistant.
... (truncated)
Upgrade guide

Sourced from twilio-ruby's upgrade guide.

Upgrade Guide

After 5.0.0 all MINOR and MAJOR version bumps will have upgrade notes
posted here.

[2017-09-29] 5.x.x to 5.3.x

CHANGED - Body parameter on Chat Message creation is no longer required.

Rationale

This was changed to add support for sending media in Chat messages, users can now either provide a body or a media_sid.

5.x.x

require 'twilio-ruby'

@client = Twilio::REST::Client.new "AC123", "auth"
@client.chat.v2.service('IS123').channel('CH123').message.create("this is the body", "from")

5.3.x

require 'twilio-ruby'

@client = Twilio::REST::Client.new "AC123", "auth"
@client.chat.v2.service('IS123').channel('CH123').message.create("from", body:"this is the body")
Commits
  • 921f984 Release 5.25.3
  • a48fa48 [Librarian] Regenerated @ df5d9406a2962eb0d0876f669fd29d290f66e69a
  • 649e4d2 [Librarian] Regenerated @ bd57b4b73bfdcc896b16706658af0cac7992e456
  • 029b720 Release 5.25.2
  • eee1baa [Librarian] Regenerated @ Merge
  • daa9bb6 Release 5.25.1
  • c027050 [Librarian] Regenerated @ a7fa662b873c238736743a9396578a110b073193
  • 436403f Release 5.25.0
  • bc071fc [Librarian] Regenerated @ 5c59748429380825b0659e2436c11bd4c7813953
  • 55b6824 Release 5.24.0
  • 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 ignore this ['minor'|'major'] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
  • @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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 6, 2019
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants