Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.twilio.sdk:twilio from 8.11.0 to 9.12.0 #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps com.twilio.sdk:twilio from 8.11.0 to 9.12.0.

Release notes

Sourced from com.twilio.sdk:twilio's releases.

9.12.0

Release Notes

Api

  • Make message tagging parameters public (breaking change)

Flex

  • Adding agent_conv_end_methods to Flex Configuration

Messaging

  • Mark Mesasging Services fallback_to_long_code feature obsolete

Numbers

  • Add Create Port In request api
  • Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders (breaking change)

Pricing

  • gate resources behind a beta_feature

Docs Maven

9.11.0

Release Notes

Library - Chore

Library - Feature

Api

  • Add new property RiskCheck for SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value of disable to skip any kind of risk check on the respective message request

Flex

  • Changing sid<UO> path param to sid<UT> in interaction channel participant update endpoint (breaking change)

Messaging

  • Add Channel Sender api
  • Fixing country code docs and removing Zipwhip references

Numbers

  • Request status changed in numbers/v2/BulkHostedNumberOrders (breaking change)
  • Add bulk hosting orders API under version `/v2

Docs Maven

... (truncated)

Changelog

Sourced from com.twilio.sdk:twilio's changelog.

[2023-09-07] Version 9.12.0

Api

  • Make message tagging parameters public (breaking change)

Flex

  • Adding agent_conv_end_methods to Flex Configuration

Messaging

  • Mark Mesasging Services fallback_to_long_code feature obsolete

Numbers

  • Add Create Port In request api
  • Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders (breaking change)

Pricing

  • gate resources behind a beta_feature

[2023-08-24] Version 9.11.0

Library - Chore

Library - Feature

Api

  • Add new property RiskCheck for SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value of disable to skip any kind of risk check on the respective message request

Flex

  • Changing sid<UO> path param to sid<UT> in interaction channel participant update endpoint (breaking change)

Messaging

  • Add Channel Sender api
  • Fixing country code docs and removing Zipwhip references

Numbers

  • Request status changed in numbers/v2/BulkHostedNumberOrders (breaking change)
  • Add bulk hosting orders API under version `/v2

[2023-08-10] Version 9.10.0

Insights

  • Normalize annotations parameters in list summary api to be prefixed

Numbers

  • Change Bulk_hosted_sid from BHR to BH prefix in HNO and dependent under version /v2 API's. (breaking change)
  • Added parameter target_account_sid to portability and account_sid to response body

... (truncated)

Upgrade guide

Sourced from com.twilio.sdk:twilio's upgrade guide.

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2022-09-21] 8.x.x to 9.x.x

Overview

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

Behind the scenes Java 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.

[2020-09-28] 7.x.x to 8.x.x

Overview

Version 8.x.x is the first version that officially drops support for Java 7.

CHANGED - Migration to built-in Java concurrency dependencies

Getting/Setting a custom Executor Service

// 7.x.x
import com.google.common.util.concurrent.ListeningExecutorService;
import com.google.common.util.concurrent.MoreExecutors;
ListeningExecutorService listeningExecutorService = MoreExecutors.listeningDecorator(Executors.newCachedThreadPool());
Twilio.setExecutorService(listeningExecutorService);

// 8.x.x
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executor;
ExecutorService executorService = Executors.newCachedThreadPool();
</tr></table>

... (truncated)

Commits
  • 4be289d Release 9.12.0
  • a544721 [Librarian] Regenerated @ b32d3e1eba2177c81eeca51181f67e618fe86dbe
  • 3406344 Release 9.11.0
  • ef4283c [Librarian] Regenerated @ 38fb28edc02f73b8635b45a5612c5ae33eab39fe
  • 35b8a35 chore: update validation example (#761)
  • 7cde0bf feat: add support for PS256, RS256 PKCV in validationClient (#759)
  • d14084f Release 9.10.0
  • ec1570b [Librarian] Regenerated @ 1e94599903f1dbac80d3040ebbdba7d3f7fb074d
  • 7f706b2 Release 9.9.1
  • a2eb53f [Librarian] Regenerated @ 07a9a183b1077d5a881e6cd53ef76b0d75ccc6b0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.twilio.sdk:twilio](https://github.com/twilio/twilio-java) from 8.11.0 to 9.12.0.
- [Release notes](https://github.com/twilio/twilio-java/releases)
- [Changelog](https://github.com/twilio/twilio-java/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-java/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-java@8.11.0...9.12.0)

---
updated-dependencies:
- dependency-name: com.twilio.sdk: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 Sep 8, 2023
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