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.2.5 in /ClientQuickstart#320

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps Twilio from 5.52.1 to 6.2.5.

Release notes

Sourced from Twilio's releases.

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

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

Docs NuGet

6.2.2

Release Notes

Library - Docs

Api

  • Add public_application_connect_enabled param to Application resource

Messaging

  • Add new tollfree verification API property (ExternalReferenceId)]

... (truncated)

Changelog

Sourced from Twilio's changelog.

[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

  • Add new tollfree verification API property (ExternalReferenceId)]

Verify

  • Add device_ip parameter and channel auto for sna/sms orchestration

Twiml

  • Add support for <Application> noun and <ApplicationSid> noun, nested <Parameter> to <Hangup> and <Leave> verb

[2023-01-11] Version 6.2.1

Library - Fix

Conversations

... (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
  • 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
  • 142ba8c Release 6.2.2
  • b9c62a1 [Librarian] Regenerated @ a72b955e51d75514f3c944c81b9db17278cfad69
  • 7c86662 docs: use long property descriptions if available (#666)
  • 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.2.5.
- [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.2.5)

---
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 9, 2023
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2023

Copy link
Copy Markdown
Author

Superseded by #323.

@dependabot dependabot Bot closed this Mar 23, 2023
@dependabot dependabot Bot deleted the dependabot/nuget/ClientQuickstart/Twilio-6.2.5 branch March 23, 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