10.0.0
-
BREAKING: Xcode 27 support required us to update dependencies to AppAuth 3.0.0 and GTMAppAuth 6.0.0, which:
- ...raises the minimum deployment targets to iOS 15.0 and macOS 12.0
- ...widens the
GTMSessionFetcherdependency to allow 4.x and 5.x - ...updates the version-specific Swift Package Manager manifest to
Package@swift-5.7.swift.
Projects that must keep supporting earlier OS versions should stay on GoogleSignIn 9.2.0. (#628)
-
Add
GIDSignIn.wrapperIdentifierso SDKs that embed Google Sign-In can self-identify in Google's diagnostic logs via a newgidwrapperparameter. It is opt-in and pre-existing behavior is unchanged. (#625) -
Update the sign-in button icon to the gradient Google G (#633)
-
Pin the Swift names of the
GIDClaimfactory methods with explicitNS_SWIFT_NAMEannotations; the imported Swift names are unchanged (#627) -
Use
NSURLComponentsto properly encode tokens (#618) -
Fix a crash in
additionalTokenRefreshParameterswhenemmSupportisnil(#608) -
Internal
- Consolidate SDK logging parameters to prepare for new ones (#616)
- Fix
swift-button-functional-test(#614) - Fix the
SignInSampleimport and add the sample to CI (#632) - Add non-blocking Xcode 27 preview jobs to CI (#629)
- Raise the sample Podfile deployment targets for Xcode 27 (#634)
- Bump the bundler group dependencies (#594, #630)