This repository was archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
prepare 5.6.3 release #248
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # benchmarks/src/jmh/java/com/launchdarkly/client/FlagData.java # benchmarks/src/jmh/java/com/launchdarkly/client/TestValues.java # benchmarks/src/jmh/java/com/launchdarkly/sdk/server/EventProcessorBenchmarks.java # benchmarks/src/jmh/java/com/launchdarkly/sdk/server/LDClientEvaluationBenchmarks.java # benchmarks/src/jmh/java/com/launchdarkly/sdk/server/TestValues.java
# Conflicts: # benchmarks/src/jmh/java/com/launchdarkly/sdk/server/TestValues.java
# Conflicts: # benchmarks/src/jmh/java/com/launchdarkly/sdk/server/EventProcessorBenchmarks.java # benchmarks/src/jmh/java/com/launchdarkly/sdk/server/TestValues.java
# Conflicts: # src/test/java/com/launchdarkly/sdk/server/DataModelSerializationTest.java
#289) * update to okhttp-eventsource patch for stream retry bug, improve test * add test for appropriate stream retry
* add public builder for FeatureFlagsState * javadoc fixes
# Conflicts: # src/main/java/com/launchdarkly/sdk/server/integrations/FileData.java
…h from manifest (#295)
…audit-for-sdk-related-repos-pt-2 Updates docs URLs
always use US locale when parsing HTTP dates
gwhelanLD
approved these changes
Oct 12, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[5.6.3] - 2021-10-12
Fixed:
Received invalid Date header from events service
would appear in logs, and event debugging might not stop at the correct time if the system clock was different from the LaunchDarkly services' clock (which is why the SDK checks the Date header).