Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps com.twilio.sdk:twilio from 10.7.2 to 10.8.0.

Release notes

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

10.8.0

Release Notes

Library - Chore

Library - Fix

  • [PR #846](twilio/twilio-java#846): update jjwt version. Thanks to @​manisha1997!
  • AccessToken
    • Breaking Change: Updated AccessTokenBuilder to use byte[] for the secret instead of String.
      • Updated method signatures:
        • AccessTokenBuilder(String accountSid, String keySid, byte[] secret)
      • Example usage:
        byte[] secret = “your_secret”.getBytes();
        AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret);
    ClientCapability
    • Breaking Change: Updated ClientCapability.Builder to use byte[] for the authToken instead of String.
      • Updated method signatures:
        • ClientCapability.Builder(String accountSid, byte[] authToken)
      • Example usage:
        byte[] authToken = “your_auth_token”.getBytes();
        ClientCapability.Builder builder = new ClientCapability.Builder(accountSid, authToken);
    TaskRouterCapability
    • Breaking Change: Updated TaskRouterCapability.Builder to use byte[] for the authToken instead of String.
      • Updated method signatures:
        • TaskRouterCapability.Builder(String accountSid, byte[] authToken)
      • Example usage:
        byte[] authToken = “your_auth_token”.getBytes();
        TaskRouterCapability.Builder builder = new TaskRouterCapability.Builder(accountSid, authToken);

Api

  • Add response_key for Usage Triggers fetch endpoint.

Flex

  • Add Update Interaction API
  • Adding webhook_ttid as optional parameter in Interactions API

Serverless

  • Add node22 as a valid Build runtime
  • Add node20 as a valid Build runtime

Video

... (truncated)

Changelog

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

[2025-05-05] Version 10.8.0

Library - Chore

Library - Fix

  • [PR #846](twilio/twilio-java#846): update jjwt version. Thanks to @​manisha1997!
  • AccessToken
    • Breaking Change: Updated AccessTokenBuilder to use byte[] for the secret instead of String.
      • Updated method signatures:
        • AccessTokenBuilder(String accountSid, String keySid, byte[] secret)
      • Example usage:
        byte[] secret = “your_secret”.getBytes();
        AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret);
    ClientCapability
    • Breaking Change: Updated ClientCapability.Builder to use byte[] for the authToken instead of String.
      • Updated method signatures:
        • ClientCapability.Builder(String accountSid, byte[] authToken)
      • Example usage:
        byte[] authToken = “your_auth_token”.getBytes();
        ClientCapability.Builder builder = new ClientCapability.Builder(accountSid, authToken);
    TaskRouterCapability
    • Breaking Change: Updated TaskRouterCapability.Builder to use byte[] for the authToken instead of String.
      • Updated method signatures:
        • TaskRouterCapability.Builder(String accountSid, byte[] authToken)
      • Example usage:
        byte[] authToken = “your_auth_token”.getBytes();
        TaskRouterCapability.Builder builder = new TaskRouterCapability.Builder(accountSid, authToken);

Api

  • Add response_key for Usage Triggers fetch endpoint.

Flex

  • Add Update Interaction API
  • Adding webhook_ttid as optional parameter in Interactions API

Serverless

  • Add node22 as a valid Build runtime
  • Add node20 as a valid Build runtime

Video

  • removed transcribe_participants_on_connect and transcriptions_configuration from the room resource (breaking change)

... (truncated)

Commits
  • a6714ca chore: add changelog for jwt (#853)
  • d2745b3 Release 10.8.0
  • 1a8d393 [Librarian] Regenerated @ 73b691d4309bbf652c00c8e81516e936534d2117 e39c0f89ec...
  • 6d8c1ad chore: removing jwt changelog (#852)
  • 7705b73 chore: Add example for using multi region setup in a single application (#849)
  • 3de6c4f chore: bump com.google.code.gson:gson from 2.8.6 to 2.8.9 (#847)
  • 8eb52f3 fix: update jjwt version (#846)
  • See full diff 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)

@dependabot dependabot bot added Dependencies java Pull requests that update Java code labels May 6, 2025
@apereocas-bot apereocas-bot added this to the 7.3.0-RC2 milestone May 6, 2025
@apereocas-bot apereocas-bot added Bot Operations carried out by automated bots, such as RenovateBot, etc Gradle Build & Release Renovate Email & SMS Notifications labels May 6, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/com.twilio.sdk-twilio-10.8.0 branch 4 times, most recently from 278a569 to a1ac6c8 Compare May 8, 2025 02:30
Bumps [com.twilio.sdk:twilio](https://github.com/twilio/twilio-java) from 10.7.2 to 10.8.0.
- [Release notes](https://github.com/twilio/twilio-java/releases)
- [Changelog](https://github.com/twilio/twilio-java/blob/main/CHANGES.md)
- [Commits](twilio/twilio-java@10.7.2...10.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.twilio.sdk-twilio-10.8.0 branch from a1ac6c8 to 26948a4 Compare May 9, 2025 02:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2025

Looks like com.twilio.sdk:twilio is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 9, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.twilio.sdk-twilio-10.8.0 branch May 9, 2025 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bot Operations carried out by automated bots, such as RenovateBot, etc Dependencies Email & SMS Notifications Gradle Build & Release java Pull requests that update Java code Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants