Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Releases: optimizely/node-sdk

Release 1.5.0

19 Dec 17:57
09b60b4
Compare
Choose a tag to compare
  • Implemented IP anonymization.
  • Implemented bucketing IDs.
  • Implemented notification listeners.

Release 1.4.2

21 Sep 18:34
Compare
Choose a tag to compare
  • Bug fix to filter out undefined values in attributes and event tags

Release 1.4.1

20 Sep 21:56
Compare
Choose a tag to compare
  • Remove a duplicated test

Release 1.4.0

17 Aug 20:55
Compare
Choose a tag to compare
  • Add support for numeric metrics.
  • Add getForcedVariation and setForcedVariation methods for client-side variation setting
  • Bug fix for filtering out null attribute and event tag values

Release 1.3.3

29 Jun 20:26
Compare
Choose a tag to compare
  • Removed JSON Schema Validator from Optimizely constructor
  • Minor bug fixes

Release 1.3.2

21 Jun 00:27
Compare
Choose a tag to compare
  • Updated SDK to use new event endpoint

Release 1.3.1

01 Jun 21:04
Compare
Choose a tag to compare
  • Removed request-promise from dependencies
  • Moved bluebird to devDependencies

Release 1.3.0

16 May 21:39
Compare
Choose a tag to compare
  • Introduced user profile service.
  • Minor performance and readibility improvements.

Release 1.2.3

28 Apr 00:52
Compare
Choose a tag to compare
  • Switched to json-schema library which has a smaller footprint.
  • Refactored order of bucketing logic.
  • Refactor lodash dependencies.
  • Fixed error on validation for objects with undefined values for attributes.

Release 1.2.2

28 Apr 00:52
Compare
Choose a tag to compare
  • Use the 'name' field for tracking event tags instead of 'id'.