Skip to content

Releases: google/GoogleSignIn-iOS

Google Sign-In 7.1.0-fac-beta-1.1.0

29 Apr 20:53
a3a7240
Compare
Choose a tag to compare
Pre-release
  • Beta release supporting Firebase App Check tokens used
    to establish your application's integrity while signing in with Google
  • Adds privacy manifest support released in v7.1.0
  • Internal

Google Sign-In 7.1.0

26 Mar 18:55
a7965d1
Compare
Choose a tag to compare
  • Update to Swift 5.0 in GoogleSignInSwiftSupport pod (#317)
  • Documentation updates (#351, #372)
  • Add Privacy Manifest (#382)
  • Internal
    • Fix typo in SFSafariViewController (#291)
    • Fix OCMock usage in unit test (#298)
    • Use new delegate protocol from GTMAppAuth 4.0.0 (#299)
    • Ensure that completion is not nil before calling -[GIDSignIn restorePreviousSignIn:] (#301)
    • Removes macos-11 runner in GitHub workflows (#302)
    • Updates button name reference so UI automation tests pass (#308)

Google Sign-In 7.1.0-fac-beta-1.0.0

10 Feb 05:00
e0a5ba4
Compare
Choose a tag to compare
Pre-release
  • Beta release supporting Firebase App Check tokens used
    to establish your application's integrity while signing in with Google
  • Internal
    • Update SignInSample Podfile minimum iOS version (#355)
    • Update AppCheckExample unit test target to pass during continuous integration (#356)

Google Sign-In 7.1.0-fac-eap-1.0.0

22 Nov 00:24
f34e7c6
Compare
Choose a tag to compare
Pre-release
  • Early Access Program (EAP) release supporting Firebase App Check tokens used
    to establish your application's integrity while signing in with Google
  • Internal
    • Fix typo in SFSafariViewController (#291)
    • Removes macos-11 runner in GitHub workflows (#302)
    • Updates button name reference so UI automation tests pass (#308)
    • Ensure that completion is not nil before calling
      -[GIDSignIn restorePreviousSignIn:] (#301)
    • Use new delegate protocol
      from GTMAppAuth 4.0.0 (#299)

Google Sign-In 7.0.0

13 Dec 17:32
7932d33
Compare
Choose a tag to compare
  • All configuration can now be provided via your Info.plist file. (#228)
    • Use the following keys in <key>KEY</key><string>VALUE</string> pairs to configure the SDK:
      • GIDClientID (required)
      • GIDServerClientID (optional)
      • GIDHostedDomain (optional)
      • GIDOpenIDRealm (optional)
  • Support for Swift Concurrency. (#187)
  • API surface improvements (#249, #228, #187)
    • GIDSignIn
      • New configuration property.
      • Removed Configuration: arguments from signIn: methods.
      • Removed addScopes: and added it to GIDGoogleUser.
      • Renamed callback: arguments to completion: for asynchronous methods taking blocks.
    • GIDGoogleUser
      • New configuration property.
      • New addScopes: method moved from GIDSignIn.
      • Removed authentication property and replaced it with:
        • New accessToken property.
        • New refreshToken property.
        • New idToken property.
        • New fetcherAuthorizer property.
        • New refreshTokensIfNeededWithCompletion: method.
    • New GIDToken class to represent access, refresh, and ID tokens in GIDGoogleUser.
    • New GIDSignInResult class to represent the result of a successful signIn or addScopes flow.
    • Removed GIDSignInCallback, GIDDisconnectCallback, and GIDAuthenticationAction block type definitions.

Google Sign-In 6.2.4

14 Sep 19:11
Compare
Choose a tag to compare
  • Updated the GTMSessionFetcher dependency to allow 2.x versions. (#207)

Google Sign-In 6.2.3

18 Aug 19:20
5ce8504
Compare
Choose a tag to compare
  • Fix resource loading in GoogleSignInSwift with CocoaPods use_frameworks! (#197)
  • Prevent build errors for GoogleSignInSwift in certain scenarios when using Swift Package Manager. (#166)

Google Sign-In 6.2.2

28 May 01:15
9450e77
Compare
Choose a tag to compare
  • Prevent build errors for GoogleSignInSwift when using Swift Package Manager. (#157)
  • Prevent a build error on Xcode 12 and earlier. (#158)

Google Sign-In 6.2.1

19 May 08:22
21b8c78
Compare
Choose a tag to compare
  • Use GoogleSignInSwiftSupport as the name of the Swift support CocoaPod. (#137)

Google Sign-In 6.2.0

18 May 23:40
ee92c97
Compare
Choose a tag to compare
  • Support for macOS. (#104)
  • Added a SwiftUI "Sign in with Google" button. (#103)
  • Added the ability to request additional scopes at sign-in time. (#30)
  • Fixed several issues. (#87, #106)