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.2 #930

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 25, 2019

Bumps twilio-ruby from 4.13.0 to 5.25.2.

Release notes

Sourced from twilio-ruby's releases.

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)

Verify

  • Add MessagingConfiguration resource to verify service

Docs

5.24.0

Release Notes

Api

  • Message resource price parameter type changed to string (breaking change)
  • Message resource error_code now uses nil instead 0 when converting null (breaking change)
... (truncated)
Changelog

Sourced from twilio-ruby's changelog.

[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.

Flex

  • Added missing 'custom' type to Flex Flow
  • Adding integrations to Flex Configuration

Insights

  • Added attributes to summary.

Messaging

  • Message API Create updated with conditional params (breaking change)

Proxy

... (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
  • 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
  • 4a4691a [Librarian] Regenerated @ f5e31badb5bd3d368aee24c71afe9a869b42c45c
  • fdaec89 Release 5.23.1
  • e3956b6 [Librarian] Regenerated @ db91a745709dbd1157940214a4789dd9d454cb72
  • 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 [patch|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 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 Jul 25, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/twilio-ruby-5.25.2 branch from 3809217 to 4ea1ebb Compare August 1, 2019 13:02
@dependabot-preview
Copy link
Contributor Author

Superseded by #936.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/twilio-ruby-5.25.2 branch August 6, 2019 10:59
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