Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog for v1.24 #1932

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.24.0](https://github.com/flipt-io/flipt/releases/tag/v1.24.0) - 2023-07-31

### Added

- boolean flag type, rollouts, and new evaluation routes :tada: (#1824)
- `fs/s3`: Initial support for s3 filesystem backend (#1900)
- `email`: Add email matching logic for whitelisting OIDC
- `build`: add mage dagger:run generate:screenshots (#1868)
- add cache to get evaluation rules storage method (#1910)

### Changed

- unhide validate command (#1909)
- add rudineirk as a contributor for code (#1913)
- add ahobson as a contributor for code (#1905)
- Dependency updates

### Fixed

- renable pprof (#1912)
- dagger cli test (#1899)
- `ui`: memoize selectors for namespaces (#1837)

## [v1.23.3](https://github.com/flipt-io/flipt/releases/tag/v1.23.3) - 2023-07-06

### Fixed
Expand Down