refactor(logs): remove UNSTABLE prefix from feature flag#832
Merged
lcian merged 2 commits intolcian/feat/logs-batching-cleanfrom Jun 10, 2025
Merged
refactor(logs): remove UNSTABLE prefix from feature flag#832lcian merged 2 commits intolcian/feat/logs-batching-cleanfrom
lcian merged 2 commits intolcian/feat/logs-batching-cleanfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## lcian/feat/logs-batching-clean #832 +/- ##
==================================================================
+ Coverage 72.84% 72.85% +0.01%
==================================================================
Files 64 64
Lines 7732 7732
==================================================================
+ Hits 5632 5633 +1
+ Misses 2100 2099 -1 🚀 New features to boost your workflow:
|
Swatinem
approved these changes
Jun 10, 2025
Contributor
Swatinem
left a comment
There was a problem hiding this comment.
on the one hand, it would be good to publish a release with this still marked as UNSTABLE.
but on the other hand, we are far far away from having any kind of API (semver) stability, so it probably doesn’t matter anyway.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renaming
UNSTABLE_logstologs.Reasoning:
experimentaltracing. For this purpose, types can remain the same, only the macros would change under the hood to allow for these extensions.UNSTABLEmight lead to people not using the feature#skip-changelog