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 8.0.0 release #227

Merged
merged 527 commits into from
Oct 17, 2023
Merged

prepare 8.0.0 release #227

merged 527 commits into from
Oct 17, 2023

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[8.0.0] - 2023-10-17

The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.

For detailed information about this version, refer to the list below. For information on how to upgrade from the previous version, read the migration guide.

Added:

  • A new Migrator type which provides an out-of-the-box configurable migration framework.
  • For more advanced use cases, added new migration_variation and track_migration_op methods on LDClient.

Removed:

  • Ruby 2.7 support was removed.
  • The legacy user format for contexts is no longer supported. To learn more, read the Contexts documentation.
  • Previously deprecated config options user_keys_capacity, user_keys_flush_interval, private_attribute_names, default_user_keys_capacity, user_cache_size, user_cache_time, and default_user_keys_flush_interval have been removed.
  • Previously deprecated test data flag builder methods variation_for_all_users, value_for_all_users, and clear_user_targets have been removed.

jacobthemyth and others added 30 commits May 27, 2020 10:05
* Only shutdown a Redis pool created by SDK

* Make pool shutdown behavior an option
* update json dep to 2.3.x to fix CVE
# Conflicts:
#	launchdarkly-server-sdk.gemspec
#	lib/ldclient-rb/config.rb
#	lib/ldclient-rb/evaluation.rb
#	lib/ldclient-rb/integrations/redis.rb
#	lib/ldclient-rb/ldclient.rb
#	lib/ldclient-rb/requestor.rb
#	lib/ldclient-rb/stream.rb
#	spec/evaluation_spec.rb
#	spec/file_data_source_spec.rb
#	spec/polling_spec.rb
#	spec/redis_feature_store_spec.rb
#	spec/stream_spec.rb
revert renames of feature_store & update_processor
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot requested a review from a team October 17, 2023 20:45
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot merged commit bd5edb0 into main Oct 17, 2023
1 check passed
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-8.0.0 branch October 17, 2023 21:00
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.