Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Releases: victorkt/flaggio

v0.5.1

19 Oct 10:37
df757ca
Compare
Choose a tag to compare

Bug Fixes

  • don't use collation for FindAllByReqHash (#153)

Dependencies

  • bump eslint-plugin-react from 7.20.3 to 7.20.6 in /web (#134)
  • bump eslint-plugin-prettier from 3.1.3 to 3.1.4 in /web (#123)
  • bump typescript from 3.8.3 to 3.9.7 in /web (#119)
  • bump eslint-plugin-react from 7.19.0 to 7.20.3 in /web (#114)
  • bump prettier-eslint from 9.0.1 to 11.0.0 in /web (#106)
  • bump uuid from 8.3.0 to 8.3.1 in /web (#149)
  • bump uuid from 8.2.0 to 8.3.0 in /web (#132)
  • bump react-scripts from 3.4.1 to 3.4.3 in /web (#135)
  • bump github.com/golang/mock from 1.4.3 to 1.4.4 (#131)
  • bump go.mongodb.org/mongo-driver from 1.3.5 to 1.4.0 (#130)
  • [security] bump elliptic from 6.5.2 to 6.5.3 in /web (#128)
  • bump lodash from 4.17.19 to 4.17.20 in /web (#133)
  • bump @sindresorhus/slugify from 1.0.0 to 1.1.0 in /web (#125)
  • bump clsx from 1.1.0 to 1.1.1 in /web (#121)
  • bump uuid from 8.0.0 to 8.2.0 in /web (#116)
  • bump moment from 2.24.0 to 2.27.0 in /web (#111)
  • bump apollo-boost from 0.4.7 to 0.4.9 in /web (#88)
  • bump github.com/uber/jaeger-client-go (#118)
  • bump go.mongodb.org/mongo-driver from 1.3.2 to 1.3.5 (#117)
  • bump github.com/opentracing/opentracing-go from 1.1.0 to 1.2.0 (#112)
  • bump github.com/vmihailenco/msgpack/v4 from 4.3.11 to 4.3.12 (#108)
  • bump github.com/stretchr/testify from 1.5.1 to 1.6.1 (#105)
  • bump github.com/go-redis/redis/v7 from 7.2.0 to 7.4.0 (#103)
  • bump react-router-dom from 5.1.2 to 5.2.0 in /web (#90)
  • bump @sindresorhus/slugify from 0.11.0 to 1.0.0 in /web (#83)
  • [security] bump websocket-extensions from 0.1.3 to 0.1.4 in /web (#100)
  • bump github.com/go-chi/chi from 4.1.1+incompatible to 4.1.2+incompatible (#101)
  • bump node-sass from 4.14.0 to 4.14.1 in /web (#85)

v0.5.0

05 May 21:55
65ddc48
Compare
Choose a tag to compare

Bug Fixes

  • property field alignment (#72)
  • constraint type when editing was always string (#61)
  • explainer labels on segment rules (#60)

Dependencies

  • bump uuid from 7.0.3 to 8.0.0 in /web (#78)
  • bump github.com/uber/jaeger-client-go from 2.23.0+incompatible to 2.23.1+incompatible (#76)
  • bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0 (#75)
  • bump @material-ui/core from 4.9.11 to 4.9.12 in /web (#66)
  • bump github.com/uber/jaeger-client-go from 2.22.1+incompatible to 2.23.0+incompatible (#65)
  • bump node-sass from 4.13.1 to 4.14.0 in /web (#67)
  • bump @material-ui/core from 4.9.10 to 4.9.11 in /web (#58)
  • bump @apollo/react-hooks from 3.1.4 to 3.1.5 in /web (#57)
  • bump github.com/go-chi/chi from 4.1.0+incompatible to 4.1.1+incompatible (#59)
  • bump prettier from 2.0.4 to 2.0.5 in /web (#68)

Features

  • add new users page (#74)
  • store evaluations and users (#54)
  • keep search results when coming back from the (new/edit) flag page (#73)

v0.4.1

16 Apr 18:16
b2e7991
Compare
Choose a tag to compare

Bug Fixes

  • return specific variant in rule (#55)

Features

  • add constraint explainer labels (if/and) (#56)

v0.4.0

13 Apr 11:03
ff4f1d1
Compare
Choose a tag to compare

Bug Fixes

  • nils from context should be treated as invalid (#33)

Dependencies

  • fix package-lock.json (#53)
  • bump @material-ui/styles from 4.9.6 to 4.9.10 in /web (#51)
  • bump @material-ui/core from 4.9.9 to 4.9.10 in /web (#49)
  • bump go.mongodb.org/mongo-driver from 1.3.1 to 1.3.2 (#52)
  • bump github.com/go-chi/chi from 4.0.4+incompatible to 4.1.0+incompatible (#35)

Documentation

  • add CHANGELOG

Features

  • new variant is consistent with previous ones (#46)
  • implement distribution rollout on frontend (#43)
  • case insensitive sort for find all flags (#44)
  • add 'rows per page' = All (#42)
  • add tracing support (#41)
  • caching is optional (#40)
  • add redis cache support (#34)

Performance Improvements

  • limit amount of variants/rules/constraints (#45)

v0.3.0

01 Apr 22:14
8d58d6f
Compare
Choose a tag to compare

Bug Fixes

  • evaluateAll doesn't return nulls anymore (#31)
  • remove default variant refs in newFlag func (#30)

Features

  • add pagination to flags table (#29)
  • add flag search functionality (#28)
  • default variants for new flags (#25)

Initial release

28 Mar 17:08
Compare
Choose a tag to compare

This is the first release