-
Notifications
You must be signed in to change notification settings - Fork 274
Open
0 / 30 of 3 issues completedLabels
enhancementCreated by Linear-GitHub SyncCreated by Linear-GitHub Sync
Description
The current feature flag constraints system has limitations when it comes to application version control. We require the ability to target flags to users running specific versions or ranges of versions of the application, based on Semantic Versioning (SemVer) (e.g., Major.Minor.Patch).
We request that constraints be extended to support the following SemVer comparison operations:
- Equality: Version equals (=)
- Inequality: Version not equals (!=)
- Greater Than: Version greater than (>)
- Greater Than or Equals: Version greater than or equals (>=)
- Less Than: Version less than (<)
- Less Than or Equals: Version less than or equals (<=)
markphelps
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementCreated by Linear-GitHub SyncCreated by Linear-GitHub Sync
Type
Projects
Status
No status