This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
forked from segmentio/analytics-ios
-
Notifications
You must be signed in to change notification settings - Fork 4
Update to 3.8.0 beta.1 #2
Merged
kevinfarst-earnin
merged 15 commits into
activehours:master
from
kevinfarst-earnin:3.8.0-beta.1
Mar 22, 2020
Merged
Update to 3.8.0 beta.1 #2
kevinfarst-earnin
merged 15 commits into
activehours:master
from
kevinfarst-earnin:3.8.0-beta.1
Mar 22, 2020
Conversation
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
adding “name” field to payload;updated nimble to version 7.3.4
* 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
…io#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.
… done so that tvOS targets could build without linker errors. (segmentio#842)
* 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 - 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.
…mentio#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.
Version 3.8.0-beta.1
ahmad-earnin
approved these changes
Mar 22, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Britton-Earnin
approved these changes
Mar 22, 2020
kevinfarst-earnin
added a commit
to kevinfarst-earnin/analytics-ios
that referenced
this pull request
Mar 25, 2020
This reverts commit 6328bf3.
kevinfarst-earnin
added a commit
that referenced
this pull request
Mar 25, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
3.8.0-beta.1
SEGFileStorage
Questions: