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.2.1

20 Mar 22:07
Compare
Choose a tag to compare
  • Gracefully handle empty traffic allocation ranges.

v1.2.0

13 Mar 23:56
Compare
Choose a tag to compare

1.2.0

  • Introduce support for event tags.
  • Add optional eventTags argument to track method signature.
  • Removed optional eventValue argument from track method signature.
  • Removed optional sessionId argument from activate and track method signatures.
  • Allow log level config on createInstance method

Release version 1.0.1

18 Jan 22:03
Compare
Choose a tag to compare
  • Fix bug so conversion event is not sent if user is not bucketed into any experiment.
  • Bump bluebird version from 3.3.5 to 3.4.6.
  • Update event endpoint from p13nlog.dz.optimizely to logx.optimizely.
  • Add copyright headers to each file.

Release version 1.0.0

03 Oct 22:11
Compare
Choose a tag to compare
  • Introduce support for Full Stack projects in Optimizely X with no breaking changes from previous version.
  • Introduce more graceful exception handling in instantiation and core methods.
  • Update whitelisting to take precedence over audience condition evaluation.
  • Fix bug activating/tracking with attributes not in the datafile.

0.1.4

19 Sep 17:44
Compare
Choose a tag to compare
  • Add functionality for New Optimizely endpoint.

0.1.3

24 Aug 16:57
Compare
Choose a tag to compare
  • Add environment detection to event builder so it can distinguish between events sent from node or the browser.

0.1.2

05 Aug 03:45
Compare
Choose a tag to compare
  • Update travis and coveralls settings post open sourcing

0.1.1

03 Aug 14:57
Compare
Choose a tag to compare
  • Remove percentageIncluded field from JSON schema, which is not needed.

0.1.0

26 Jul 21:48
Compare
Choose a tag to compare
  • Beta release of the Node SDK for server-side testing