-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[confighttp, configgrpc] Remove experimental note on IncludeMetadata #10685
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
[confighttp, configgrpc] Remove experimental note on IncludeMetadata #10685
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10685 +/- ##
=======================================
Coverage 92.38% 92.38%
=======================================
Files 403 403
Lines 18729 18729
=======================================
Hits 17303 17303
Misses 1066 1066
Partials 360 360 ☔ View full report in Codecov by Sentry. |
Fixes #9642 as well. |
Added this
to the PR description |
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 related to client
, so I said before that we should probably want to stabilize that first (more discussion here #9381 (comment)).
Looking at client, I don't see any major changes waiting, so I am in favor of merging this with the understanding that we need to make client 1.0 to make configgrpc/confighttp 1.0
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.
Agree with removing this warning and the expectation that configgrpc and confighttp require client to be stable first.
# Include 'user' if the change is relevant to end users. | ||
# Include 'api' if there is a change to a library API. | ||
# Default: '[user]' | ||
change_logs: [user, api] |
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.
I don't believe this should be in the user-facing changelog
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.
Woops. I'll open a new PR to fix that.
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.
Description
Remove the experimental comment on
IncludeMetadata
in confighttp and configgrpcLink to tracking issue
Fixes #9381, Fixes #9642