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 4.8.1 release #173

Merged
merged 291 commits into from Oct 17, 2019
Merged

prepare 4.8.1 release #173

merged 291 commits into from Oct 17, 2019

Conversation

eli-darkly
Copy link
Contributor

@eli-darkly eli-darkly commented Oct 17, 2019

[4.8.1] - 2019-10-17

Fixed:

  • The NewRelic integration was broken when using the default uberjar distribution, because the SDK was calling Class.forName() for a class name that was accidentally transformed by the Shadow plugin for Gradle. (#171)
  • Streaming connections were not using the proxy settings specified by LDConfig.Builder.proxy() and LDConfig.Builder.proxyAuthenticator(). (#172)
  • The SDK was creating an unused OkHttpClient instance as part of the static LDConfig instance used by the LDClient(String) constructor. This has been removed.
  • Passing a null sdkKey or config to the LDClient constructors would always throw a NullPointerException, but it did not have a descriptive message. These exceptions now explain which parameter was null.

eli-darkly and others added 30 commits August 17, 2018 11:15
…2124/filter-client-side-flags

# Conflicts:
#	src/main/java/com/launchdarkly/client/LDClientInterface.java
…ithout-reasons

add new version of allFlags() that captures more metadata
add error explanation and logging for malformed flags
…e-flags

add ability to filter for only client-side flags
# Conflicts:
#	gradle.properties
#	src/main/java/com/launchdarkly/client/FeatureFlag.java
#	src/main/java/com/launchdarkly/client/LDClient.java
#	src/test/java/com/launchdarkly/client/LDClientEvaluationTest.java
#	src/test/java/com/launchdarkly/client/LDClientOfflineTest.java
# Conflicts:
#	src/main/java/com/launchdarkly/client/FeatureFlagsState.java
#	src/main/java/com/launchdarkly/client/FlagsStateOption.java
#	src/main/java/com/launchdarkly/client/LDClient.java
#	src/main/java/com/launchdarkly/client/LDClientInterface.java
#	src/test/java/com/launchdarkly/client/FeatureFlagsStateTest.java
#	src/test/java/com/launchdarkly/client/LDClientEvaluationTest.java
#	src/test/java/com/launchdarkly/client/LDClientOfflineTest.java
avoid some inappropriate uses of Guava's ImmutableMap
…easons

# Conflicts:
#	src/main/java/com/launchdarkly/client/FeatureFlagsState.java
don't keep evaluating prerequisites if one fails
add tests for JSON serialization of evaluation reasons
…ith-reasons

evaluation reasons can be included in allFlagsState()
eli-darkly and others added 23 commits August 19, 2019 14:27
update doc comment for track() with metric
avoid concurrency problem with date parser for event responses
add tests and doc comments about float->int rounding
…experimentation-events""

This reverts commit 1c49f9b.
better exceptions for null params
…ent-and-proxy

apply proxy settings to stream, and manage HTTP clients better
@eli-darkly eli-darkly changed the base branch from master to 4.8.x October 17, 2019 00:56
@eli-darkly eli-darkly merged commit 1eebae1 into 4.8.x Oct 17, 2019
@eli-darkly eli-darkly deleted the release-4.8.1 branch October 17, 2019 19:00
LaunchDarklyCI pushed a commit that referenced this pull request Jan 17, 2020
don't include exception in error reason JSON rep
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.

None yet

6 participants