Skip to content

Bump com.twilio.sdk:twilio from 10.9.2 to 11.3.4#34

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.twilio.sdk-twilio-11.3.4
Open

Bump com.twilio.sdk:twilio from 10.9.2 to 11.3.4#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.twilio.sdk-twilio-11.3.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps com.twilio.sdk:twilio from 10.9.2 to 11.3.4.

Release notes

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

11.3.4

Release Notes

Library - Chore

Api

  • Remove inequality examples from Calls StartTime and EndTime filter descriptions

Memory

  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • 2026-01-23

  • 2026-01-23

  • Added 3 new path(s):
  • /v1/Stores/{storeId}/Profiles/Imports (ListProfileImportsV2, CreateProfilesImportV2)
  • /v1/Stores/{storeId}/Profiles/Imports/{importId} (FetchProfileImportV2)
  • Removed 6 path(s):
  • /v1/KnowledgeBases/{kbId}/Knowledge (ListKnowledge, CreateKnowledge)
  • /v1/KnowledgeBases/{kbId}/Search (KnowledgeSearch)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId} (RetrieveKnowledge, PatchKnowledge, DeleteKnowledge)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId}/Chunks (ListKnowledgeChunks)
  • /v1/ControlPlane/KnowledgeBases (ListKnowledgeBases, CreateKnowledgeBase)
  • /v1/ControlPlane/KnowledgeBases/{kbId} (GetKnowledgeBase, UpdateKnowledgeBase, DeleteKnowledgeBase)
  • 2026-01-05

  • 2026-01-05

  • Initial release with 26 paths and 48 operations

Docs Maven

11.3.3

Release Notes

Library - Fix

Twiml

  • Add recording_configuration attribute to <Recording> noun

Api

  • Clarify the behavior of date filters with the Calls API
  • Added Phone Number type property to /IncomingPhoneNumbers resource

Memory

  • 2026-01-23

... (truncated)

Changelog

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

[2026-02-18] Version 11.3.4

Library - Chore

Api

  • Remove inequality examples from Calls StartTime and EndTime filter descriptions

Memory

  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • 2026-01-23

  • 2026-01-23

  • Added 3 new path(s):
  • /v1/Stores/{storeId}/Profiles/Imports (ListProfileImportsV2, CreateProfilesImportV2)
  • /v1/Stores/{storeId}/Profiles/Imports/{importId} (FetchProfileImportV2)
  • Removed 6 path(s):
  • /v1/KnowledgeBases/{kbId}/Knowledge (ListKnowledge, CreateKnowledge)
  • /v1/KnowledgeBases/{kbId}/Search (KnowledgeSearch)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId} (RetrieveKnowledge, PatchKnowledge, DeleteKnowledge)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId}/Chunks (ListKnowledgeChunks)
  • /v1/ControlPlane/KnowledgeBases (ListKnowledgeBases, CreateKnowledgeBase)
  • /v1/ControlPlane/KnowledgeBases/{kbId} (GetKnowledgeBase, UpdateKnowledgeBase, DeleteKnowledgeBase)
  • 2026-01-05

  • 2026-01-05

  • Initial release with 26 paths and 48 operations

[2026-02-05] Version 11.3.3

Library - Fix

Twiml

  • Add recording_configuration attribute to <Recording> noun

Api

  • Clarify the behavior of date filters with the Calls API
  • Added Phone Number type property to /IncomingPhoneNumbers resource

Memory

  • 2026-01-23

  • No path changes (updated metadata only)
  • 2026-01-22

  • No path changes (updated metadata only)
  • 2026-01-22

  • Modified 1 path(s):

... (truncated)

Upgrade guide

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

Upgrade Guide

MAJOR version bumps will have upgrade notes posted here.

[2025-09-30] 10.x.x to 11.x.x

Overview

Twilio Java Helper Library’s major version 11.0.0 is now available. 11.0.0 version contains breaking changes
Breaking Changes
1. NetworkHttpClient upgraded from HttpClient4 → HttpClient5

Who are impacted: Users who override NetworkHttpClient.

2. Bug Fix: Enum suffix removed (StatusEnum → Status)

This was a bug in Account resource in Organisation API

3. Organisation API — Organisation API init authentication mechanism has been changed.

Who are impacted: Users calling the Organisation API. Refer Examples Organisation API examples here

4. Bug Fix: Using Object data type for anyType fields in open-api specifications

Who are impacted: Properties/Parameters defined as anyType in open-api specifications will be represented using Object now. Previous data type: Map<String,Object> New data type: Object

[2024-02-08] 9.x.x to 10.x.x

Overview

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

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. We're pleased to inform you that version 10.0.0 adds support for the application/json content type in the request body.

[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

... (truncated)

Commits
  • 6f86644 Release 11.3.4
  • 8ca2498 [Librarian] Regenerated @ b71b4c3e1a369dfb33fc0093ed77cf8197b688e1 1ec6a52af6...
  • 1911e74 chore: added exception as per rfc-9457 standards (#937)
  • 0eeef9b Release 11.3.3
  • 912c347 [Librarian] Regenerated @ b71b4c3e1a369dfb33fc0093ed77cf8197b688e1 ac3dbbbf62...
  • c3e9334 fix: java regional endpoint processing (#936)
  • 8829e14 Release 11.3.2
  • e1974a5 [Librarian] Regenerated @ f5636aac5ecff02280031a90a9b4562d1f4d081e da54d45020...
  • 6acd56a chore: added methods to support response headers and status code (#933)
  • 346f0da chore: update mockwebserver, okio to resolve CVE-2022-24329 (#934)
  • 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 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 10.9.2 to 11.3.4.
- [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@10.9.2...11.3.4)

---
updated-dependencies:
- dependency-name: com.twilio.sdk:twilio
  dependency-version: 11.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 23, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants