Releases: google/GoogleUtilities
Releases · google/GoogleUtilities
8.0.2
What's Changed
- Fix default logging level regression introduced in
8.0.0
(no value set);
default value is restored toGULLoggerLevelNotice
by @andrewheard in #207
Full Changelog: 8.0.1...8.0.2
8.0.1
What's Changed
- Remove leftover
#undef GUL_LOGGING_FUNCTION
by @andrewheard in #205 - Add copyright and prep for v8.0.1 release by @ncooke3 in #206
Full Changelog: 8.0.0...8.0.1
8.0.0
What's Changed
- Fix Xcode 15 runtime warning by @paulb777 in #158
- Fix id name in change check by @paulb777 in #163
- [Cleanup] Remove heartbeat storage APIs by @ncooke3 in #164
- [Cleanup] Remove '+ [GULAppEnvironmentUtil hasSwiftRuntime]' API by @ncooke3 in #166
- [Cleanup] Remove '+ [GULAppEnvironmentUtil isIOS7OrHigher]' API by @ncooke3 in #165
- Remove support for deprecated application:didReceiveRemoteNotification: by @paulb777 in #162
- Use guaranteed const for associated object key by @morganchen12 in #141
- Remove references to deprecated CTCarrier by @samedson in #106
- [Infra] Disable NSURLSession+GULPromisesTests.m for Catalyst by @ncooke3 in #167
- [Infra] Disable NSURLSession+GULPromisesTests.m for Catalyst (#167) by @ncooke3 in #171
- [v8] Add nullabilty annotations to public headers by @ncooke3 in #169
- [Docs] Add changelog entries for recent v8 PRs by @ncooke3 in #177
- [Docs] Update README.md to recommend using
--use-json
by @ncooke3 in #178 - [Cleanup] Resolve low-hanging TODOs and cleanup outdated code by @ncooke3 in #81
- [v8] Update platform minimums and remove GULSecureCoding by @paulb777 in #180
- Remove unnecessary availability checks by @paulb777 in #181
- [v8] Remove dependency on the Promises SDK by @ncooke3 in #187
- [v8] Migrate ISASwizzler to Firebase Performance by @paulb777 in #190
- [v8] Fix deprecation in GULNetworkURLSession.m by @ncooke3 in #193
- [v8] Replaced deprecated network info API by @ncooke3 in #195
- [v8] Replace CFPreferences with NSUserDefaults by @ncooke3 in #194
- [v8] Update privacy manifest for v8 by @ncooke3 in #196
- [NFC] Remove unneccessary visionOS #if logic by @ncooke3 in #197
- Remove
Promises
dependency in SPM by @andrewheard in #200 - Migrate from
ASL
toOSLog
by @andrewheard in #192 - Remove deprecated logger APIs and update Changelog by @paulb777 in #202
- Update oslog import by @paulb777 in #203
New Contributors
- @morganchen12 made their first contribution in #141
Full Changelog: 7.13.3...8.0.0
7.13.3
What's Changed
- [Infra] Fix flaky 'NSURLSession+GULPromises' test by @ncooke3 in #119
- CI fixes now that default runners can be arm64 by @paulb777 in #151
- [Infra] Refactor privacy manifests to address #150 by @ncooke3 in #155
- [Environment] Rename parameter to avoid conflict with keyword by @ncooke3 in #154
- [Release] Prep changelog for upcoming release and bump podspec by @ncooke3 in #156
Full Changelog: 7.13.2...7.13.3
7.13.2
What's Changed
Full Changelog: 7.13.1...7.13.2
7.13.1
7.13.0
7.12.1
7.12.0
- Added a logging level getter,
GULGetLoggerLevel
. (#138) - Full Changelog: 7.11.6...7.12.0