-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare 6.8.4 release #116
Conversation
add option to reduce front-end metadata for untracked flags
fix logic for whether a flag is tracked in all_flags_state
use expiringdict from PyPi
implement file data source
Hr/azurepytest
don't load test dependencies in Python 3.3 that don't work in Python 3.3
… without valid users
coerce user attributes into strings when necessary, don't send events without valid users
from ldclient.versioned_data_kind import FEATURES, SEGMENTS | ||
|
||
__LONG_SCALE__ = float(0xFFFFFFFFFFFFFFF) | ||
|
||
__BUILTINS__ = ["key", "ip", "country", "email", | ||
"firstName", "lastName", "avatar", "name", "anonymous"] | ||
|
||
__USER_ATTRS_TO_STRINGIFY_FOR_EVALUATION__ = [ "key", "secondary" ] | ||
# Currently we are not stringifying the rest of the built-in attributes prior to evaluation, only for events. | ||
# This is because it could affect evaluation results for existing users (ch35206). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we expose a clubhouse ticket number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see why not. It's not sensitive information and it may be helpful to us later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, just checking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
(re)implement setting proxy URL by environment variable
[6.8.4] - 2019-03-29
Fixed:
track
oridentify
is called without a user, the SDK now logs a warning, and does not send an analytics event to LaunchDarkly (since it would not be processed without a user).