- Do not dispose a swizzler's generated class when
GULGeneratedClassDisposeDisabled
environment variable is set. (#66)
- Add proper device model parsing for macOS and Catalyst. (#59)
- Deprecate
hasSwiftRuntime
method. (#62)
- Do not dispose a swizzler's generated class when using the Zombies instrument. (#57)
GULHeartbeatDateStorage
: replaceNSFileCoordinator
with in-process synchronization mechanism. (#51)
- Bump Promises dependency. (#8334)
- Include all object classes when using archiver. (#42)
- Fix warnings in Xcode 13 beta 1. (#41)
- Improve heartbeat date storage's version compatability. (#37)
- Change heartbeat directory name and refactor file. (#19)
- Introduce user defaults based heartbeat storage. (#23)
- Support iOS 9 with Swift Package Manager.
- Add explicit dependency on Security framework to Environment subspec. (#12)
- Fix conflicting internal constant name and move it out of the public header. (#7635)
- Fix warnings introduced with Xcode 12.5. (#8)
- Fix GoogleUtilities namespacing (SPM only release). (#7)
NSURLSession
promise extension public API. (#7097)
- Fix
unrecognized selector
for isiOSAppOnMac on early iOS 14 betas. (#6969)
- Added
NSURLSession
promise extension. (#6753) ios_on_mac
option added toGULAppEnvironmentUtil.applePlatform()
. (#6799)- Fixed completion handler issue in
GULAppDelegateSwizzler
forapplication(_:didReceiveRemoteNotification:fetchCompletionHandler:)
method. (#6863)
- All APIs are now public. All CocoaPods private headers are transitioned to public. Note that GoogleUtilities may have more frequent breaking changes than Firebase. (#6588)
- Fixed writing heartbeat to disk on tvOS devices. (#6658)
- Refactor
GULSwizzledObject
to ARC to unblock SwiftPM support. (#5862)
- Fix import regression when mixing 6.7.0 with earlier Firebase versions. (#6047)
- Lazily access filesystem outside of
GULHeartbeatDateStorage
initializer. (#5969) - Update source imports to use repo-relative headers. (#5824)
- Source cleanups to remove pre-iOS 8 code. (#5841)
- Keychain utilities and Keychain based key-value storage added to
GoogleUtilities/Environment
. (#5329)
- Fixed an issue where GoogleUtilities misidentified Catalyst as a simulator runtime environment. (#5048)
- Standardized import paths. (#4655)
- Swizzler changes.
- Add function to gul secure encoding to encode multiple classes. (#4282)
- Add heartbeat feature. (#4098)
- Support UISceneDelegate changes in Auth. (#4380)
- Fix GULMutableDictionary keyed subscript methods. (#3882)
- Update Networking to receive data for POST requests. (#3940)
- Fix crash in GULLogBasic. (#3928)
- GULSecureCoding introduced. (#3707)
- Mark unused variables. (#3854)
- Remove test-only method and update tests to include Catalyst. (#3544)
- Fix
GULObjectSwizzler
dealloc thread-safety. (#3300, #3183)
- Revert "Fix
GULMutableDictionary
thread-safety." (#3322)
- Add explicit Foundation import for headers.
- Fix headers import. (#3277)
- Fix README. (#3305)
- Fix
GULMutableDictionary
thread-safety. (#3322)
- Fix Xcode 11 build warning. (#3133)
- Stop conditional compilation for GoogleUtilities testing. (#3058)
- Added
GULAppDelegateSwizzler
macOS support. (#2911)
- GULAppDelegateSwizzler - proxy APNS methods separately. (#2835)
- Cocoapods 1.7.0 multiproject support. (#2751)
- Bump minimum iOS version to iOS 8. (#2876)
- Restore to 5.5.0 tag after increased App Store warnings. (#2807)
GULAppDelegateSwizzler
: support of remote notification methods. (#2698)GULAppDelegateSwizzler
: tvOS support. (#2698)
- Revert 5.4.x changes restoring 5.3.7 version.
- Fix GULResetLogger API breakage. (#2551)
- Update GULLogger to use os_log instead of asl_log on iOS 9 and later. (#2374, #2504)
- Fixed
pod lib lint GoogleUtilities.podspec --use-libraries
regression. (#2130) - Fixed macOS conditional check in UserDefaults. (#2245)
- Migrate to clang-format 8.0.0. (#2222)
- Fix nullability issues. (#2079)
- Fixed an issue where GoogleUtilities would leak non-background URL sessions. (#2061)
- Fixed a crash caused due to
NSURLConnection
delegates being wrapped in anNSProxy
. (#1936)
- Fixed a crash caused by unprotected access to sessions in
GULNetworkURLSession
. (#1964)
- Fixed an issue where GoogleUtilities would leak instances of
NSURLSession
. (#1917)