Skip to content

feat: semver operator #5141

@luisbytes

Description

@luisbytes

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 (<=)

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementCreated by Linear-GitHub Sync

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions