Releases: segmentio/analytics-ios
Releases · segmentio/analytics-ios
4.1.8
Version 4.1.8 (1 February, 2023)
- Fix Fix null setting entry crash on tvOS
4.1.7
Version 4.1.7 (6 January, 2023)
- Fix Removed writekey from request header; Added context.instanceId.
4.1.6
Version 4.1.6 (5 October, 2021)
- Fix Removed unused exclude in Package.swift
- Fix Fix potential deadlock on first app launch
4.1.5
- Fix Add missing nullability identifier
- Fix Update Readme with SPM guide
4.1.4
- Fix Add missing import in Segment.h for Xcode 12.5
- Fix Revert static lib podspec change.
4.1.3
- Fix Pull IDFA if it has changed and rebuild context if necessary.
- Fix Support Data Residency.
- Fix Added static lib support for Cocoapods.
4.1.2
Version 4.1.2 (12 November, 2020)
- Fix Standarized all SDK versions between dependency managers. Migrated to importing modules vs headers. Removed all linked frameworks.
- Fix Fixed missing userId in traits.
- Fix Fixed an issue with NSCopying preceding SEGSerialization.
- Fix Output log messages when events are trimmed from the queue.
- Fix Added category option to screen calls.
4.1.1
Version 4.1.1 (27 October, 2020)
- Fix Fixed example projects using old branch for SPM.
- Fix Repaired mac example project.
- [Fix] Fixed carthage support for main library and destinations.
4.1.0
Version 4.1.0 (19 October, 2020)
- New Added Webhook Integration.
- New Renamed module from
Analytics
to Segment
.
- Fix Removed unused mobile attribution.
- New Added ability for customer to make their types serializable.
- New Added necessary changes for Edge Functions.
4.0.5 (pre-release)
- Fix Fixed issue where non-serializable types would get into payload.
- Fix Fixed double device payload.
- New Deprecated configuration access and updated associated tests.
- Fix Disregard payloads that fail conversion from plist to json.
- New Added Swift and Carthage badging.