File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### All modules
6
6
7
+ - Update to Kotlin ` 2.2.0 `
8
+ - Update to Ktor ` 2.2.0 `
7
9
- Don't swallow ` CancellationException ` by @sproctor in #895
8
10
- Only catch serialization exceptions in ` bodyOrNull ` by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/904
9
11
- Fix simple warnings by @sproctor in https://github.com/supabase-community/supabase-kt/pull/915
40
42
41
43
Additional changes:
42
44
- Error related parameters will now be removed from the history when used
43
- * Deprecate NativeSignInResult.NetworkError as it isn't used by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/952
44
45
* (JS, WASM JS) Add an option to disable automatic url checking by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/96
45
46
``` kotlin
46
47
install(Auth ) {
47
48
disableUrlChecking = true // Default: false
48
49
}
49
50
```
50
- * Deprecate minimalSettings in favor of minimalConfig by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/916
51
- * Fix null result when sign up with Email provider by @hieuwu in https://github.com/supabase-community/supabase-kt/pull/922
52
51
* Add support for providing a custom url launcher by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/933
53
52
You can now provide a custom ` UrlLauncher ` for opening URLs in the OAuth flow:
54
53
``` kotlin
58
57
}
59
58
}
60
59
```
60
+ * Deprecate NativeSignInResult.NetworkError as it isn't used by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/952
61
+ * Deprecate minimalSettings in favor of minimalConfig by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/916
62
+ * Fix null result when sign up with Email provider by @hieuwu in https://github.com/supabase-community/supabase-kt/pull/922
61
63
- Fix OAuth server listener resuming coroutine twice by @jan-tennert in #893
62
64
A Desktop app using OAuth should no longer produce an exception when exiting the app after using ` signInWith(OAuthProvider) `
63
65
- Add missing error codes by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/909 :
You can’t perform that action at this time.
0 commit comments