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

[v8] Merge release branch into main #198

Closed
wants to merge 20 commits into from
Closed

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Jul 8, 2024

git checkout main
git pull
git checkout -b nc/merge-release-11.0
git merge release-8.0
git commit
git push origin nc/merge-release-11.0

ncooke3 and others added 20 commits May 21, 2024 15:59
* [Cleanup] Remove '+ [GULAppEnvironmentUtil isIOS7OrHigher]' API

* Remove accidental newline
* Use guaranteed const for associated object key

* add changelog
* [v8] Add nullabilty annotations to public headers

* Fix CI

* Add another nullable attribute

* update impl

* update impl 2

* style
* [Infra] Disable NSURLSession+GULPromisesTests.m for Catalyst (#167)

* [Docs] Update README.md to recommend using `--use-json` (#178)

* [Cleanup] Resolve low-hanging TODOs and cleanup outdated code (#81)

* Resolve Package.swift TODO

* Various cleanup

* Style Package.swift

* Revert to current [GULAppEnvironmentUtil systemVersion] implementation

* Use main's Package.swift

* Apply suggestions from code review

* Update GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h

* Update GoogleUtilities/Environment/GULAppEnvironmentUtil.m

* Update GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h

* Style

* Fix test

* fix var name:

* fix var name again
* [v8] Replace read keychain API with completion handler based API (#182)

* [v8] Replace write keychain API with completion handler based API (#183)

* [v8] Replace remove keychain API with completion handler based API (#184)

* [v8] Replace remove keychain API with completion handler based API

* Update GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m

* [v8] Fix tests, docs, and imports following `GULKeychainStorage` API changes (#185)

* [v8] Remove Promises API and dependency specifications (#186)

* [v8] Remove Promises API and dependency specifications

* Remove other header

* [v8] Add changelog for removal of Promises dependency

* [v8] Remove extraneous parameter from removeObject API (#188)
@ncooke3 ncooke3 closed this Jul 8, 2024
@ncooke3
Copy link
Member Author

ncooke3 commented Jul 8, 2024

Going to do again with updated local release-8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants