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 56
prepare 4.14.0 release #192
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
…per build (#126) * re-introduce ossrh properties which were removed a while back * adding a comment * bump felix versions
drop events if inbox is full
deprecate samplingInterval
add polling mode tests and end-to-end streaming test
revise custom TLS config implementation, add tests
(4.x) add getters for all properties on EvaluationReason; deprecate subclasses
(4.x) add scoped configuration for HTTP options
Java SDK should only log exception stacktraces at debug level
# Conflicts: # gradle.properties
…or-comment better documentation of client constructor, with singleton advice
(#1) relax test app OSGi version constraints to support beta versions
…eta-2 further fix to packaging test for beta versions
decouple event HTTP logic from event processing
…e-url make events URI construction reliable regardless of whether base URI ends in a slash
bwoskow-ld
approved these changes
May 13, 2020
gwhelanLD
approved these changes
May 13, 2020
eli-darkly
added a commit
that referenced
this pull request
May 14, 2020
(5.0 - #1) implement new DataStore/PersistentDataStore model
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.14.0] - 2020-05-13
Added:
EventSender
interface andEventsConfigurationBuilder.eventSender()
allow you to specify a custom implementation of how event data is sent. This is mainly to facilitate testing, but could also be used to store and forward event data.Fixed:
LDClient
constructors to provide a better explanation of the client's initialization behavior.