forked from activehours/analytics-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 3.8.0 beta.1 (activehours#2)
* adding “name” field to payload;updated nimble to version 7.3.4 * Fix GCD mutual dependency (segmentio#785) * Add iOS Backgrounded Event. (segmentio#831) * Add iOS Backgrounded Event. * Bump Xcode CI version * Bump pods * Updated properties * Simplified App Backgrounded call * Fixed test since we dropped the param. * Reverted xcode CI version number * LIB-1212: Promoting 3.7.0-beta.4 to release. (segmentio#834) (segmentio#836) * Prepare for release 3.7.0 * Updated cartfile. * Updated version in SEGAnalytics.m * Updated version in readme instructions. * Preparing 3.8.0-beta.0 release. (segmentio#837) (segmentio#838) * Preparing 3.8.0-beta.0 release. * `CoreTelephony` library is now only included on iOS targets. This was done so that tvOS targets could build without linker errors. (segmentio#842) * Add support for SSL Pinning (segmentio#839) * Support SSL pinning Client integrations can optionally pass in a NSURLSessionDelegate in the SEGAnalyticsConfiguration object. If set, NSURLSessionDelegate callbacks are forwarded to the client code where SSL pinning checks can be implemented * test httpSessionDelegate configuration * Fix for LIB-1416 & Github segmentio#846 (segmentio#853) * Fix for LIB-1416 & Github segmentio#846 - Stops blindly passing dictionaries. - Property dictionaries are checked for NSCoding conformance to ensure they can be serialized. - Property dictionaries are deep copied so contents can’t change while the pipeline is in progress. - Puts a try/catch arrangement as a temporary guard against crashes for serialization failures until the storage format can be changed. * Fixed missing ; * Added test for deepCopy/conformance additions. * Swapped JSON in for the storage format instead of plists. (segmentio#854) * Converted file storage to JSON from plist. * Updated string storage to account for JSON vs plist differences. * update podfile lock. * Remove some NSNull hacks. * Updated tests to validate null values. * Fixed LIB-1462 (segmentio#855) * Reload static context data when the app returns from background. (segmentio#856) * Respond to changes regarding advertising ID. * Removed unnecessary context. * Remove extraneous NSNull handling causing tests to fail. * Added weakify/strongify macros. * Removed extraneous NSNull checking. * Put locking around static context access. * Prepare for release 3.8.0-beta.1 * Fix changelog for 3.8.0-beta.1 Co-authored-by: Daniel Jackins <danieljackins@gmail.com> Co-authored-by: dsjackins <daniel.jackins@segment.com> Co-authored-by: Fathy Boundjadj <fathy.boundjadj@segment.com> Co-authored-by: Carlos Kelly <me@carlos.dev> Co-authored-by: Brandon Sneed <brandon@redf.net> Co-authored-by: Dan Morrow <skydivedan@users.noreply.github.com> Co-authored-by: Ujjawal Garg <47793370+ujjawalgarg@users.noreply.github.com> Co-authored-by: Brandon Sneed <brandon.sneed@segment.com>
- Loading branch information
1 parent
192787a
commit 6328bf3
Showing
24 changed files
with
446 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.