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 55
prepare 4.0.0 release #125
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
… include inline user
summary events (1)
…ts-2 # Conflicts: # src/main/java/com/launchdarkly/client/Event.java
summary events (2): changes regarding debug events and index events
summary events (3): retry event posting once on exception or 5xx error
summary events (4): send as much of a feature event as possible even if user is invalid
add variation index to feature events and summary counters
reorganize & expand LDClient tests; simplify logic for creating update processor
# Conflicts: # src/main/java/com/launchdarkly/client/LDClient.java # src/main/java/com/launchdarkly/client/RedisFeatureStore.java
use factories for all pluggable components
ashanbrown
approved these changes
May 10, 2018
bwoskow-ld
added a commit
that referenced
this pull request
May 1, 2019
* artifact/repository rename + doc update * cleaning up markdown files * cleaning up markdown files * cleaning up markdown files * cleaning up markdown files * absolute contributing url * adding "server-side" to the title * adding "server-side" to the title * relative link * add a note to the changelog about the artifact name change
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.
[4.0.0] - 2018-05-10
Changed:
inlineUsersInEvents. For more details, see Analytics Data Stream Reference.LdClientclass is nowfinal.Added:
LDConfig.Builder(updateProcessorFactory,featureStoreFactory,eventProcessorFactory) allow you to specify different implementations of each of the main client subcomponents (receiving feature state, storing feature state, and sending analytics events) for testing or for any other purpose. TheComponentsclass provides factories for all built-in implementations of these.Deprecated:
featureStoreconfiguration method is deprecated, replaced by the new factory-based mechanism described above.