Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go.temporal.io/sdk from 1.13.1 to 1.14.0 #188

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2022

Bumps go.temporal.io/sdk from 1.13.1 to 1.14.0.

Release notes

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

v1.14.0

Highlights

💥 Breaking changes have been made to remove a couple of advanced options and to do slight renames in the converter package for encoders. See below for details

Replace Client Health Checking

Previously, by default creating a client would use the gRPC health check on the server to ensure it was available or would fail client creation. Due to now needing information about what the server can/can't do, we make a different call to obtain that info instead of the health check call on client creation.

This change should not be visible to most users. However, we have removed the advanced client.ConnectionOptions.DisableHealthCheck and associated health check options from that struct. This no longer applies since there is no health check. This also means currently all clients make an eager connection to the server as they always had by default.

Advanced Encoding Updates

We have renamed the recently added converter.PayloadEncoder to converter.PayloadCodec for cross-SDK clarity and did similar for other "encoder" parts. This codec is focused on byte-to-byte conversion during data conversion. It can be used in a converter.CodecDataConverter to transform bytes for encryption, compression, and/or anything else.

We have added a few utilities to aid those wanting to do custom encoding in a more central place:

  • We have added a gRPC interceptor in the converter package that, when used for a custom proxy, will transparently encode and decode payloads given a codec
  • We have added a gRPC proxy in the client package that can be registered with a gRPC server to proxy requests to a Temporal server (which can then use the aforementioned interceptor to do encoding/decoding)
  • We have added the ability to expose a codec over HTTP for use with a remote data converter that will let you encode/decode remotely (for expected use from the browser UI and tctl for centralized end-to-end encryption)

Specific Changes

2022-02-22 - 22369cb - Fix markdown syntax. (#734) 2022-02-22 - 3f45616 - Do not serialize empty OpenTracing spans (#729) 2022-02-22 - 621fd1e - Support ignore comment alongside godoc (#731) 2022-02-22 - 856f5c2 - Adjust HTTP protocol to take Payloads not Payload. (#733) 2022-02-22 - a7d8c1a - Set workflow start time for tests on workflow info (#735) 2022-02-22 - e96a9d9 - Disallow MaxConcurrentWorkflowTaskPollers to be set to 1 (#727) 2022-02-28 - c82b73d - Fix activity cancellation race when not cancelling workflow (#741) 2022-03-01 - c3eb5b0 - Replace health checking with server-capability getter and disable retries on internal errors (#706) 2022-03-01 - d409984 - Allow replayer to use local activities with string names (#745) 2022-03-02 - 2c5ed0f - GRPC Service Proxy and Encoding Interceptor (#738) 2022-03-07 - 8cb1963 - Disable timeout retries during session creation (#746) 2022-03-09 - 8608a59 - Rename PayloadEncoder -> PayloadCodec. (#749) 2022-03-10 - 2a582f8 - Add mock call assertions to TestWorkflowEnvironment (#748)

Commits
  • 706516c Bump version to 1.14.0 (#751)
  • 2a582f8 Add mock call assertions to TestWorkflowEnvironment (#748)
  • 8608a59 Rename PayloadEncoder -> PayloadCodec. (#749)
  • 8cb1963 Disable timeout retries during session creation (#746)
  • 2c5ed0f GRPC Service Proxy and Encoding Interceptor (#738)
  • c3eb5b0 Replace health checking with server-capability getter and disable retries on ...
  • d409984 Allow replayer to use local activities with string names (#745)
  • c82b73d Fix activity cancellation race when not cancelling workflow (#741)
  • a7d8c1a Set workflow start time for tests on workflow info (#735)
  • 22369cb Fix markdown syntax. (#734)
  • Additional commits viewable 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 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.13.1 to 1.14.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.13.1...v1.14.0)

---
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 Mar 11, 2022
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov-commenter
Copy link

Codecov Report

Merging #188 (23ce68d) into master (ca805c3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #188   +/-   ##
======================================
  Coverage    3.79%   3.79%           
======================================
  Files          14      14           
  Lines         844     844           
======================================
  Hits           32      32           
  Misses        810     810           
  Partials        2       2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca805c3...23ce68d. Read the comment docs.

@rustatian rustatian self-assigned this Mar 11, 2022
@rustatian rustatian added this to the v1.3.x milestone Mar 11, 2022
@rustatian rustatian self-requested a review March 11, 2022 08:44
@rustatian rustatian merged commit 2717814 into master Mar 11, 2022
@rustatian rustatian deleted the dependabot/go_modules/go.temporal.io/sdk-1.14.0 branch March 11, 2022 08:44
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.

3 participants