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 - #5) remove com.launchdarkly.sdk classes, get them from common package
5.0: remove NewRelicReflector
(5.0 - #6) add mechanism for data store status reporting
(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
(5.0 - #10) test coverage improvements + minor fixes
(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
LaunchDarklyCI
pushed a commit
that referenced
this pull request
Jun 19, 2020
use Set instead of List for user targets
gwhelanLD
approved these changes
Jun 19, 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.1] - 2020-06-19
Fixed: