Skip to content

Releases: klaviyo/klaviyo-swift-sdk

3.0.1

25 Jan 21:45
bcfb37d
Compare
Choose a tag to compare

What's Changed

  • Using iOS 13 as min deployment version in the package.swift file by @ajaysubra in #149

Full Changelog: 3.0.0...3.0.1

3.0.0

24 Jan 15:11
be07f99
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated api and associated code. by @ndurell in #133
  • Breaking changes to remove old event metric cases by @evan-masseau in #139
  • Remove deprecated event initializer by @ndurell in #144
  • Fixed opened push not getting called when app is terminated by @ajaysubra in #145

Full Changelog: 2.5.0...3.0.0

2.5.1

22 Jan 22:05
26a3bec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.5.1

3.0.0-alpha.1

12 Jan 20:34
Compare
Choose a tag to compare
3.0.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.5.0...3.0.0-alpha.1

2.5.0

12 Jan 17:15
4f6b2ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0

03 Jan 18:28
bb2506d
Compare
Choose a tag to compare

What's Changed

  • Added some comments and minor refactors. by @ajaysubra in #125
  • Fix for SDK stuck in bad state when email or phone number fails API validation by @ajaysubra in #127
  • Fixing a user reported crash on device model code by @ajaysubra in #129
  • release 2.4.0 by @ndurell in #130

Full Changelog: 2.3.0...2.4.0

2.3.0

05 Dec 20:58
e28969b
Compare
Choose a tag to compare

Notable Changes in 2.3.0

Version 2.3.0 has a few significant under the hood changes with how profiles are updated/created. This is done to both reduce the number of requests generated by the SDK. This also reduces the number of anonymous profiles created by the SDK.

  • An anonymous profile will no longer be created when initialize is called.
  • The SDK will now only send token requests when either profile or token information has changed.
  • The SDK will only send profile updates when profile data has changed.

What's Changed

Full Changelog: 2.2.1...2.3.0

2.2.1

11 Aug 17:09
fc3d084
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

17 Jul 18:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.2.0

2.1.0-beta1

05 Jul 19:05
eb0e8ac
Compare
Choose a tag to compare
2.1.0-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0-beta1