This repository was archived by the owner on Jun 4, 2025. It is now read-only.
forked from segmentio/analytics-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Saurav/update to upstream #1
Open
SauravPahadia
wants to merge
37
commits into
main
Choose a base branch
from
saurav/update-to-upstream
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
…entio#289) Co-authored-by: Brandon Sneed <brandon@redf.net>
* add check for same write key in multiple instances * Active writekey fixes --------- Co-authored-by: Brandon Sneed <brandon@redf.net>
* Fix potential concurrency issue w/ connection check. * Slight rework
- add library tiering
…segmentio#296) * fix: add check to drop events that return a 400 response from Segment * add test * add fix for linux in test * fix tests * remove redundant log
* Allow Codable compliant values in json's init(any). * updated test
* Storage Refactoring * Standardized things a little more * fixed build issue * tweaked some tests * Ramp up some test values for linux * Package rename --------- Co-authored-by: Alan Charles <alan.charles@segment.com>
The logic for selecting the event storage directory has been updated. Previously, it was based on whether the operating system was tvOS or macOS. Now, it's determined by whether the OS is iOS or watchOS and not running in a Mac Catalyst environment. This change should improve data handling across different platforms.
* Specify NSPrivacyTracking * Specify NSPrivacyAccessedAPITypes * Reorder keys
* Correct privacy domains * Removed location privacy info
Apple docs were missing from two of the track() APIs, and for another, had been copy-pasted from identify() without being updated. This updates it with something simple and functional.
* Add ability to control anonymousId values. * Removed singleton aspect of the initial implementation. * Adjusted test * CI checking * Another CI check * Another CI run * Revised failing test * Adjusted timing based tests.
* Refactoring of flush completion. * Catching places where groups/completions/semaphores might not get hit. * Fixed linux tests * Removed debug line; Added fix for long-running ios task.
* Rename JSONSafeEncoder to JSONSafeEncoding * Update package; Bump tvOS to 13.0 * Updated release scripts.
* Version 1.5.10 * Use autorelease pools to release allocated memory on each iteration to avoid unnecessary memory consumption. This is necessary when working with Objective-C objects (e.g. NSData). https://stackoverflow.com/questions/25860942/is-it-necessary-to-use-autoreleasepool-in-a-swift-program/25880106#25880106 --------- Co-authored-by: Brandon Sneed <brandon@redf.net>
* Moved JSONSafeEncoding to v2.0 * Added time to iOS test until apple fixes it. * Added stub for autoreleasepool on linux.
…egmentio#330) * Version 1.5.10 * fix: Atomic increment is now performed within one enqueued operation --------- Co-authored-by: Brandon Sneed <brandon@redf.net>
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.
No description provided.