Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[ios-v0.0.1-rc1] - 2025-03-11
🐛 Bug fixes
- (ios): Update long press timeout (#1801)
- (ios): Data type issue
- (ios): Data ingestion failure
🔨 Misc
- (ios): Update release scripts (#1876)
- (ios): Add release scripts (#1869)
- (ios): Update public apis (#1841)
- (ios): Add scripts to upload dsyms (#1823)
- (ios): Add binary images to exception (#1802)
- (ios): Add spm and cocoapod support (#1796)
- (ios): Add layout snapshots to gestures (#1779)
- (ios): Add privacy manifest (#1782)
- (ios): Add sessionator data (#1749)
- (ios): Add public apis to set and unset userid
- (ios): Add session sampling and data cleanup (#1733)
- (ios): Add screen view event (#1721)
- (ios): Add custom event tracking (#1676)
- (ios): Track and export network change events (#1683)
- (ios): Track and export http events (#1612)
- (ios): Track app termination event (#1678)
- (ios): Add launch event tracking (#1535)
- (ios): Add cpu and memory tracking (#1519)
- (ios): Update time provider (#1478)
- (ios): Add lifecycle tracking (#1444)
- (ios): Update session creation logic (#1398)
- (ios): Batch and send events (#1369)
- (ios): Update event store to save gesture data (#1365)
- (ios): Update project structure (#1328)
- (ios): Detect and save gesture events (#1324)
- (ios): Save events and sessions to core data (#1307)
- (ios): Add crash reporting (#1267)
- (ios): Add signpost for performance testing (#1208)
- (ios): Add event processor (#1206)
- (ios): Add attribute processor (#1192)
- (ios): Add session manager (#1162)
- (ios): Update sdk initialisation (#1146)
- (ios): Update ios sdk initialisation (#1119)
- (ios): Add swiftLint to ios