Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps io.temporal:temporal-sdk from 1.28.0 to 1.28.4.

Release notes

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

v1.28.4

Highlights

  • Attaching multiple Nexus callers to an underlying handler Workflow is now available in Pre-release.

What's Changed

2025-04-02 - 68149062 - Ensure heartbeat details aren't cleared (#2460) 2025-04-02 - cdd64971 - Unblock UseExisting conflict policy for Nexus WorkflowRunOperation (#2440)

v1.28.3

What's Changed

2025-03-20 - eed7525d - Revert "Unblock UseExisting conflict policy for Nexux WorkflowRunOperation (#2440)"

v1.28.2

Highlights

Nexus

🎉 Nexus is now generally available 🎉

  • Main Nexus APIs are no longer marked as experimental.
  • Attaching multiple Nexus callers to an underlying handler Workflow is now Pre-release.

What's Changed

2025-03-20 - 00991345 - Fix workflow ID reuse policy and conflict policy handling (#2446) 2025-03-20 - 0ee60c04 - Unblock UseExisting conflict policy for Nexux WorkflowRunOperation (#2440) 2025-03-20 - 1941d38e - Remove experimental tag from Nexus (#2454) 2025-03-20 - 1f3f0687 - Fix spring boot api key enable https (#2445) 2025-03-20 - 26de2514 - Make sure the Schedule Client has the namespace header injected (#2452) 2025-03-20 - e3fbdfbe - Add OnConflictOptions Support (#2415)

v1.28.1

💥 BREAKING CHANGES

API Keys

The SDK will now automatically set the temporal-namespace header on all gRPC request made by the WorkflowClient. Users should no longer manually set this header.

To use API keys users should follow this example:

    WorkflowServiceStubs service =
        WorkflowServiceStubs.newServiceStubs(
            WorkflowServiceStubsOptions.newBuilder()
                .addApiKey(
                    () ->
                        <API key>)
                .setTarget(<endpoint>)
                .setEnableHttps(true)
                ...
</tr></table> 

... (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.28.0 to 1.28.4.
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v1.28.0...v1.28.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch Patch versioning labels Apr 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2025

Superseded by #87.

@dependabot dependabot bot closed this Apr 16, 2025
@dependabot dependabot bot deleted the dependabot/maven/io.temporal-temporal-sdk-1.28.4 branch April 16, 2025 18:24
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 patch Patch versioning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant