You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
* implement rule evaluation logic
* fix lint failure
* increment version
* fix lint failure
* fix lint failure
* refactor evaluate condition
* add unit test
* use object for subject
* move subject model to separate module
* update README
* rename assign to get_assignment for consistency with other SDKs
* update changelog
* make subjectAttributes a second param
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,17 @@
11
11
* Describe deprecated APIs in this version
12
12
-->
13
13
14
+
## [1.0.0] - 2022-06-08
15
+
16
+
#### New Features:
17
+
* Subject attributes: an optional `subject_attributes` param is added to the `get_assignment` function. The subject attributes may contains custom metadata about the subject. These attributes are used for evaluating any targeting rules defined on the experiment.
0 commit comments