Skip to content

Commit df7cbb2

Browse files
peteamdmathias
andauthored
Update changelog for the 3.0.0 release (#205)
Co-authored-by: mdmathias <mdmathias@google.com>
1 parent f90e600 commit df7cbb2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 3.0.0
2+
3+
- GTMAppAuth has been translated from Objective-C to Swift. ([#190](https://github.com/google/GTMAppAuth/pull/190))
4+
- Improved API surface. ([#203](https://github.com/google/GTMAppAuth/pull/203))
5+
- Renamed `GTMAppAuthFetcherAuthorization` to `GTMAuthSession`.
6+
- Added `GTMAuthSessionStore` protocol.
7+
- Added `GTMKeychainStore` class conforming to `GTMAuthSessionStore` providing keychain storage of `GTMAuthSession` objects as well as [GTMOAuth2](https://github.com/google/gtm-oauth2) compatibility.
8+
- Added the ability to specify a keychain access group rather than use the default group.
9+
- Stored representation of `GTMAuthSession` objects remains unchanged from that of `GTMAppAuthFetcherAuthorization`
10+
in previous versions of GTMAppAuth, allowing for backward and forward compatibilty.
11+
- Significantly improved error handling.
12+
- Added [`AuthSessionDelegate`](https://github.com/google/GTMAppAuth/pull/224/files#diff-ad81e5244511faaa4b3d98553128438e30a94914c279fb7d42c0acfbbdc24500) protocol allowing clients to 1) provide additional token refresh parameters and 2) inspect and modify errors before they are returned during the authorize request flow.
13+
- Unit tests added. ([#190](https://github.com/google/GTMAppAuth/pull/190), [#202](https://github.com/google/GTMAppAuth/pull/202))
14+
115
# 2.0.0
216

317
* Updated the GTMSessionFetcher dependency to allow 3.x versions. ([#192](https://github.com/google/GTMAppAuth/pull/192))

0 commit comments

Comments
 (0)