Skip to content

Releases: sajari/sdk-node

v5.0.0

20 Jul 04:30
14cd244
Compare
Choose a tag to compare

[Breaking change] Add accountId param to some APIs

Also update relevant wrapper functions.

Fix wrong variables type

The variables property can be found in various classes, e.g., QueryCollectionRequest, UpsertRecordRequest, ExperimentRequest; Its type is incorrectly defined as:

"variables": { [key: string]: object }

It has been changed to:

"variables": { [key: string]: BatchUpsertRecordsRequestVariablesValue }

All types should be assignable to BatchUpsertRecordsRequestVariablesValue.

v4.6.2

04 May 07:14
16650ab
Compare
Choose a tag to compare

Add support for UpdateSchemaField and DeleteSchemaField

v4.5.2

31 Mar 04:34
84e5a15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.5.2

v4.5.1

10 Mar 03:18
6da063b
Compare
Choose a tag to compare

Add support for TrackEvent and Experiment API calls.

v4.4.1

13 Jan 02:44
72615bd
Compare
Choose a tag to compare

Fix wrong version in user agent.

v4.4.0

13 Jan 01:08
3433d74
Compare
Choose a tag to compare

Add SendEvent

v4.3.0

10 Jan 05:25
3cf48b1
Compare
Choose a tag to compare

Added support for BatchUpdateRecords

4.2.0

04 Nov 07:17
Compare
Choose a tag to compare

Added support for UpdateRecord API method

4.1.0

14 Sep 02:41
Compare
Choose a tag to compare

Release of the Events API and bumping dependencies for security fixes

4.0.1

10 Jun 12:30
Compare
Choose a tag to compare

Final 4.0.1 release. Fixed npm release that failed to contain ./build