-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
chore: Remove support for v0 format #2496
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for go-feature-flag-doc-preview canceled.
|
✅ Deploy Preview for go-feature-flag-doc-preview canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2496 +/- ##
==========================================
+ Coverage 86.48% 86.56% +0.08%
==========================================
Files 100 100
Lines 3544 3536 -8
==========================================
- Hits 3065 3061 -4
+ Misses 352 349 -3
+ Partials 127 126 -1 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Description
This PR is removing the
v0
format support from GO Feature Flag.Warning
This PR should be merged when releasing a version that remove support for
v0
format.We should wait at least until
v1.40.0
before releasing it.Closes issue(s)
Resolve #2403 #2398
Checklist