Skip to content

Commit d2338ed

Browse files
authored
Merge pull request #977 from supabase-community/missing-changes
Add missing changes to changelog
2 parents 6bc991d + 19aa09d commit d2338ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### All modules
66

7+
- Update to Kotlin `2.2.0`
8+
- Update to Ktor `2.2.0`
79
- Don't swallow `CancellationException` by @sproctor in #895
810
- Only catch serialization exceptions in `bodyOrNull` by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/904
911
- Fix simple warnings by @sproctor in https://github.com/supabase-community/supabase-kt/pull/915
@@ -40,15 +42,12 @@
4042

4143
Additional changes:
4244
- 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
4445
* (JS, WASM JS) Add an option to disable automatic url checking by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/96
4546
```kotlin
4647
install(Auth) {
4748
disableUrlChecking = true //Default: false
4849
}
4950
```
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
5251
* Add support for providing a custom url launcher by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/933
5352
You can now provide a custom `UrlLauncher` for opening URLs in the OAuth flow:
5453
```kotlin
@@ -58,6 +57,9 @@
5857
}
5958
}
6059
```
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
6163
- Fix OAuth server listener resuming coroutine twice by @jan-tennert in #893
6264
A Desktop app using OAuth should no longer produce an exception when exiting the app after using `signInWith(OAuthProvider)`
6365
- Add missing error codes by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/909:

0 commit comments

Comments
 (0)