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

Bump Twilio from 5.52.1 to 6.3.0 in /ClientQuickstart#323

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ClientQuickstart/Twilio-6.3.0
Closed

Bump Twilio from 5.52.1 to 6.3.0 in /ClientQuickstart#323
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ClientQuickstart/Twilio-6.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2023

Copy link
Copy Markdown

Bumps Twilio from 5.52.1 to 6.3.0.

Release notes

Sourced from Twilio's releases.

6.3.0

Release Notes

Library - Chore

Api

  • Revert Corrected the data type for friendly_name in Available Phone Number Local, Mobile and TollFree resources
  • Corrected the data type for friendly_name in Available Phone Number Local, Mobile and TollFree resources (breaking change)

Messaging

  • Add linkshortening_messaging_service resource
  • Add new endpoint for GetDomainConfigByMessagingServiceSid
  • Remove validated parameter and add cert_in_validation parameter to Link Shortening API (breaking change)

Docs NuGet

6.2.5

Release Notes

Api

  • Add new categories for whatsapp template

Lookups

  • Remove validation_results from the default_output_properties

Supersim

  • Add ESimProfile's matching_id and activation_code parameters to libraries

Docs NuGet

6.2.4

Release Notes

Api

  • Remove scheduled_for property from message resource
  • Add scheduled_for property to message resource

Docs NuGet

6.2.3

Release Notes

Lookups

... (truncated)

Changelog

Sourced from Twilio's changelog.

[2023-03-22] Version 6.3.0

Library - Chore

Api

  • Revert Corrected the data type for friendly_name in Available Phone Number Local, Mobile and TollFree resources
  • Corrected the data type for friendly_name in Available Phone Number Local, Mobile and TollFree resources (breaking change)

Messaging

  • Add linkshortening_messaging_service resource
  • Add new endpoint for GetDomainConfigByMessagingServiceSid
  • Remove validated parameter and add cert_in_validation parameter to Link Shortening API (breaking change)

[2023-03-09] Version 6.2.5

Api

  • Add new categories for whatsapp template

Lookups

  • Remove validation_results from the default_output_properties

Supersim

  • Add ESimProfile's matching_id and activation_code parameters to libraries

[2023-02-22] Version 6.2.4

Api

  • Remove scheduled_for property from message resource
  • Add scheduled_for property to message resource

[2023-02-08] Version 6.2.3

Lookups

  • Add disposable_phone_number_risk package to the lookup response
  • Add sms_pumping_risk package to the lookup response

[2023-01-25] Version 6.2.2

Library - Docs

Api

  • Add public_application_connect_enabled param to Application resource

Messaging

... (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
  • 648c4e2 Release 6.3.0
  • a42978e [Librarian] Regenerated @ 063fefeb406fa3d6866703c240040a1e9146ca75
  • 2f645c1 chore: Add step to sign nuget packages before publishing (#673)
  • 0986328 Release 6.2.5
  • 1823392 [Librarian] Regenerated @ 05bdd0133313ac71fd55c97753894743b8f3cad9
  • 19e4df9 Release 6.2.4
  • 92fc0b1 [Librarian] Regenerated @ 17e62aff1baa8b949ed63e888ff63c1da8945fe5
  • c8b3c47 Release 6.2.3
  • e1af12a [Librarian] Regenerated @ 6112a581d3189fe96d26eb29eb9adfdbd1c2ada5
  • 4ff36c4 docs: update param comment order
  • 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.52.1 to 6.3.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.52.1...6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 23, 2023
@dependabot @github

dependabot Bot commented on behalf of github Apr 6, 2023

Copy link
Copy Markdown
Author

Superseded by #330.

@dependabot dependabot Bot closed this Apr 6, 2023
@dependabot dependabot Bot deleted the dependabot/nuget/ClientQuickstart/Twilio-6.3.0 branch April 6, 2023 18:58
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