All Versions
64
Latest Version
Avg Release Cycle
25 days
Latest Release
654 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.9.0 Changes
July 06, 2022๐ Changed
- Module name changed to
go.flipt.io/flipt
https://github.com/markphelps/flipt/pull/898 - โฌ๏ธ Upgraded NodeJS to v18 https://github.com/markphelps/flipt/pull/911
- โ Removed Yarn in favor of NPM https://github.com/markphelps/flipt/pull/916
- ๐ Switched to ViteJS for UI build instead of Webpack https://github.com/markphelps/flipt/pull/924
- ๐ป All UI dependencies are now bundled as well, instead of pulling from external sources (e.g. FontAwesome) https://github.com/markphelps/flipt/pull/924
- ๐ฒ Telemetry no longer outputs log messages in case of errors or in-ability to connect https://github.com/markphelps/flipt/pull/926
- Telemetry will not run in dev or snapshot mode https://github.com/markphelps/flipt/pull/926
- โก๏ธ Dependency updates
- Module name changed to
-
v1.8.3 Changes
June 08, 2022๐ Changed
- Re-added ability to create rules for flags without any variants https://github.com/markphelps/flipt/issues/874
-
v1.8.2 Changes
April 27, 2022๐ Fixed
- โก๏ธ Broken rules reordering resulting from GRPC update https://github.com/markphelps/flipt/pull/836
-
v1.8.1 Changes
April 18, 2022๐ Changed
- โก๏ธ Updated telemetry to not run if
CI
is set. - โก๏ธ Updated telemtry to flush on each batch.
- โก๏ธ Dependency updates.
๐ Fixed
- โก๏ธ Update CORS middleware to handle Vary header properly https://github.com/markphelps/flipt/pull/803
- โก๏ธ Updated telemetry to not run if
-
v1.8.0 Changes
April 06, 2022โ Added
- Helm Chart https://github.com/markphelps/flipt/pull/777
- Basic anonymous telemetry https://github.com/markphelps/flipt/pull/790. Can be disabled via config.
๐ Changed
- โก๏ธ Updated protoc/protobuf to v1.28 https://github.com/markphelps/flipt/pull/768
- Updated CODE_OF_CONDUCT.md with my new email address
- โก๏ธ Updated README.md with link to Flipt Sandbox
- โก๏ธ Updated README.md with link to Discord
-
v1.7.0 Changes
March 22, 2022โ Added
- Ability to quickly copy constraints/variants for easier creation https://github.com/markphelps/flipt/pull/754
๐ Changed
- ๐ป Disallow empty rule creation in UI https://github.com/markphelps/flipt/issues/758
- ๐ฆ
trimpath
added asgo build
flag for builds https://github.com/markphelps/flipt/pull/722 - โก๏ธ Base alpine image updated to 3.15.1 https://github.com/markphelps/flipt/pull/757
- โก๏ธ Dependency updates
-
v1.6.3 Changes
February 21, 2022โ Added
- โ Test for failure to increment expected migration versions https://github.com/markphelps/flipt/issues/706
- All dependency licenses https://github.com/markphelps/flipt/pull/714
๐ Changed
- โก๏ธ Dependency updates
๐ Fixed
- Potential null pointer bugs in importer found by fuzzing https://github.com/markphelps/flipt/pull/713
-
v1.6.2 Changes
February 19, 2022๐ Fixed
- Issue with missing Segment.MatchType in export https://github.com/markphelps/flipt/issues/710
- ๐ป Issue with version not showing in UI (again)
-
v1.6.1 Changes
February 13, 2022๐ Fixed
- โ Issue where migrations were not checked against latest version
- ๐ป Issue where version was not showing in UI
-
v1.6.0 Changes
February 13, 2022โ Added
- โก๏ธ Flipt now shows if there is an update available in the UI https://github.com/markphelps/flipt/pull/650. Can be disabled via config.
- ๐ Variants now support JSON attachments :tada: ! https://github.com/markphelps/flipt/issues/188
- Import/Export of variant attachment JSON marshal as YAML for human readability https://github.com/markphelps/flipt/issues/697
๐ Changed
- โก๏ธ Dependency updates
- โก๏ธ Update JS to ES6 syntax
- ๐ณ Flipt now runs without root user in Docker https://github.com/markphelps/flipt/pull/659
- ๐ Changed development task runner to Task from
make
- ๐ง Re-configured how Flipt is built in a devcontainer