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
* Changed the bucketing ID terminology to bucketing key--this is more appropriate as this value is used for the key of the murmur function. Also,the bucketing ID keyword will be used for the user-assigned bucketing value.
* Added the bucketingId parameter to the bucketer.
* Get the bucketing ID from the attributes if one of the keys is the reserved bucketing ID.
* Fixed the bucketing tests with the addition of the bucketing ID.
* Included tests for bucket method in the bucketer class for bucketing ID.
* Added additional bucketing ID tests for invalid experiment keys and grouped experiments.
* Added bucketingID tests for getVariation.
* Fixed a getVariation test.
* Added bucketing ID tests for getVariation in the decision service.
* Changed the bucketing ID reserved keyword name.
* Added a test for bucketing ID in an impression event.
* Disabled the log in the test.
* Removed generated snippet file.
* Fixed nits from PR.
* Added bucketing id as an attribute payload with null id in events.
* Adding local host and port for Charles debugging. Will remove later.
* Disabled https verification for debugging. Will remove.
* Revert "Disabled https verification for debugging. Will remove."
This reverts commit eeeda2e.
* Revert "Adding local host and port for Charles debugging. Will remove later."
This reverts commit 08f52b1.
* Added a test to make sure that the conversion event contains the bucketin ID if it is part of the attributes map.
0 commit comments