Releases: sajari/sdk-node
Releases · sajari/sdk-node
v5.0.0
[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
v4.5.2
What's Changed
- reuse connections by default by @soulplant in #52
New Contributors
- @soulplant made their first contribution in #52
Full Changelog: v4.5.1...v4.5.2
v4.5.1
v4.4.1
Fix wrong version in user agent.
v4.4.0
Add SendEvent
v4.3.0
4.2.0
4.1.0
Release of the Events API and bumping dependencies for security fixes
4.0.1
Final 4.0.1 release. Fixed npm release that failed to contain ./build