|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### 3.1.0 - January 31, 2025 |
| 4 | + |
| 5 | +### Auth |
| 6 | + |
| 7 | +* Fix OAuth linking on JS/Wasm JS by @jan-tennert in https://github.com/supabase-community/supabase-kt/commit/d7dd01ab15995a360be91b28857a055eeb1e989d |
| 8 | + |
| 9 | +### Realtime |
| 10 | + |
| 11 | +* Improve behavior for realtime channel creation and improve docs by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/831 |
| 12 | + If a channel with the same `channelId` exists, `Realtime#channel()` will return it instead of creating a new one. The channel will now also be saved after calling `Realtime#channel()` instead at subscribing. |
| 13 | +* Add pull token approach to realtime by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/807 |
| 14 | +* Prevent sending expired tokens to realtime by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/808 |
| 15 | + |
| 16 | +### PostgREST |
| 17 | + |
| 18 | +* Add custom exception for PostgREST API errors and include `HttpResponse` in `RestException`s by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/789 |
| 19 | + - All PostgREST rest exceptions are a `PostgrestRestException`, which contain PostgREST fields like `hint`, `code`. |
| 20 | + - All `RestException`s now contain the full `HttpResponse` as a property. |
| 21 | + |
| 22 | +### Storage |
| 23 | + |
| 24 | +* Add support for file metadata, `info` and `exists` by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/694 |
| 25 | + |
| 26 | +### Docs |
| 27 | + |
| 28 | +* Update `supabaseModule.kt` references by @emmanuel-ferdman in https://github.com/supabase-community/supabase-kt/pull/823 |
| 29 | + |
| 30 | +### Compose Auth |
| 31 | + |
| 32 | +* Make the dialog type for the Native Google Sign In configurable by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/832 |
| 33 | + New `type` parameter for `rememberSignInWithGoogle()`, only functional on Android. |
| 34 | + |
| 35 | +### 3.0.3 - December 4, 2024 |
| 36 | + |
| 37 | +### Core |
| 38 | + |
| 39 | +- Add support for Kotlin `2.1.0` |
| 40 | +- Fix build errors on certain targets like `wasm-js` |
| 41 | + |
| 42 | +### Compose Auth & Auth |
| 43 | + |
| 44 | +- Use `okio` for hashing instead of `krypto` |
| 45 | + Let me know if there are any issues! |
| 46 | + |
3 | 47 | ### 3.0.2 - November 11, 2024
|
4 | 48 |
|
5 | 49 | ### Core
|
|
0 commit comments