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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for async stores #96

Closed
yakovmanshin opened this issue Jul 3, 2022 · 0 comments · Fixed by #129
Closed

Add support for async stores #96

yakovmanshin opened this issue Jul 3, 2022 · 0 comments · Fixed by #129
Assignees
Labels
breaking This issue breaks compatibility with previous versions new New feature or request
Milestone

Comments

@yakovmanshin
Copy link
Owner

No description provided.

@yakovmanshin yakovmanshin added the new New feature or request label Jul 3, 2022
@yakovmanshin yakovmanshin added this to the v3.1.0 milestone Jul 3, 2022
@yakovmanshin yakovmanshin modified the milestones: v3.1.0, v4.0.0 Oct 5, 2022
@yakovmanshin yakovmanshin self-assigned this Oct 5, 2022
@yakovmanshin yakovmanshin added the breaking This issue breaks compatibility with previous versions label Apr 26, 2024
yakovmanshin added a commit that referenced this issue May 1, 2024
* Extended the methods of `FeatureFlagStoreProtocol`, `MutableFeatureFlagStoreProtocol`, and `FeatureFlagResolverProtocol` with `async`
* Introduced these components’ synchronous counterparts which inherit from the asynchronous variants
* Switched the built-in feature-flag stores to the synchronous protocols
* Switched `FeatureFlag` to `SynchronousFeatureFlagResolverProtocol`
* Refactored and extended `FeatureFlagResolver`
* Extended `FeatureFlagResolverError`
* Refactored and extended tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This issue breaks compatibility with previous versions new New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant