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.3.1 release #191

Merged
merged 384 commits into from
Dec 31, 2021
Merged

prepare 6.3.1 release #191

merged 384 commits into from
Dec 31, 2021

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[6.3.1] - 2021-12-31

Fixed:

  • Fixed a bug that could cause a streaming connection to fail intermittently if the feature flag data contained UTF-8 characters outside of the ASCII character set. This would happen if a multi-byte character happened to be split across two successive reads from the stream, so the chances of it happening varied according to how often international characters appeared in the data and how much buffering of reads was done by the OS.
  • In JRuby only, stream reconnections would fail if the application explicitly set the initial reconnect delay to zero.

eli-darkly and others added 30 commits January 15, 2019 13:47
add test for Unicode in feature store serialization
Consul feature store implementation
# Conflicts:
#	README.md
#	lib/ldclient-rb/in_memory_store.rb
numerous Ruby SDK documentation fixes
improve feature store tests + minor Redis fixes
add YARD config so our docs show up correctly everywhere
# Conflicts:
#	lib/ldclient-rb/requestor.rb
#	spec/http_util.rb
#	spec/requestor_spec.rb
remove Faraday; fix charset handling in poll requests
fix concurrent-ruby usage that breaks on Windows
add pipeline and clean up with with rm_rf instead of rm
belevy and others added 25 commits November 30, 2021 14:29
…fusion; Remove unnecessary nil check on variations in build function; fixup comments
fix big segments user hash algorithm to use SHA256
always cache big segment query result even if it's nil
* use TestData in our own tests

* fix test
replace LaunchDarkly::FileDataSource with LaunchDarkly::Integrations::FileData
update ruby-eventsource version for recent SSE fixes
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot merged commit ebf01bf into master Dec 31, 2021
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-6.3.1 branch December 31, 2021 22:06
LaunchDarklyReleaseBot pushed a commit that referenced this pull request Jun 15, 2022
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.