Skip to content

chore(deps): bump go.temporal.io/sdk from 1.24.0 to 1.26.1#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.26.1
Closed

chore(deps): bump go.temporal.io/sdk from 1.24.0 to 1.26.1#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.temporal.io/sdk-1.26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 26, 2024

Copy link
Copy Markdown
Contributor

Bumps go.temporal.io/sdk from 1.24.0 to 1.26.1.

Release notes

Sourced from go.temporal.io/sdk's releases.

v1.26.1

Highlights

Bugfixes

Fixes a bug with typed search attributes for child workflows not being properly applied to new child workflow executions.

Specific Changes

2024-03-12 - 9c42221 - Make client Dial context controlable by callers (#1416) 2024-03-13 - 03d7704 - Update readme badge to github action (#1422) 2024-03-18 - 3da09e0 - Switch github runner to macos-14 (m1) (#1421) 2024-03-25 - 00fd4cd - Remove experimental flag from Start Delay (#1428) 2024-04-04 - 0cfdccb - Clarified description of workflow.Now (#1430) 2024-04-08 - 108aac8 - Fix support for typed search attributes in child workflow options (#1434) 2024-04-09 - a02b92e - Add support for unit testing child workflows that call continue-as-new (#1437) 2024-04-10 - 0007eee - Bump api-go to 1.32.0 to include Versioning 2 API changes (#1439)

v1.26.0

Typed search attributes

Previously, search attributes were untyped maps with string keys and interface values. This causes ambiguity on what types a search attribute key represents and leads to errors. Also, the way search attributes were created or upserted allowed mistakes to occur and was not clear to the server exactly what was expected.

  • Added TypedSearchAttributes to client.ScheduleOptions and deprecated SearchAttributes
  • Added GetTypedSearchAttributes to workflow and deprecated WorkflowInfo.SearchAttributes
  • Added UpsertTypedSearchAttributes to workflow and deprecated UpsertSearchAttributes
  • Added TypedSearchAttributes to client.StartWorkflowOptions and deprecated SearchAttributes
  • Added several new things to temporal package including:
    • SearchAttributes collection with methods and constructor
    • SearchAttributeKey and SearchAttributeUpdate interfaces
    • SearchAttributeKeyX types and constructors for typed keys

💥 BREAKING CHANGES

gogo/protobuf

gogo/protobuf has been replaced with Google's official proto compiler.

Users may notice:

  • time.Time in proto structs will now be timestamppb.Timestamp
  • time.Duration will now be durationpb.Duration
  • V2-generated structs embed locks, so you cannot dereference them.
  • Proto enums will, when formatted to JSON, now be in SCREAMING_SNAKE_CASE rather than PascalCase.

Note on invalid UTF-8 data stored as proto strings

Prior to SDK version v1.26.0 our protobuf code generator allowed invalid UTF-8 data to be stored as proto strings. This isn't actually allowed by the proto3 spec, so if you're using our SDK and think you may store arbitrary binary data in our strings you should set -tags protolegacy when building against our SDK. Example:

$ go build -tags protolegacy myworker/main.go
</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 [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.24.0 to 1.26.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.24.0...v1.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 26, 2024
@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #53.

@dependabot dependabot Bot closed this Jun 14, 2024
@dependabot dependabot Bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.26.1 branch June 14, 2024 09:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants