8000 chore: update upgrade doc by manisha1997 · Pull Request #841 · twilio/twilio-java · GitHub
[go: up one dir, main page]

Skip to content

chore: update upgrade doc #841

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

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ _`MAJOR` version bumps will have upgrade notes posted here._
-----------------------------
### Overview

##### Twilio Java Helper Library’s major version 11.0.0 is now available. We ensured that you can upgrade to Java helper Library 11.0.0 version without any breaking changes of existing apis
##### Twilio Java Helper Library’s major version 11.0.0 is now available. We have a breaking change with Twiml, please refer to the changes below.

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.
With the release of 11.0.0, we are deprecating [TwilioOrgsTokenAuth.java](https://github.com/twilio/twilio-java/blob/main/src/main/java/com/twilio/TwilioOrgsTokenAuth.java), Use cautiously.

Twiml Attribute speechModel is now of type string.
Expand Down
0