Skip to content

Latest commit

 

History

History
159 lines (77 loc) · 7.19 KB

CHANGELOG.md

File metadata and controls

159 lines (77 loc) · 7.19 KB

Changelog

0.0.20 (2023-09-12)

Features

0.0.19 (2023-09-12)

Features

0.0.18 (2023-09-06)

Features

0.0.17 (2023-09-05)

Features

0.0.16 (2023-09-04)

Features

0.0.15 (2023-08-21)

Features

0.0.14 (2023-05-04)

Features

  • allow overriding of exit code in case missing flags were found (#31) (c19f76e)

0.0.13 (2023-05-03)

Features

0.0.12 (2023-05-03)

Features

  • fetch each scanned flag by namespace and key (82401ed)

0.0.11 (2023-05-03)

Features

0.0.10 (2023-05-03)

Bug Fixes

  • rules/go: ensure exact match on field flag key (2c831df)

0.0.9 (2023-05-02)

Bug Fixes

  • upgrade to use flipt-rust with rustls (dbc6046)

0.0.8 (2023-05-02)

Miscellaneous Chores

0.0.7 (2023-05-02)

Miscellaneous Chores

0.0.7 (2023-05-02)

Bug Fixes

  • update flipt-rust to support tls (9844f2f)

0.0.6 (2023-05-02)

Features

Bug Fixes

  • off by one error for lines (98f2ee6)

0.0.5 (2023-04-30)

Miscellaneous Chores

0.0.4 (2023-04-30)

Miscellaneous Chores

0.0.3 (2023-04-30)

Features

  • abstract out language and file, introduce clap (587a69f)
  • add ability to output to stdout or file with JSON (842f129)
  • basic querying of Flipt server with flag keys (#3) (6a1317b)
  • initial commit (eea7409)
  • move code to examples folder; setup_panic (93a9fd7)
  • Namespaces (#4) (a10d3cb)
  • Query for missing flags (#6) (1361c82)
  • read from env var or default for flipt config (45925c4)
  • wip rust impl (3317109)

0.0.2 (2023-04-30)

Features

  • Add ability to output to stdout or file with JSON (842f129)
  • Basic querying of Flipt server with flag keys (#3) (6a1317b)
  • Support Namespaces (#4) (a10d3cb)
  • Query for missing flags (#6) (1361c82)
  • Read from env var or default for flipt config (45925c4)