Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

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

Release notes

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

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)
                ...
                .build());
WorkflowClient client =
    WorkflowClient.newInstance(
        service, WorkflowClientOptions.newBuilder().setNamespace(&lt;namespace_id&gt;.&lt;account_id&gt;).build());

Bugfixes

API Keys

  • Fixed an issue where API keys were not being properly set in the WorkflowClient when using the Spring Boot integration.
  • Fixed an issue where a worker connecting to a Temporal server with an unconnected client would fail to authenticate.

What's Changed

2025-03-10 - 73cb1e96 - Fix API key auth (#2438)

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

---
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 Mar 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2025

Superseded by #84.

@dependabot dependabot bot closed this Mar 21, 2025
@dependabot dependabot bot deleted the dependabot/maven/io.temporal-temporal-sdk-1.28.1 branch March 21, 2025 18:33
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