Skip to content

Latest commit

 

History

History
102 lines (47 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

102 lines (47 loc) · 4.31 KB

Changelog

1.8.2 (2024-03-27)

Bug Fixes

  • getEntities: use 'hasNextPage' attribute to get all entities (d5ceca7)

1.8.1 (2024-02-28)

Bug Fixes

  • skalin: add DeleteContact func to the Skalin interface definition (1119d17)

1.8.0 (2024-02-28)

Features

  • agreement: delete agreement (5b2eddc)
  • contact: add DeleteContact func (186bff7)

1.7.0 (2023-10-18)

Features

  • tags: create GetTags and GetTagByID func (8038241)

1.6.0 (2023-07-19)

Features

  • tracking: add CIP in HitTrack struct (b0ba4eb)

1.5.0 (2023-07-17)

Features

  • add custom headers for hit endpoint (01f131e)

1.4.0 (2023-07-12)

Features

1.3.0 (2023-06-21)

Features

  • getData: update generic getEntities func to get all data using metadata returning by skalin API (dfbf5c4)

1.2.0 (2023-06-19)

Features

  • agreement: create sdk func for agreement (3f61bf2)

1.1.2 (2023-06-15)

Bug Fixes

  • api: log body response error fix + do not log body if it contains access_token (394467d)

1.1.1 (2023-06-08)

Bug Fixes

  • logger: define default logger in new func (a2c6a5b)

1.1.0 (2023-06-07)

Features

  • contact: consider params to filter contacts list (64aa4bf)
  • contact: create contact with customerId url + consider customAttributes (73fe116)
  • contact: create update func (c3ffa11)
  • customer: create getCustomers func (b1456e7)
  • skalin: add setter for logger (a5ff6bf)

Bug Fixes

  • updateContact: remove unmarshal response from update API request because skalin API only return 'status: success' response (1c3e032)

1.0.0 (2023-06-02)

Features

  • create sdk function to create contact and customer + list contact (0d21014)