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

Bump Twilio from 5.59.0 to 6.1.0 in /BrowserCalls.Web #631

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps Twilio from 5.59.0 to 6.1.0.

Release notes

Sourced from Twilio's releases.

6.1.0

Release Notes

Library - Feature

Flex

  • Adding new assessments api in version v1

Lookups

  • Add identity_match package to the lookup response

Messaging

  • Added validated parameter to Link Shortening API

Serverless

  • Add node16 as a valid Build runtime
  • Add ie1 and au1 as supported regions for all endpoints.

Docs NuGet

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

... (truncated)

Changelog

Sourced from Twilio's changelog.

[2022-11-30] Version 6.1.0

Library - Feature

Flex

  • Adding new assessments api in version v1

Lookups

  • Add identity_match package to the lookup response

Messaging

  • Added validated parameter to Link Shortening API

Serverless

  • Add node16 as a valid Build runtime
  • Add ie1 and au1 as supported regions for all endpoints.

[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

... (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
  • d4b5359 Release 6.1.0
  • 73b6f39 [Librarian] Regenerated @ 262cdcd92a729094d792ceac9c0d3fcf895fea3d
  • dd6e56e Add ToXDocument method to TwiML (#649)
  • 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)
  • 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.59.0 to 6.1.0.
- [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.59.0...6.1.0)

---
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 Dec 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2022

Superseded by #642.

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