-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Replace to HTTPTypes.HTTPRequest from Helpers.HTTPRequest #568
base: main
Are you sure you want to change the base?
Conversation
Remove Helpers.HTTPRequest and Helpers.HTTPResponse
Thanks for taking the leap on this @zunda-pixel. We're not in the stage on having breaking changes at the moment, I'm planning a v3 for next couple of months, breaking changes will have to wait until then. For now, we need to make sure changes are retro-compatible. |
Ok, I am looking forward to v3. |
Yes @zunda-pixel , that is the branch. There are basically 3 issues that I want to fix yet on v2 before I move focus to v3, they are these ones: https://github.com/supabase/supabase-swift/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2 |
# Conflicts: # Sources/Auth/AuthError.swift # Sources/Auth/Internal/APIClient.swift # Sources/Auth/Internal/Contants.swift # Sources/Auth/Internal/SessionManager.swift # Sources/Helpers/URLSession+AsyncAwait.swift # Sources/Helpers/Version.swift # Sources/Storage/MultipartFormData.swift # Sources/Storage/StorageFileApi.swift # Tests/AuthTests/SessionManagerTests.swift # Tests/IntegrationTests/StorageFileIntegrationTests.swift # Tests/StorageTests/SupabaseStorageTests.swift
00e9ef9
to
6617fc1
Compare
@grdsdev |
Description
Replace to HTTPTypes's Components.
Breaking Changes
Copyright
URLSession for HTTPRequest(URLSession+AsyncAwait.swift) code from apple/swift-http-types
We need this code until update to Swift 6