Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Conversation

@eli-darkly
Copy link
Contributor

@eli-darkly eli-darkly commented Oct 1, 2018

[4.4.0] - 2018-10-01

Added:

  • The allFlagsState() method now accepts a new option, FlagsStateOption.DETAILS_ONLY_FOR_TRACKED_FLAGS, which reduces the size of the JSON representation of the flag state by omitting some metadata. Specifically, it omits any data that is normally used for generating detailed evaluation events if a flag does not have event tracking or debugging turned on.

Fixed:

  • JSON data from allFlagsState() is now slightly smaller even if you do not use the new option described above, because it completely omits the flag property for event tracking unless that property is true.

eli-darkly and others added 30 commits June 28, 2018 15:01
don't give up permanently after a 400 error
add brief Java compatibility note to readme
evaluate with an explanation - initial implementation
stop using deprecated TestFeatureStore in tests
avoid unnecessary retry after Redis update
…vents

include explanations, if requested, in full feature request events
eli-darkly and others added 24 commits August 23, 2018 14:14
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()
make LDUser serialize correctly as JSON and add more test coverage
preserve prerequisite flag value in event even if flag was off
more test coverage for requesting values of different types
new option for sending less bootstrap data based on event tracking status
@eli-darkly eli-darkly requested a review from pkaeding October 1, 2018 23:10
@eli-darkly eli-darkly changed the title 4.4.0 prepare 4.4.0 release Oct 1, 2018
@eli-darkly eli-darkly merged commit fba773c into master Oct 2, 2018
LaunchDarklyCI pushed a commit that referenced this pull request Oct 18, 2019
…tric

restore previously existing track() overload
@eli-darkly eli-darkly deleted the 4.4.0 branch November 6, 2019 05:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants