prepare 7.3.1 release#163
Merged
Merged
Conversation
ensure that client components are cleaned up correctly in every configuration
miscellaneous test fixes
# Conflicts: # ldclient/client.py # ldclient/flag.py # testing/test_ldclient.py
support metric value with track()
allow unit tests to be run without databases
update readme format and repo links
fix skipping of database tests
use log.warning(), not log.warn() or warnings.warn()
update mypy version
fix big segments user hash algorithm to use SHA256
…empty more Big Segments fixes
keelerm84
approved these changes
Feb 14, 2022
LaunchDarklyReleaseBot
pushed a commit
that referenced
this pull request
Feb 16, 2022
…ean-variation-fixes Fixed bugs with FlagBuilder's off_variation() and fallthrough_variation() methods
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[7.3.1] - 2022-02-14
Added:
Fixed:
threading.Condition.notifyAll(). (Thanks, jdmoldenhauer!)None.secondaryattribute will now reference the correct value.identifymethod should not emit an event if the user key is an empty string.prereqOffield in event data if it is null. This is done to save on event transfer bandwidth.Configwill work consistently whether they have trailing slashes or not.all_flags_stateto produce bootstrap data for the JavaScript SDK, the Python SDK was not returning the correct metadata for evaluations that involved an experiment. As a result, the analytics events produced by the JavaScript SDK did not correctly reflect experimentation results.all_flags_statewas always including the flag's version even when it was unnecessary.