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.0.0 release #171

Merged
merged 302 commits into from
Jan 26, 2021
Merged

prepare 6.0.0 release #171

merged 302 commits into from
Jan 26, 2021

Conversation

LaunchDarklyCI
Copy link
Contributor

[6.0.0] - 2021-01-26

Added:

  • Added a socket_factory configuration option which can be used for socket creation by the HTTP client if provided. The value of socket_factory must be an object providing an open(uri, timeout) method and returning a connected socket.

Changed:

  • Switched to the http gem instead of socketry (with a custom http client) for streaming, and instead of Net::HTTP for polling / events.
  • Dropped support for Ruby < version 2.5
  • Dropped support for JRuby < version 9.2

eli-darkly and others added 30 commits November 2, 2018 11:26
don't use Thread.raise to stop PollingProcessor thread; add test for PollingProcessor.stop
…port

factor common logic out of RedisFeatureStore, add integrations module
DynamoDB feature store implementation
greatly improve documentation comments
jacobthemyth and others added 25 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
@hroederld hroederld self-requested a review January 26, 2021 21:33
@LaunchDarklyCI LaunchDarklyCI merged commit 669eff9 into master Jan 26, 2021
@LaunchDarklyCI LaunchDarklyCI deleted the release-6.0.0 branch January 26, 2021 21:33
LaunchDarklyReleaseBot pushed a commit that referenced this pull request Dec 9, 2021
fix big segments user hash algorithm to use SHA256
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.

6 participants