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 - #9) better unit test coverage of LDClient and FeatureFlagsState
(4.x) implement JMH benchmarks
(5.0) adapt JMH benchmarks for 5.0
# Conflicts: # CONTRIBUTING.md # src/main/java/com/launchdarkly/sdk/server/Evaluator.java # src/main/java/com/launchdarkly/sdk/server/LDClient.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
make LDEndToEndClientTest.test____SpecialHttpConfigurations less timing-sensitive
make data source status tests less timing-sensitive
…reaming-data use streaming JSON parsing for incoming LD data
make evaluator result object immutable and reuse instances
avoid creating List iterators during evaluations
…ts-for-allflags fix allFlagsState to not generate prereq eval events
bump okhttp & okhttp-eventsource dependencies
louis-launchdarkly
approved these changes
Jul 28, 2022
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.9.3] - 2022-07-28
Changed:
okhttp
dependency to version 4.9.3 to address a reported vulnerability in earlier versions of that library, which could have allowed potentially sensitive information to be written to the log if you had put that information in a custom header value that contained an illegal character (see release notes for Java SDK 5.6.0). (#271)