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

Update libraries, including Go SDK and Temporal API, to current release #77

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

tomwheeler
Copy link
Collaborator

What was changed

I updated four libraries to their latest release:

  • github.com/spf13/cobra, from v1.8.0 to v1.8.1
  • go.temporal.io/api, from v1.34.0 to v1.36.0
  • go.temporal.io/sdk, from v1.27.0 to v1.28.1
  • modernc.org/sqlite, from v1.29.10 to v1.31.1

Why?

I want to ensure that the application works with the newest Go SDK and Temporal APIs. I also want to avoid using older versions of third-party libraries, as they may contain bugs or or security vulnerabilities that have been fixed in the latest release.

Checklist

  1. Closes

N/A

  1. How was this tested:

I ran make test and verified that all automated tests passed. I also ran the application locally, using both a local Temporal Service and Temporal Cloud, and verified that I could fully process an order. Finally, I ran the application locally with a local Temporal Service, and used the application's Custom Data Converter to encrypt payload data and verified that I could decrypt using the Codec Server built into the application.

  1. Any docs updates needed?

No

@tomwheeler tomwheeler merged commit 443a43e into main Jul 24, 2024
8 checks passed
@tomwheeler tomwheeler deleted the tw-library-upgrades branch July 24, 2024 13:41
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.

2 participants