Skip to content

Releases: klaviyo/klaviyo-swift-sdk

1.7.1

08 Mar 02:12
df0da7a
Compare
Choose a tag to compare

What's Changed

Important Note

Version 1.7.0 appended service=klaviyo to event api calls. This had some unintended consequences so we've reverted that behavior in 1.7.1. If you have further questions on this feel free to reach out to the Klaviyo support team.

New Contributors

Full Changelog: 1.7.0...1.7.1

1.7.0

23 Dec 19:53
Compare
Choose a tag to compare

What's Changed

  • [TP147315] - Use updated instructions for push setup and tracking. by @ndurell in #38
  • [TP147313] - Misc Cleanup by @ndurell in #39
  • Make Server URL Mutable For DEBUG Builds by @ndurell in #40
  • add new network session struct which wraps urlsession by @ndurell in #41
  • TP150060 - klaviyo api client by @ndurell in #42
  • [TP150065] - Network Session Now Using async/await by @ndurell in #45
  • [TP160065] - Klaviyo State and Encoding fixes. by @ndurell in #46
  • [tp160065] - Final steps toward v3 support by @ndurell in #47
  • Corrected keypath to _k tracking properties by @evan-masseau in #49
  • [TP-150071] - numerous updates for migration and app life cyle by @ndurell in #48
  • Address issues found during testing by @ndurell in #50
  • 1.7.0 SDK Release by @ndurell in #51

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

26 Oct 19:51
Compare
Choose a tag to compare

What's Changed

  • [PUSH-139] - Update Gemfile by @ndurell in #34
  • [PUSH-127] - Fix archiveRootObject deprecation by @ndurell in #33
  • [TP 147318] - fix crash that occurs in the test app by @ndurell in #37

Full Changelog: 1.5.1...1.6.0

1.5.1

22 Sep 11:18
89eb862
Compare
Choose a tag to compare
  • Adds Support for Swift Package Manager (SPM)
  • Removes use of deprecated network indicator activity.
  • README Updates and clarifications.

1.5.0

30 Apr 18:28
Compare
Choose a tag to compare
  • Update to swift 5.
  • Updates for automating releases to cocoapods.

1.4.2

14 Aug 14:14
Compare
Choose a tag to compare
  • Fixes background thread access to call from main thread. PR here.