Skip to content

Releases: klaviyo/klaviyo-api-ruby

v5.0.0

16 Oct 21:02
Compare
Choose a tag to compare
Version 5.0.0

v4.2.0

15 Sep 20:01
Compare
Choose a tag to compare
Version 4.2.0

v4.1.0

15 Aug 20:11
Compare
Choose a tag to compare
Version 4.1.0

v4.0.0

17 Jul 17:29
Compare
Choose a tag to compare
Version 4.0.0

v3.0.0

15 Jun 14:55
Compare
Choose a tag to compare
Version 3.0.0

Version 2.0.0

06 Apr 15:35
Compare
Choose a tag to compare

[2.0.0] - 2023-04-06

Added

  • Profiles API now returns predictive analytics when calling get_profile and get_profiles by passing in additional_fields_profile: ["predictive_analytics"].

Changed

  • Relationship endpoints that were previously grouped together are now split into related-resource-specific endpoints.

Migration Guide

  • To migrate to this latest version, all calls to relationship endpoints need to be updated, as in the following example:
    • get_campaign_relationships(id, "tags") will become get_campaign_relationships_tags(id).

Version 1.2.0

23 Feb 16:24
35f8de7
Compare
Choose a tag to compare

[1.2.0] - 2023-02-22

Added

  • Campagins (which were previously in our Beta API/SDKs)

Changes

  • Profiles
    • Fix longitude value in ProfileLocation type mapping
  • Flows
    • Pagination changed from page offset to cursor

Version 1.1.0

25 Jan 20:36
9d5e2c2
Compare
Choose a tag to compare

[1.1.0] - 2022-01-24

Added

  • Added the following endpoints (which were previously in our Beta API/SDKs):
    • Data Privacy
    • All Tags endpoints, as well as the following related resource-specific endpoints:
      • Get Flow Tags
      • Get List Tags
      • Get Segment Tags

Version 1.0.1

06 Dec 21:11
Compare
Choose a tag to compare

[1.0.1] - 2022-12-06

Changes

  • Support for cursor pagination
    • Passing the next value from a paginated result to the following call via the page_cursor query string argument will now result in the cursor being parsed and set appropriately by the ApiClient.

Version 1.0.0

19 Oct 19:54
Compare
Choose a tag to compare

[1.0.0] - 2022-10-19

Added

  • Initial release

Changes

  • Naming changes:
    • Package name: klaviyo/sdk-beta → klaviyo/api
    • Namespace: KlaviyoBeta → KlaviyoAPI
    • Client name: Client → KlaviyoAPI
    • Client variable name in readme examples: $client → $klaviyo
    • Some functions have changed name
  • Parameter ordering:
    • The order of params has changed; you will need to update these for your existing implementation to work
  • New resources and endpoints:
    • See API Changelog for full details