Skip to content

Update the 3.0.0 changelog #168

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

Merged
merged 3 commits into from
Mar 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ New Features:
*unconditionally*, without first determining whether the user is
targeted by a known experiment that uses the event. This may
increase outbound network traffic.
- In Optimizely results, conversion events sent by 3.0 SDKs are
automatically attributed to variations that the user has
previously seen, as long as our backend has actually received the
impression events for those variations.
- In Optimizely results, conversion events sent by 3.0 SDKs don't
explicitly name the experiments and variations that are currently
targeted to the user. Instead, conversions are automatically
attributed to variations that the user has previously seen, as long
as those variations were served via 3.0 SDKs or by other clients
capable of automatic attribution, and as long as our backend
actually received the impression events for those variations.
- Altogether, this allows you to track conversion events and
attribute them to variations even when you don’t know all of a
user’s attribute values, and even if the user’s attribute values
Expand Down Expand Up @@ -70,6 +73,10 @@ New Features:
Breaking Changes:
~~~~~~~~~~~~~~~~~

- Conversion events sent by 3.0 SDKs don't explicitly name the experiments
and variations that are currently targeted to the user, so these events
are unattributed in raw events data export. You must use the new *results*
export to determine the variations to which events have been attributed.
- Previously, notification listeners were only given string-valued user
attributes because only strings could be passed into various method
calls. That is no longer the case. You may pass non-string attribute
Expand Down