Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps io.temporal:temporal-sdk from 1.27.0 to 1.32.0.

Release notes

Sourced from io.temporal:temporal-sdk's releases.

v1.31.0

Highlights

Task Queue Fairness (Pre-release)

This release adds support for Task Queue Fairness. Fairness is a new feature of Temporal’s task queues that allows for more control over the order that tasks are dispatched from a backlog. It’s intended to address common situations like multi-tenant applications and reserved capacity bands. For more details see the javadoc's on io.temporal.common.Priority.

Fairness is currently not supported in any OSS Temporal release, but support will be coming soon. To experiment with this feature please see the pre-release development server or if you are a Temporal Cloud customer reach out to your SA to be enabled once it is available in Temporal Cloud.

Bugfixes

No longer retry "gRPC message size to large" error

The SDK will no longer retry "gRPC message size to large" errors or related errors. These errors occur if the user tries to make a gRPC request that exceeds the Temporal Service limits (typically 4 MB).

What's Changed

2025-06-26 - 68e4c4c5 - Add defaults for PollerBehaviorAutoscaling (#2574) 2025-06-27 - 4afe41b6 - Publish to Sonatype central (#2576) 2025-06-27 - a1eb7dc9 - Don't scale down on error if we have never seen a poller decision (#2575) 2025-07-03 - f919926a - Update snapshot URL (#2577) 2025-07-07 - fd648d1c - Fix flake in testNullTaskReleasesSlot (#2583) 2025-07-08 - 4acf6742 - Update test server to v1.4.0 (#2587) 2025-07-08 - d310594f - Add support for activity reset (#2546) 2025-07-08 - d75b253d - Update Proto API to v1.50.0 (#2581) 2025-07-10 - bc5ab1d7 - When parsing operation token allow a zero version (#2591) 2025-07-10 - ca3a27a4 - Use correct operation token on OPERATION_TOKEN (#2589) 2025-07-17 - ffb44f9f - Remove @​Experimental notice from Update-with-start (#2599) 2025-07-22 - 76672fa0 - Fix ApplicationFailure.Builder handling a null Category (#2602) 2025-08-01 - 26546a7f - Fix using wrong config option for resource controller (#2607) 2025-08-11 - f9580aaf - Align Nexus handler failure conversion with other SDKs (#2613) 2025-08-12 - b5057e86 - Fix adding a generic parameter failing (#2619) 2025-08-12 - cd76ad6e - Do not auto-retry gRPC-message-size-too-large errors (#2604) 2025-08-12 - ff939d7f - Nexus - Only pass a completion callback if a completion URL is provided (#2615) 2025-08-13 - 0dd76e06 - Add info on features test issue for CI (#2623) 2025-08-13 - 5b7e82cd - Added retry options to ActivityInfo. Added ActivityInfo tests. (#2622) 2025-08-15 - acf7473a - Bump some Github actions (#2628) 2025-08-15 - b854df4c - Clarify NexusOperationCancellationType (#2630) 2025-08-15 - f2475c19 - Bump cloud api version to v0.7.1 2025-08-18 - 71c7426b - Fix Javadoc of io.temporal.workflow.Workflow#getVersion (#2631) 2025-08-19 - b6b42903 - Fairness Keys & Weights (#2633) 2025-08-20 - 943fe2e3 - Revert removing "Control" field (#2634)

v1.30.1

Bugfixes

Fixes a bug where the native test server was requiring newer CPU features then previous releases.

What's Changed

... (truncated)

Commits

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 [io.temporal:temporal-sdk](https://github.com/temporalio/sdk-java) from 1.27.0 to 1.32.0.
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](https://github.com/temporalio/sdk-java/commits)

---
updated-dependencies:
- dependency-name: io.temporal:temporal-sdk
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

Test Results (Java 21)

6 tests  +6   5 ✅ +5   4s ⏱️ +4s
2 suites +2   0 💤 ±0 
2 files   +2   1 ❌ +1 

For more details on these failures, see this check.

Results for commit 68e6f67. ± Comparison against base commit 8b85492.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #7.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/gradle/io.temporal-temporal-sdk-1.32.0 branch December 8, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant