-
Notifications
You must be signed in to change notification settings - Fork 220
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
Rewrite service proxy and interceptor to use new api-go code. #974
Conversation
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.
Awesome. Let's wait on API go to be tagged of course
Co-authored-by: Chad Retz <chad@temporal.io>
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.
LGTM. As mentioned in other approval, will wait for api-go to be tagged and updated in go.mod here.
temporalio/api-go#100 now merged, just waiting on a new release before updating this. |
@robholland - https://github.com/temporalio/api-go has now been tagged as 1.14.0 whenever you want to update this |
What was changed
SDK code refactored to use new api-go APIs.
Why?
This is done to avoid tightly coupling sdk-go package to api versions, see: #971
Checklist
Closes Move most interceptor/proxy-based code gen to api-go #971
How was this tested:
Existing test coverage adjusted to suit.
Any docs updates needed?
No.