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

Bump twilio from 8.11.0 to 9.2.1#171

Closed
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/maven/com.twilio.sdk-twilio-9.2.1
Closed

Bump twilio from 8.11.0 to 9.2.1#171
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/maven/com.twilio.sdk-twilio-9.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 11, 2023

Copy link
Copy Markdown

Bumps twilio from 8.11.0 to 9.2.1.

Release notes

Sourced from twilio's releases.

9.2.1

Release Notes

Conversations

  • Add support for creating Multi-Channel Rich Content Messages

Lookups

  • Changed the no data message for match postal code from no_data to data_not_available in identity match package

Messaging

  • Add update/edit tollfree verification API

Docs Maven

9.2.0

Release Notes

Library - Fix

Api

  • Add street_secondary param to address create and update
  • Make method optional for user defined message subscription (breaking change)

Flex

  • Flex Conversations is now Generally Available
  • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
  • Change web channels to GA and library visibility to public
  • Changing the uri for authorization api from using Accounts to Insights (breaking change)

Media

  • Gate Twilio Live endpoints behind beta_feature for EOS

Messaging

  • Mark MessageFlow as a required field for Campaign Creation (breaking change)

Oauth

  • updated openid discovery endpoint uri (breaking change)
  • Added device code authorization endpoint

Supersim

  • Allow filtering the SettingsUpdates resource by status

Twiml

  • Add new Polly Neural voices
  • Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML <lang> element.
  • Add x-amazon-jyutping, x-amazon-pinyin, x-amazon-pron-kana, x-amazon-yomigana alphabets to SSML <phoneme> element.

... (truncated)

Changelog

Sourced from twilio's changelog.

[2023-01-11] Version 9.2.1

Conversations

  • Add support for creating Multi-Channel Rich Content Messages

Lookups

  • Changed the no data message for match postal code from no_data to data_not_available in identity match package

Messaging

  • Add update/edit tollfree verification API

[2022-12-14] Version 9.2.0

Library - Fix

Api

  • Add street_secondary param to address create and update
  • Make method optional for user defined message subscription (breaking change)

Flex

  • Flex Conversations is now Generally Available
  • Adding the ie1 mapping for authorization api, updating service base uri and base url response attribute (breaking change)
  • Change web channels to GA and library visibility to public
  • Changing the uri for authorization api from using Accounts to Insights (breaking change)

Media

  • Gate Twilio Live endpoints behind beta_feature for EOS

Messaging

  • Mark MessageFlow as a required field for Campaign Creation (breaking change)

Oauth

  • updated openid discovery endpoint uri (breaking change)
  • Added device code authorization endpoint

Supersim

  • Allow filtering the SettingsUpdates resource by status

Twiml

  • Add new Polly Neural voices
  • Add tr-TR, ar-AE, yue-CN, fi-FI languages to SSML <lang> element.
  • Add x-amazon-jyutping, x-amazon-pinyin, x-amazon-pron-kana, x-amazon-yomigana alphabets to SSML <phoneme> element.
  • Rename character value for SSML <say-as> interpret-as attribute to characters. (breaking change)
  • Rename role attribute to format in SSML <say-as> element. (breaking change)

[2022-11-30] Version 9.1.4

... (truncated)

Upgrade guide

Sourced from 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.

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

[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;
</tr></table> 

... (truncated)

Commits
  • 5d92f46 Release 9.2.1
  • dac261b [Librarian] Regenerated @ 82775d167bff9b55d1399fe288c2934a02411e8c
  • 231ebef docs: updated the year in the license
  • 820a393 Release 9.2.0
  • 739e281 [Librarian] Regenerated @ 964f1611ab7481d828261f49551385a276499e30
  • facab19 fix: Fixing Flaky Tests (#725)
  • 795541f fix: fromXml for self-closing child twiml (#722)
  • 07855ba Release 9.1.4
  • 786eacc [Librarian] Regenerated @ 262cdcd92a729094d792ceac9c0d3fcf895fea3d
  • ad63a31 Release 9.1.3
  • 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-java) from 8.11.0 to 9.2.1.
- [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.2.1)

---
updated-dependencies:
- dependency-name: com.twilio.sdk: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 Jan 11, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jan 26, 2023

Copy link
Copy Markdown
Author

Superseded by #173.

@dependabot dependabot Bot closed this Jan 26, 2023
@dependabot dependabot Bot deleted the dependabot/maven/com.twilio.sdk-twilio-9.2.1 branch January 26, 2023 17:01
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