Improved
3.3.0-rc-1
Changes
Core
- Update Kotlin to version
3.3.0 - fix: Make OS version optional in headers by @rafsanjani in https://github.com/supabase-community/supabase-kt/pull/1088
- Implement Native Google OAuth iOS in sample by @hieuwu in https://github.com/supabase-community/supabase-kt/pull/1093
- Mask sensitive information in
RestExceptionby @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1113
Auth
- Refactor platform specific auth initialization by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1100
- Add session failsafe and option to require a session for requests by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1071
Compose Auth
- Implement Native Google OAuth for Apple targets by @hieuwu in https://github.com/supabase-community/supabase-kt-plugins/pull/45 also big thanks to @dosier! Checkout the README for more information
Postgrest
- only escape filters inside logical expressions and
inlists by @sproctor in https://github.com/supabase-community/supabase-kt/pull/1090
Storage
- Add support for bucket pagination and sorting by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1087
New Contributors
- @rafsanjani made their first contribution in https://github.com/supabase-community/supabase-kt/pull/1088