Flipt Versions Save

Enterprise-ready, GitOps enabled, CloudNative feature management solution

v1.39.0

2 months ago

Added

  • add team membership check to GitHub authentication method (#2891)
  • clear session if authentication methods change
  • add command bar (#2815)
  • add JWT aware UI and revise metadata for audit events

Changed

  • add thepabloaguilar as a contributor for code (#2893)
  • ui: assistance for arrays data in constraints (#2889)

Fixed

  • ui: allow dot in the key of variant (#2887)
  • missing slash in copy as curl (#2875)
  • ui: prevent react warning (#2845)
  • ui: show placeholder for entity id oneof* constraint (#2799)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.39.0
  docker pull ghcr.io/flipt-io/flipt:v1.39.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.38.2

2 months ago

Fixed

  • shadow bug for segments in Flipt Data API (#2860)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.38.2
  docker pull ghcr.io/flipt-io/flipt:v1.38.2

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.38.1

2 months ago

Fixed

  • Analytics page returning 501 if not enabled (#2846)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.38.1
  docker pull ghcr.io/flipt-io/flipt:v1.38.1

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.38.0

3 months ago

Added

  • add ability to check known flipt server verison (#2791)
  • add integration test case for entity id adding
  • flipt: add entityId as a constraint type and operator
  • otlp: account for service name in environment variable (#2775)

Changed

  • tracing: move tracing setup into own package and extra tests added (#2776)

Fixed

  • ui: stop removing upper case letters in keys (#2790)
  • analytics: aggregate data to run queries faster (#2778)
  • ui: prevent multiple analytics requests at once with polling (#2777)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.38.0
  docker pull ghcr.io/flipt-io/flipt:v1.38.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.37.1

3 months ago

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.37.1
  docker pull ghcr.io/flipt-io/flipt:v1.37.1

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.37.0

3 months ago

analytics

Added

  • add inapp survey (#2753)
  • first time onboarding experience (#2732)
  • analytics: analytics support with Clickhouse (#2725)
  • sdk/go: add kubernetes authentication provider (#2703)
  • examples: add examples section for otlp -> clickhouse

Changed

  • fix link to devenv.sh (#2731)
  • examples: added example how to run flipt behind nginx (#2726)
  • config: mark authentication.exclude.metadata as deprecated (#2707)
  • cmd: dont omit 'enabled' in evaluate cli if false (#2705)

Fixed

  • running Flipt under reverse proxy with subpath (#2734)
  • ui: fix input alignment on small screens (#2733)
  • audit: reordering rules or rollouts is not captured by audit logs (#2721)
  • ui: clean redux cache when namespace or flag is deleted (#2708)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.37.0
  docker pull ghcr.io/flipt-io/flipt:v1.37.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.36.0

4 months ago

Added

  • cmd: flipt evaluate CLI subcommand (#2678)
  • validate: add ability to further constrain schema (#2677)
  • ui: show configured Git ref in UI (#2673)
  • storage/fs/git: add initial support for multiple snapshots (#2609)

Changed

  • examples: update openfeature example to use jaeger with otlp endpoint (#2676)
  • ui: improve index (#2669)
  • ui: improve Yup usage (#2647)
  • ui/console: replace monaco with codemirror (#2646)
  • ui: drop highlight.js (#2645)
  • ui: drop moment.js (#2644)
  • ui: drop lodash as deps (#2640)
  • deprecate Jaeger tracing (#2675)

Fixed

  • cfg: json schema missing storage type oci (#2674)
  • ui: boolean constraint type asks for value when you edit it (#2671)
  • Combobox not showing options upon input click (#2642)
  • fs/object: close reader after using it (#2648)
  • validate(cue): get correct error line position (#2701)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.36.0
  docker pull ghcr.io/flipt-io/flipt:v1.36.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.35.0

4 months ago

Added

  • JWT auth (#2620)
  • grpc: grpc keepalive configuration (#2621)
  • storage/gcs: add support for Google Cloud Storage (#2589)
  • cache evaluation rollouts at storage layer (#2610)

Changed

  • cleanup: parallelize cleanup method tests (#2612)

Fixed

  • ui: searchbox has a black text color in dark mode so it's very hard (#2619)
  • config init does not work correctly (#2616)
  • close oidc providers per lib recommendation (#2598)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.35.0
  docker pull ghcr.io/flipt-io/flipt:v1.35.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

All Changes

New Contributors

Full Changelog: https://github.com/flipt-io/flipt/compare/v1.34.0...v1.35.0

v1.34.0

5 months ago

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.34.0
  docker pull ghcr.io/flipt-io/flipt:v1.34.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

v1.33.0

5 months ago

Added

  • auth/github: add organization membership check to GitHub (#2508)
  • ui: allow setting page size for tables (#2503)
  • use default config even on linux if no config found (#2496)
  • ui/console: add copy as curl button (#2474)

Changed

  • cli: silence usage on error (#2512)
  • ui: cleanup header; show user name and opt login in user dropdown (#2480)
  • ui: replace classNames with clsx library (#2482)
  • ui: use rtk for flags (#2478)
  • ui: move namespaces to use redux rtk (#2472)
  • rework tests for TLS options for git sources with self-signed certificates

Fixed

  • ui: remove h-screen from default for Loading component (#2527)
  • ui: page api call could finish earlier that Layout api calls (#2506)
  • dont show name/login section if only email (#2495)

Installation

Homebrew :beer:

  brew install flipt-io/brew/flipt

Docker Images :whale:

  docker pull docker.flipt.io/flipt/flipt:v1.33.0
  docker pull ghcr.io/flipt-io/flipt:v1.33.0

Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

All Changes

New Contributors

Full Changelog: https://github.com/flipt-io/flipt/compare/v1.32.0...v1.33.0