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

prepare 6.7.0 release #103

Merged
merged 39 commits into from
Jan 16, 2019
Merged

prepare 6.7.0 release #103

merged 39 commits into from
Jan 16, 2019

Conversation

eli-darkly
Copy link
Contributor

[6.7.0] - 2019-01-15

Added:

  • It is now possible to use DynamoDB as a persistent feature store, similar to the existing Redis integration. See DynamoDB in ldclient.integrations, and the reference guide to "Using a persistent feature store".
  • The new class CacheConfig (in ldclient.feature_store) encapsulates all the parameters that control local caching in database feature stores. This takes the place of the expiration and capacity parameters that are in the deprecated RedisFeatureStore constructor; it can be used with DynamoDB and any other database integrations in the future, and if more caching options are added to CacheConfig they will be automatically supported in all of the feature stores.

Deprecated:

  • The RedisFeatureStore constructor in ldclient.redis_feature_store. The recommended way to create a Redis feature store now is to use Redis.new_feature_store in ldclient.integrations.

eli-darkly and others added 30 commits October 4, 2018 19:17
add option to reduce front-end metadata for untracked flags
fix logic for whether a flag is tracked in all_flags_state
@eli-darkly eli-darkly requested a review from zsiddique January 16, 2019 00:57
@eli-darkly eli-darkly merged commit cf490d3 into master Jan 16, 2019
@eli-darkly eli-darkly deleted the 6.7.0 branch January 16, 2019 01:32
eli-darkly added a commit that referenced this pull request Apr 9, 2019
ensure that client components are cleaned up correctly in every configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants