-
Notifications
You must be signed in to change notification settings - Fork 34
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
Api version guide #24
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mukundan Sundararajan <[email protected]>
Signed-off-by: Mukundan Sundararajan <[email protected]>
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
Please make sure that this is reviewed by both runtime maintainers and SDK maintainers as this also impacts all SDK maintainers. |
cc @dapr/maintainers-java-sdk @dapr/maintainers-go-sdk @dapr/maintainers-dotnet-sdk @dapr/maintainers-js-sdk @dapr/maintainers-python-sdk @dapr/maintainers-dapr |
+1 binding |
Signed-off-by: Mukundan Sundararajan <[email protected]>
4801ef8
Signed-off-by: Mukundan Sundararajan <[email protected]>
- [ ] Minimum of N (three?) implementations of this building block | ||
- [ ] Certification tests for implementations | ||
- [ ] Conformance tests exercise both positive and negative cases | ||
- [ ] Minimum of N (three?) implementations of this building block |
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.
Should we keep this three or is it a TBD?
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.
Good call out, this should be decided. IMO 3 is reasonable.
- [ ] Change API version to stable. See [Stable API Versioning](../guides/api-design.md#progression-of-api-version-to-stable) | ||
- [ ] HTTP `v1.0-suffix` to `v1.0` | ||
- [ ] gRPC `MethodSuffix` to `Method` |
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.
Should this be also added to beta? Change alpha suffix to beta?
closes #23