Releases: segmentio/analytics-swift
Releases · segmentio/analytics-swift
Version 1.9.1
- (Brandon Sneed) Reworked ios app lifecycle events to be less noisy. (#409)
- (Brandon Sneed) Fix CI test issues (#408)
- (Brandon Sneed) Correct docs for lifecycle tracking. (#407)
- (Dan Federman) Correct time calculations (#401)
- (Brandon Sneed) Renamed keypath to JSONKeyPath prevent collision. (#406)
- (Brandon Sneed) Update release script. (#405)
- (Brandon Sneed) Made userInfo properties public. (#404)
Version 1.9.0
- (Brandon Sneed) Add ability to subscribe to user state changes (#402)
- (Brandon Sneed) Remove objc compatibility since it's not exposed to objc. (#400)
- (Brandon Sneed) Use appropriate storage location + migrate events (#399)
- (Brandon Sneed) simplified app name determination (#397)
- (Arnaud Dorgans) useless Codable (#386)
Version 1.8.0
- (Brandon Sneed) Performed fixup for url options, lifecycle updates, objc compatibility (#396)
- (Merrick) - Wire up UIApplication.willTerminateNotification (#392)
- (granbestiapop) fix: extract NSURL from launch options (#394)
- (Brandon Sneed) Add WaitingPlugin support (#395)
- (Brandon Sneed) Remove unused flush method. (#391)
- (Brandon Sneed) Call update even if the settings fetch fails (#390)
- (Sunita Prajapati) fix: removed dead flush method (#389)
Version 1.7.3
Version 1.7.2
Version 1.7.1
- (Michael Grosse Huelsewiesche) Fixing watchOS crash and timer startup issue, fixing watchOS sample app (#372)
Version 1.7.0
Version 1.6.2
- (Brandon Sneed) Fix issue where user-supplied enrichments were lost during the startup phase. (#367)
Version 1.6.1
Version 1.6.0
- (Brandon Sneed) Fixed lack of url in openURL options output; Added test. (#358)
- (Brandon Sneed) Implement per-event enrichment (#351)
- (Brandon Sneed) Switched source for device model information on iOS (#350)
- (Brandon Sneed) Add Windows support (#348)
- (Brandon Sneed) Make
shared()
public. (#347) - (Brandon Sneed) Add custom HTTP session abilities. (#344)
- (Brandon Sneed) Improved atomicity; added additional stress tests & validation for file storage. (#343)
- (Brandon Sneed) Update some tests to account for github slowness. (#342)
- (Brandon Sneed) Start generating UserAgent instead of relying on Webkit (#341)
- (Ruslan Alikhamov) Reduced compilation duration (#340)