Skip to content

Bump Twilio from 4.1.0 to 5.45.2#92

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Twilio-5.45.2
Closed

Bump Twilio from 4.1.0 to 5.45.2#92
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Twilio-5.45.2

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps Twilio from 4.1.0 to 5.45.2.

Release notes

Sourced from Twilio's releases.

5.45.2

Release Notes

Messaging

  • Add rejection reason support to WhatsApp API
  • Removed status parameter for create and update in WhatsApp Templates API

Proxy

  • Add FailOnParticipantConflict param to Proxy Session update

Verify

  • Add CustomFriendlyName optional parameter on Verification creation.
  • Changes in Challenge resource to update documentation of both details and hidden_details properties.

Docs NuGet

5.45.1

Release Notes

Library - Fix

Api

  • Add optional Click Tracking and Scheduling parameters to Create action of Message resource

Supersim

  • Add callback_url and callback_method parameters to Sim resource update request

Docs NuGet

5.45.0

Release Notes

Library - Feature

Conversations

  • Allow Address updates for Participants
  • Message delivery receipts

Events

  • Add account_sid to subscription and subscribed_events resources

Flex

  • Changed wfm_integrations Flex Configuration key to private (breaking change)
Changelog

Sourced from Twilio's changelog.

[2020-08-05] Version 5.45.2

Messaging

  • Add rejection reason support to WhatsApp API
  • Removed status parameter for create and update in WhatsApp Templates API

Proxy

  • Add FailOnParticipantConflict param to Proxy Session update

Verify

  • Add CustomFriendlyName optional parameter on Verification creation.
  • Changes in Challenge resource to update documentation of both details and hidden_details properties.

[2020-07-22] Version 5.45.1

Library - Fix

Api

  • Add optional Click Tracking and Scheduling parameters to Create action of Message resource

Supersim

  • Add callback_url and callback_method parameters to Sim resource update request

[2020-07-08] Version 5.45.0

Library - Feature

Conversations

  • Allow Address updates for Participants
  • Message delivery receipts

Events

  • Add account_sid to subscription and subscribed_events resources

Flex

  • Changed wfm_integrations Flex Configuration key to private (breaking change)

Messaging

  • Add error states to WhatsApp Sender status with failed reason (breaking change)
  • Delete WhatsApp Template API
  • Update WhatsApp Template API
  • Add WhatsApp Template Get Api (fetch and read)

Numbers

  • Add valid_until in the Bundles resource
Upgrade guide

Sourced from Twilio's upgrade guide.

Upgrade Guide

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

[2017-11-XX] 5.8.x to 5.9.x

CHANGED - Make data an optional parameter on Sync Document/List Item/Map Item update.

Rationale

This was changed to add support for time-to-live to Sync objects. Users can now either provide either data, ttl, or both. This only affects users who pass the twilioRestClient parameter to the Affected Resources below.

Affected Resources

  • DocumentResource.Update(...)
  • SyncListItemResource.Update(...)
  • SyncMapItemResource.Update(...)

5.8.x

using Twilio.Rest.Sync.V1.Service;
using Twilio.Rest.Sync.V1.Service.SyncList;
using Twilio.Rest.Sync.V1.Service.SyncMap;
DocumentResource.Update("IS123", "ET123", "{}", twilioRestClient);
SyncListItemResource.Update("IS123", "ES123", 1, "{}", twilioRestClient);
SyncMapItemResource.Update("IS123", "MP123", "myKey" "{}", twilioRestClient);

5.9.x

using Twilio.Rest.Sync.V1.Service;
using Twilio.Rest.Sync.V1.Service.SyncList;
using Twilio.Rest.Sync.V1.Service.SyncMap;
DocumentResource.Update("IS123", "ET123", "{}", null, twilioRestClient);
SyncListItemResource.Update("IS123", "ES123", 1, "{}", null, twilioRestClient);
SyncMapItemResource.Update("IS123", "MP123", "myKey" "{}", null, twilioRestClient);

[2017-10-13] 5.7.x to 5.8.x

CHANGED - TwiML namespaces are now nested under TwiML type

Rationale

We decided to reorganize the TwiML directory now that we are generating TwiML resources for clarity as we add more and more twiml elements and types of twiml elements.

Commits
  • 9ef2be0 Release 5.45.2
  • 29827c3 [Librarian] Regenerated @ d62abc5f4ce8cec61b312b5736d504ec3bf86f5e
  • d0b1c34 docs: Update templated markdown docs to use new default branch name
  • 165072f chore: update CI config to use new default branch name
  • b573223 chore: update README to reflect default branch rename
  • a57f65b Release 5.45.1
  • 33e571e [Librarian] Regenerated @ 46bc80dd352bb45f85c1a940695572374669174e
  • 078a2ae fix: Change Default Logo from .ico to .png in NuGet (#530)
  • a04d6fe Release 5.45.0
  • b289278 [Librarian] Regenerated @ 6726c5fd8da1e96acea0c6491c83c4413eed1a25
  • 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 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)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Aug 6, 2020
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #94.

@dependabot-preview dependabot-preview Bot deleted the dependabot/nuget/Twilio-5.45.2 branch August 20, 2020 13:14
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.

0 participants