Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Bump Twilio from 5.50.0 to 6.0.1 in /BrowserCalls.Web.Test #626

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps Twilio from 5.50.0 to 6.0.1.

Release notes

Sourced from Twilio's releases.

6.0.1

Release Notes

Library - Chore

Docs NuGet

6.0.0

Release Notes

Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.

Library - Chore

Library - Fix

Library - Docs

Library - Feature

Api

  • Set the Content resource to have public visibility as Preview

Flex

  • Adding new parameter base_url to 'gooddata' response in version v1

Insights

  • Added answered_by field in List Call Summary
  • Added answered_by field in call summary

Docs NuGet

6.0.0-rc.3

Release Notes

Flex

  • Adding two new authorization API 'user_roles' and 'gooddata' in version v1

Messaging

  • Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

... (truncated)

Changelog

Sourced from Twilio's changelog.

[2022-11-16] Version 6.0.1

Library - Chore

[2022-11-16] Version 6.0.0

Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.

Library - Chore

Library - Fix

Library - Docs

Library - Feature

Api

  • Set the Content resource to have public visibility as Preview

Flex

  • Adding new parameter base_url to 'gooddata' response in version v1

Insights

  • Added answered_by field in List Call Summary
  • Added answered_by field in call summary

[2022-11-10] Version 5.81.2

Flex

  • Adding two new authorization API 'user_roles' and 'gooddata' in version v1

Messaging

  • Add new Campaign properties (MessageFlow, OptInMessage, OptInKeywords, OptOutMessage, OptOutKeywords, HelpMessage, HelpKeywords)

Twiml

  • Add new speech models to Gather.

[2022-10-31] Version 5.81.1

Api

  • Added contentSid and contentVariables to Message resource with public visibility as Beta

... (truncated)

Upgrade guide

Sourced from Twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2022-11-XX] 5.x.x to 6.x.x

Overview

Twilio Csharp Helper Library’s major version 6.0.1 is now available. We ensured that you can upgrade to Csharp helper Library 6.0.1 version without any breaking changes

Behind the scenes Csharp Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages.

To learn more about the Csharp Helper Library, check out our docs.

[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);

... (truncated)

Commits
  • a2c3d20 Release 6.0.1
  • b044b03 [Librarian] Regenerated @ 2df4ac3e3d4eef8966d6e3125164dfe43634b9d7
  • 3e3bf45 chore: bump csharp version to 6.0.1 (#654)
  • 4b3148e chore: commit to bump csharp version to 6.0.1
  • 64b8f3e Release 6.0.0
  • 5430637 [Librarian] Regenerated @ 2df4ac3e3d4eef8966d6e3125164dfe43634b9d7
  • 61894d1 chore: refactored c# comments in options file (#653)
  • 817921f fix: renamed resource and option file from GoodDatum to GoodData (#651)
  • 595c70b docs: update summaries with special characters (#650)
  • 02f2500 chore: sync with latest oai-generator changes
  • 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)

Bumps [Twilio](https://github.com/twilio/twilio-csharp) from 5.50.0 to 6.0.1.
- [Release notes](https://github.com/twilio/twilio-csharp/releases)
- [Changelog](https://github.com/twilio/twilio-csharp/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-csharp/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-csharp@5.50.0...6.0.1)

---
updated-dependencies:
- dependency-name: Twilio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #632.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/nuget/BrowserCalls.Web.Test/Twilio-6.0.1 branch December 1, 2022 11:04
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.

0 participants