-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use the new temporalproto JSON APIs #375
Conversation
.github/workflows/ci.yaml
Outdated
@@ -141,7 +141,7 @@ jobs: | |||
# TODO: Find some way to automatically upgrade to "latest" | |||
with: | |||
do-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} | |||
go-repo-ref: 'f9d73bfdf7c8d3ec0311306140fbfafa7fb6f9cf' | |||
go-repo-ref: '8f2a3c8f967a5898f45df92f6bc42196e4702a2d' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the first version of the SDK that uses the new APIs
These offer better performance than the previous versions.
bde2815
to
8d9d173
Compare
@@ -9,7 +9,7 @@ require ( | |||
github.com/temporalio/features/features v1.0.0 | |||
github.com/temporalio/features/harness/go v1.0.0 | |||
github.com/urfave/cli/v2 v2.25.7 | |||
go.temporal.io/sdk v1.25.2-0.20231121222453-f9d73bfdf7c8 | |||
go.temporal.io/sdk v1.25.2-0.20231129163633-77626eee3015 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the biggest fan of using untagged SDKs in the features repo main
branch. But I guess we had already done it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. As we discussed (this is for public record, hello!) I'm going to merge from now to keep usage simple since this is a breaking change that hit both the SDK and the Server, but will do so next time.
What was changed
I bumped the version of the SDK and API to make use of our new temporalproto APIs
Why?
We made a breaking change in the API