Guilherme Souza
Guilherme Souza
## What kind of change does this PR introduce? Remove all deprecated code from library
# Bug report Realtime V2 should use the same session passed in `SupabaseClient` options initializer, to allow for Certificate Pinning validation such as the one mentioned in https://github.com/supabase-community/supabase-swift/issues/258
1. Setup a local supabase server 2. Write integration tests for Example project 3. Run tests on CI
# Feature request Would be nice to support streaming uploads and downloads in the library, we currently only support the upload and download of `Data` type, which can lead to...
# Improve documentation ## Describe the problem We should add a new example for MFA implementation.
# Feature request ## Is your feature request related to a problem? Please describe. Add support for [resumable uploads](https://supabase.com/docs/guides/storage/uploads/resumable-uploads). Needs investigation on the possibility of using https://github.com/tus/TUSKit
## What kind of change does this PR introduce? Close https://github.com/supabase/supabase-swift/issues/389
* https://github.com/supabase/supabase-swift/pull/460 * https://github.com/supabase/supabase-swift/pull/488
# Feature Request Allow to set headers on a per-call basis. ## Additional context JS PR: https://github.com/supabase/postgrest-js/pull/550