Skip to content

Releases: flipt-io/flipt

v1.8.1

18 Apr 13:58
49dd83f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

06 Apr 23:52
05b85f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

22 Mar 13:31
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #750

Full Changelog: v1.6.3...v1.7.0

v1.6.3

21 Feb 22:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

19 Feb 15:25
d710654
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

13 Feb 21:14
8ea0d0a
Compare
Choose a tag to compare

tl;dr

This is a re-do of 1.6.0 that did not include the necessary code to identify that there were new migrations added at startup.

See: #700

Added

  • Flipt now shows if there is an update available in the UI #650. Can be disabled via config. Not working at the moment, will fix in next release
  • Variants now support JSON attachments 🎉 ! #188
  • Import/Export of variant attachment JSON marshal as YAML for human readability #697

Changed

  • Dependency updates
  • Update JS to ES6 syntax
  • Flipt now runs without root user in Docker #659
  • Changed development task runner to Task from make
  • Re-configured how Flipt is built in a devcontainer

All Changes

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.1

27 Jan 01:34
Compare
Choose a tag to compare

Fixed backward compatibility issue with using null as a string field in the context map for Evaluate. #664

v1.5.0

11 Jan 17:48
Compare
Choose a tag to compare

⚠️ Breaking Change ⚠️

This release inadvertently introduced a breaking change with how null literal is handled in the context map in the REST API /evaluate method.

See #664 for more info.

A 1.5.1 version will be released with a fix for the issue.

What's Changed

Read more

v1.4.0

07 Aug 21:00
Compare
Choose a tag to compare
  • PR #520 Prettify everything
  • PR #519 docs: add itaischwartz as a contributor for code
  • PR #518 Feature: batch evaluate exclude not found
  • PR #517 Feature: Add commit hash to dev build
  • PR #516 bugfix: Fix corrupted rule issue
  • PR #514 Bump google.golang.org/grpc from 1.39.0 to 1.39.1
  • PR #511 Bump aquasecurity/trivy-action from 0.0.18 to 0.0.19
  • PR #510 Bump @babel/plugin-transform-runtime from 7.13.15 to 7.14.5 in /ui
  • PR #508 Bump codecov/codecov-action from 1 to 2.0.2
  • PR #507 Bump actions/setup-node from 2.2.0 to 2.3.0
  • PR #505 Bump prettier from 1.19.1 to 2.3.2 in /ui
  • PR #504 Bump optimize-css-assets-webpack-plugin from 5.0.4 to 6.0.1 in /ui
  • PR #500 Bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.8
  • PR #499 Bump eslint-plugin-vue from 6.2.2 to 7.13.0 in /ui
  • PR #498 Bump actions/setup-node from 2.1.5 to 2.2.0
  • PR #497 Build IT image and use for ITs
  • PR #494 Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.0
  • PR #493 Bump google.golang.org/grpc from 1.38.0 to 1.39.0
  • PR #492 Go embed
  • PR #489 Bump google.golang.org/protobuf from 1.27.0 to 1.27.1
  • PR #488 Bump color-string from 1.5.4 to 1.5.5 in /ui
  • PR #487 Bump @babel/preset-env from 7.12.1 to 7.14.7 in /ui
  • PR #485 Bump github.com/spf13/viper from 1.8.0 to 1.8.1
  • PR #484 Bump google.golang.org/protobuf from 1.26.0 to 1.27.0
  • PR #483 Bump github.com/spf13/viper from 1.7.1 to 1.8.0
  • PR #482 Native goreleaser

Docker images

  • docker pull markphelps/flipt:v1.4.0
  • docker pull ghcr.io/markphelps/flipt:v1.4.0

v1.3.0

14 Jun 15:15
f6d77e3
Compare
Choose a tag to compare
Prep changelog for release (#481)