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

[#96] Asynchronous Feature-Flag Stores #129

Merged
merged 22 commits into from
May 1, 2024
Merged

[#96] Asynchronous Feature-Flag Stores #129

merged 22 commits into from
May 1, 2024

Conversation

yakovmanshin
Copy link
Owner

@yakovmanshin yakovmanshin commented Apr 30, 2024

[Closes #96]

  • 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

@yakovmanshin yakovmanshin added new New feature or request breaking This issue breaks compatibility with previous versions labels Apr 30, 2024
@yakovmanshin yakovmanshin added this to the v4.0.0 milestone Apr 30, 2024
@yakovmanshin yakovmanshin self-assigned this Apr 30, 2024
@yakovmanshin yakovmanshin marked this pull request as ready for review May 1, 2024 00:02
@yakovmanshin yakovmanshin enabled auto-merge (squash) May 1, 2024 00:03
@yakovmanshin yakovmanshin merged commit 783578b into main May 1, 2024
7 checks passed
@yakovmanshin yakovmanshin deleted the 96-async-stores branch May 1, 2024 00:03
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 this pull request may close these issues.

Add support for async stores
1 participant