Skip to content

Commit

Permalink
Release/261.0.0 (#5000)
Browse files Browse the repository at this point in the history
This release contains the first release of the Remote Feature Flag
Controller
  • Loading branch information
danjm authored and Gudahtt committed Nov 28, 2024
1 parent b0f514c commit 578ec22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/remote-feature-flag-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]

### Added

- Initial release ([#4931](https://github.com/MetaMask/core/pull/4931))
- Initial release of the RemoteFeatureFlagController. ([#4931](https://github.com/MetaMask/core/pull/4931))
- This controller manages the retrieval and caching of remote feature flags. It fetches feature flags from a remote API, caches them, and provides methods to access and manage these flags. The controller ensures that feature flags are refreshed based on a specified interval and handles cases where the controller is disabled or the network is unavailable.

[Unreleased]: https://github.com/MetaMask/core/
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

0 comments on commit 578ec22

Please sign in to comment.