(breaking change) Remove support of GO Feature Flag v0.x.x flag format #2398
Labels
📍 Assigned
breaking change
p2
Medium priority
📌 Pinned
stop v0 support
Tag to group everything about the un-support of v0.x.x flag format
Context
In version
v1.0.0
GO Feature Flag has dropped the legacy format of the flag of the v0.0.0 in order to move to a multi-variations format that has enable new features for GO Feature Flag.To avoid any breaking changes we have kept the compatibility with the
v0.x.x
and continue to support it.The last release of version
v0.x.x
was 12 December 2022 (v0.28.2
) and since then we have released more than 34 versions of GO Feature Flagv1.x.x
it is now time to clean the code and remove any trace of thev0.x.x
format.In this issue we will link all the associated issues of this project to be able to track the progress of this initiative.
You are still using the legacy format?
If you are still using the legacy format you can easily convert your file containing GO Feature Flag flags with the migration cli.
How to do that? Just follow the instruction in our documentation.
List of issues to complete to consider this one done
All those issues have to be executed in the order of this list.
The text was updated successfully, but these errors were encountered: