This repository has been 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
Conversation
This file contains 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
(5.0 - #7) add stream logic for data store outages + improve test code
fix shading problem with javax classes
# Conflicts: # src/main/java/com/launchdarkly/client/Components.java # src/main/java/com/launchdarkly/client/LDConfig.java # src/main/java/com/launchdarkly/client/StreamProcessor.java # src/main/java/com/launchdarkly/sdk/server/DefaultEventProcessor.java # src/main/java/com/launchdarkly/sdk/server/DefaultFeatureRequestor.java # src/main/java/com/launchdarkly/sdk/server/DiagnosticEvent.java # src/main/java/com/launchdarkly/sdk/server/HttpConfiguration.java # src/main/java/com/launchdarkly/sdk/server/LDClient.java # src/main/java/com/launchdarkly/sdk/server/Util.java # src/test/java/com/launchdarkly/client/UtilTest.java # src/test/java/com/launchdarkly/sdk/server/DiagnosticEventTest.java # src/test/java/com/launchdarkly/sdk/server/LDConfigTest.java # src/test/java/com/launchdarkly/sdk/server/StreamProcessorTest.java
(4.x) add getters for all properties on EvaluationReason; deprecate subclasses
# Conflicts: # src/main/java/com/launchdarkly/client/EvaluationReason.java # src/test/java/com/launchdarkly/client/EvaluationReasonTest.java
(4.x) add scoped configuration for HTTP options
Java SDK should only log exception stacktraces at debug level
# Conflicts: # gradle.properties
# Conflicts: # src/main/java/com/launchdarkly/client/EvaluationReason.java # src/main/java/com/launchdarkly/client/LDConfig.java # src/test/java/com/launchdarkly/client/EvaluationReasonTest.java
…or-comment better documentation of client constructor, with singleton advice
5.0 (#1): remove deprecated HTTP config properties
…eleted-flag 5.0: fix NPE from allFlagsState when there's a deleted flag
…ntext 5.0 (#2): don't keep the entire LDConfig instance around after creating LDClient
(5.0 - #11) add HTTP default headers method + some component refactoring
# Conflicts: # src/main/java/com/launchdarkly/sdk/server/Components.java # src/main/java/com/launchdarkly/sdk/server/LDClient.java
(5.0) use simpler and more stable logger names
# Conflicts: # src/main/java/com/launchdarkly/sdk/server/ComponentsImpl.java # src/main/java/com/launchdarkly/sdk/server/LDClient.java
# Conflicts: # src/main/java/com/launchdarkly/sdk/server/integrations/FileDataSourceImpl.java
(5.0 - #12) final test coverage improvements, for now, with enforcement
support loading file data from a classpath resource
# Conflicts: # gradle.properties # src/main/java/com/launchdarkly/sdk/server/Version.java
use okhttp-eventsource 2.3.1 for thread fix
fix flaky tests due to change in EventSource error reporting
remove support for indirect put and indirect patch
fix typo in javadoc example code
…init store unnecessarily (#256)
LaunchDarklyCI
pushed a commit
that referenced
this pull request
Jun 25, 2020
…eads (4.x) change in-memory store to use an immutable map and lockless reads
gwhelanLD
approved these changes
Jun 25, 2020
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.0.2] - 2020-06-25
Changed:
StreamingDataSourceBuilder.pollingBaseURI
if you are also settingbaseURI
. This is due to a change in how the LaunchDarkly streaming service works. The setter method still exists, but no longer has any effect and will be deprecated in a future release.Fixed:
DataSourceStatusProvider
was continuing to report the status asINTERRUPTED
when it should have been restored toVALID
.FlagValueChangeListener
.