WorryFree Computers   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit GTMSessionFetcher version update to < 2.1.0 #10123

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

paulb777
Copy link
Member
@paulb777 paulb777 commented Aug 21, 2022

Limit dependency GTMSessionFetcher version update to < 2.1.0 to avoid a new deprecation warning.

Fix #10055

GTMSessionFetcher deprecated an API used by FirebaseStorageInternal.

- WARN  | xcodebuild:  /Users/paulbeusterien/gh5/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.h:35:50: warning: 'GTMFetcherAuthorizationProtocol' is deprecated: implement GTMSessionFetcherAuthorizer instead [-Wdeprecated-declarations]
- NOTE  | xcodebuild:  GTMSessionFetcher/Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h:644:1: note: 'GTMFetcherAuthorizationProtocol' has been explicitly marked deprecated here
- WARN  | xcodebuild:  /Users/paulbeusterien/gh5/firebase-ios-sdk/FirebaseStorageInternal/Sources/FIRStorageTokenAuthorizer.m:61:1: warning: implementing deprecated method [-Wdeprecated-implementations]
- NOTE  | xcodebuild:  GTMSessionFetcher/Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h:657:1: note: method 'authorizeRequest:delegate:didFinishSelector:' declared here

It would be a breaking change to update to the new 2.1.0 API.

I'm proposing to cherry-pick this to the 9.5 release branch

@paulb777 paulb777 merged commit 35a7b07 into master Aug 22, 2022
@paulb777 paulb777 deleted the pb-limit-session-fetcher branch August 22, 2022 18:25
andrewheard pushed a commit that referenced this pull request Aug 22, 2022
andrewheard added a commit that referenced this pull request Aug 22, 2022
charlotteliang pushed a commit that referenced this pull request Aug 31, 2022
@firebase firebase locked and limited conversation to collaborators Sep 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly Testing Report
3 participants