Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump supabase from 1.4.7 to 2.0.0 #36

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps supabase from 1.4.7 to 2.0.0.
Updates io.github.jan-tennert.supabase:gotrue-kt from 1.4.7 to 2.0.0

Release notes

Sourced from io.github.jan-tennert.supabase:gotrue-kt's releases.

2.0.0

Note

Migration guide Documentation

Changes

Core

  • Add tag for all logging occurences

GoTrue

  • Rename and refactor GoTrue methods and classes (in #337 by @​jan-tennert):
    • Rename GoTrue plugin to Auth
    • Rename GoTrueConfig to AuthConfig
    • Rename SupabaseClient#gotrue to SupabaseClient#auth
    • Rename Auth#loginWith to Auth#signInWith
    • Rename Auth#logout to Auth#signOut
    • Rename LogoutScope to SignOutScope
  • Remove Auth#sendOtpTo and add new OTP auth provider (in #350 by @​jan-tennert):
supabase.auth.signInWith(OTP) {
    email = "[email protected]"
}
supabase.auth.signInWith(SSO) {
    domain = "domain"
}
  • Rename AdminUserUpdateBuilder#phoneNumber to AdminUserUpdateBuilder#phone
  • Rename UserUpdateBuilder#phoneNumber to UserUpdateBuilder#phone
  • Rename Phone.Config#phoneNumber to Phone.Config#phone
  • Rename Auth#sendRecoveryEmail to Auth#resetPasswordForEmail and add PKCE support (in #367 by @​jan-tennert)
  • Rework internal implementation of OAuth & SSO login
  • Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @​jan-tennert)
    • Add Auth#linkIdentity(OAuthProvider) - The works the same as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Realtime

  • Refactor and rename Realtime methods (in #349 by @​jan-tennert):
    • Rename Realtime#createChannel to Realtime#channel
    • Remove RealtimeChannel#join and add new RealtimeChannel#subscribe method, which does the same but also connects to the realtime websocket automatically
    • Add Realtime.Config#connectOnSubscribe to disable this behaviour
    • Rename RealtimeChannel#leave to RealtimeChannel#unsubscribe

... (truncated)

Commits
  • 5a4ae16 Merge pull request #383 from supabase-community/dependabot/gradle/ktor-2.3.7
  • 64712eb Bump ktor from 2.3.6 to 2.3.7
  • 7f8718d Merge pull request #381 from supabase-community/release-2.0
  • b268086 release
  • ec2601d Merge pull request #380 from supabase-community/rc
  • 5c5b78d release candidate
  • 2e0b127 Merge pull request #338 from supabase-community/development
  • 95805ea Merge pull request #377 from supabase-community/jan-tennert-patch-1
  • 27cd581 Update README.md
  • 00d2262 Update gradle.properties
  • Additional commits viewable in compare view

Updates io.github.jan-tennert.supabase:storage-kt from 1.4.7 to 2.0.0

Release notes

Sourced from io.github.jan-tennert.supabase:storage-kt's releases.

2.0.0

Note

Migration guide Documentation

Changes

Core

  • Add tag for all logging occurences

GoTrue

  • Rename and refactor GoTrue methods and classes (in #337 by @​jan-tennert):
    • Rename GoTrue plugin to Auth
    • Rename GoTrueConfig to AuthConfig
    • Rename SupabaseClient#gotrue to SupabaseClient#auth
    • Rename Auth#loginWith to Auth#signInWith
    • Rename Auth#logout to Auth#signOut
    • Rename LogoutScope to SignOutScope
  • Remove Auth#sendOtpTo and add new OTP auth provider (in #350 by @​jan-tennert):
supabase.auth.signInWith(OTP) {
    email = "[email protected]"
}
supabase.auth.signInWith(SSO) {
    domain = "domain"
}
  • Rename AdminUserUpdateBuilder#phoneNumber to AdminUserUpdateBuilder#phone
  • Rename UserUpdateBuilder#phoneNumber to UserUpdateBuilder#phone
  • Rename Phone.Config#phoneNumber to Phone.Config#phone
  • Rename Auth#sendRecoveryEmail to Auth#resetPasswordForEmail and add PKCE support (in #367 by @​jan-tennert)
  • Rework internal implementation of OAuth & SSO login
  • Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @​jan-tennert)
    • Add Auth#linkIdentity(OAuthProvider) - The works the same as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Realtime

  • Refactor and rename Realtime methods (in #349 by @​jan-tennert):
    • Rename Realtime#createChannel to Realtime#channel
    • Remove RealtimeChannel#join and add new RealtimeChannel#subscribe method, which does the same but also connects to the realtime websocket automatically
    • Add Realtime.Config#connectOnSubscribe to disable this behaviour
    • Rename RealtimeChannel#leave to RealtimeChannel#unsubscribe

... (truncated)

Commits
  • 5a4ae16 Merge pull request #383 from supabase-community/dependabot/gradle/ktor-2.3.7
  • 64712eb Bump ktor from 2.3.6 to 2.3.7
  • 7f8718d Merge pull request #381 from supabase-community/release-2.0
  • b268086 release
  • ec2601d Merge pull request #380 from supabase-community/rc
  • 5c5b78d release candidate
  • 2e0b127 Merge pull request #338 from supabase-community/development
  • 95805ea Merge pull request #377 from supabase-community/jan-tennert-patch-1
  • 27cd581 Update README.md
  • 00d2262 Update gradle.properties
  • Additional commits viewable in compare view

Updates io.github.jan-tennert.supabase:postgrest-kt from 1.4.7 to 2.0.0

Release notes

Sourced from io.github.jan-tennert.supabase:postgrest-kt's releases.

2.0.0

Note

Migration guide Documentation

Changes

Core

  • Add tag for all logging occurences

GoTrue

  • Rename and refactor GoTrue methods and classes (in #337 by @​jan-tennert):
    • Rename GoTrue plugin to Auth
    • Rename GoTrueConfig to AuthConfig
    • Rename SupabaseClient#gotrue to SupabaseClient#auth
    • Rename Auth#loginWith to Auth#signInWith
    • Rename Auth#logout to Auth#signOut
    • Rename LogoutScope to SignOutScope
  • Remove Auth#sendOtpTo and add new OTP auth provider (in #350 by @​jan-tennert):
supabase.auth.signInWith(OTP) {
    email = "[email protected]"
}
supabase.auth.signInWith(SSO) {
    domain = "domain"
}
  • Rename AdminUserUpdateBuilder#phoneNumber to AdminUserUpdateBuilder#phone
  • Rename UserUpdateBuilder#phoneNumber to UserUpdateBuilder#phone
  • Rename Phone.Config#phoneNumber to Phone.Config#phone
  • Rename Auth#sendRecoveryEmail to Auth#resetPasswordForEmail and add PKCE support (in #367 by @​jan-tennert)
  • Rework internal implementation of OAuth & SSO login
  • Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @​jan-tennert)
    • Add Auth#linkIdentity(OAuthProvider) - The works the same as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Realtime

  • Refactor and rename Realtime methods (in #349 by @​jan-tennert):
    • Rename Realtime#createChannel to Realtime#channel
    • Remove RealtimeChannel#join and add new RealtimeChannel#subscribe method, which does the same but also connects to the realtime websocket automatically
    • Add Realtime.Config#connectOnSubscribe to disable this behaviour
    • Rename RealtimeChannel#leave to RealtimeChannel#unsubscribe

... (truncated)

Commits
  • 5a4ae16 Merge pull request #383 from supabase-community/dependabot/gradle/ktor-2.3.7
  • 64712eb Bump ktor from 2.3.6 to 2.3.7
  • 7f8718d Merge pull request #381 from supabase-community/release-2.0
  • b268086 release
  • ec2601d Merge pull request #380 from supabase-community/rc
  • 5c5b78d release candidate
  • 2e0b127 Merge pull request #338 from supabase-community/development
  • 95805ea Merge pull request #377 from supabase-community/jan-tennert-patch-1
  • 27cd581 Update README.md
  • 00d2262 Update gradle.properties
  • Additional commits viewable in compare view

Updates io.github.jan-tennert.supabase:functions-kt from 1.4.7 to 2.0.0

Release notes

Sourced from io.github.jan-tennert.supabase:functions-kt's releases.

2.0.0

Note

Migration guide Documentation

Changes

Core

  • Add tag for all logging occurences

GoTrue

  • Rename and refactor GoTrue methods and classes (in #337 by @​jan-tennert):
    • Rename GoTrue plugin to Auth
    • Rename GoTrueConfig to AuthConfig
    • Rename SupabaseClient#gotrue to SupabaseClient#auth
    • Rename Auth#loginWith to Auth#signInWith
    • Rename Auth#logout to Auth#signOut
    • Rename LogoutScope to SignOutScope
  • Remove Auth#sendOtpTo and add new OTP auth provider (in #350 by @​jan-tennert):
supabase.auth.signInWith(OTP) {
    email = "[email protected]"
}
supabase.auth.signInWith(SSO) {
    domain = "domain"
}
  • Rename AdminUserUpdateBuilder#phoneNumber to AdminUserUpdateBuilder#phone
  • Rename UserUpdateBuilder#phoneNumber to UserUpdateBuilder#phone
  • Rename Phone.Config#phoneNumber to Phone.Config#phone
  • Rename Auth#sendRecoveryEmail to Auth#resetPasswordForEmail and add PKCE support (in #367 by @​jan-tennert)
  • Rework internal implementation of OAuth & SSO login
  • Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @​jan-tennert)
    • Add Auth#linkIdentity(OAuthProvider) - The works the same as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Realtime

  • Refactor and rename Realtime methods (in #349 by @​jan-tennert):
    • Rename Realtime#createChannel to Realtime#channel
    • Remove RealtimeChannel#join and add new RealtimeChannel#subscribe method, which does the same but also connects to the realtime websocket automatically
    • Add Realtime.Config#connectOnSubscribe to disable this behaviour
    • Rename RealtimeChannel#leave to RealtimeChannel#unsubscribe

... (truncated)

Commits
  • 5a4ae16 Merge pull request #383 from supabase-community/dependabot/gradle/ktor-2.3.7
  • 64712eb Bump ktor from 2.3.6 to 2.3.7
  • 7f8718d Merge pull request #381 from supabase-community/release-2.0
  • b268086 release
  • ec2601d Merge pull request #380 from supabase-community/rc
  • 5c5b78d release candidate
  • 2e0b127 Merge pull request #338 from supabase-community/development
  • 95805ea Merge pull request #377 from supabase-community/jan-tennert-patch-1
  • 27cd581 Update README.md
  • 00d2262 Update gradle.properties
  • Additional commits viewable in compare view

Updates io.github.jan-tennert.supabase:compose-auth from 1.4.7 to 2.0.0

Release notes

Sourced from io.github.jan-tennert.supabase:compose-auth's releases.

2.0.0

Note

Migration guide Documentation

Changes

Core

  • Add tag for all logging occurences

GoTrue

  • Rename and refactor GoTrue methods and classes (in #337 by @​jan-tennert):
    • Rename GoTrue plugin to Auth
    • Rename GoTrueConfig to AuthConfig
    • Rename SupabaseClient#gotrue to SupabaseClient#auth
    • Rename Auth#loginWith to Auth#signInWith
    • Rename Auth#logout to Auth#signOut
    • Rename LogoutScope to SignOutScope
  • Remove Auth#sendOtpTo and add new OTP auth provider (in #350 by @​jan-tennert):
supabase.auth.signInWith(OTP) {
    email = "[email protected]"
}
supabase.auth.signInWith(SSO) {
    domain = "domain"
}
  • Rename AdminUserUpdateBuilder#phoneNumber to AdminUserUpdateBuilder#phone
  • Rename UserUpdateBuilder#phoneNumber to UserUpdateBuilder#phone
  • Rename Phone.Config#phoneNumber to Phone.Config#phone
  • Rename Auth#sendRecoveryEmail to Auth#resetPasswordForEmail and add PKCE support (in #367 by @​jan-tennert)
  • Rework internal implementation of OAuth & SSO login
  • Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @​jan-tennert)
    • Add Auth#linkIdentity(OAuthProvider) - The works the same as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Realtime

  • Refactor and rename Realtime methods (in #349 by @​jan-tennert):
    • Rename Realtime#createChannel to Realtime#channel
    • Remove RealtimeChannel#join and add new RealtimeChannel#subscribe method, which does the same but also connects to the realtime websocket automatically
    • Add Realtime.Config#connectOnSubscribe to disable this behaviour
    • Rename RealtimeChannel#leave to RealtimeChannel#unsubscribe

... (truncated)

Commits
  • 5a4ae16 Merge pull request #383 from supabase-community/dependabot/gradle/ktor-2.3.7
  • 64712eb Bump ktor from 2.3.6 to 2.3.7
  • 7f8718d Merge pull request #381 from supabase-community/release-2.0
  • b268086 release
  • ec2601d Merge pull request #380 from supabase-community/rc
  • 5c5b78d release candidate
  • 2e0b127 Merge pull request #338 from supabase-community/development
  • 95805ea Merge pull request #377 from supabase-community/jan-tennert-patch-1
  • 27cd581 Update README.md
  • 00d2262 Update gradle.properties
  • Additional commits viewable in compare view

Updates io.github.jan-tennert.supabase:compose-auth-ui from 1.4.7 to 2.0.0

Release notes

Sourced from io.github.jan-tennert.supabase:compose-auth-ui's releases.

2.0.0

Note

Migration guide Documentation

Changes

Core

  • Add tag for all logging occurences

GoTrue

  • Rename and refactor GoTrue methods and classes (in #337 by @​jan-tennert):
    • Rename GoTrue plugin to Auth
    • Rename GoTrueConfig to AuthConfig
    • Rename SupabaseClient#gotrue to SupabaseClient#auth
    • Rename Auth#loginWith to Auth#signInWith
    • Rename Auth#logout to Auth#signOut
    • Rename LogoutScope to SignOutScope
  • Remove Auth#sendOtpTo and add new OTP auth provider (in #350 by @​jan-tennert):
supabase.auth.signInWith(OTP) {
    email = "[email protected]"
}
supabase.auth.signInWith(SSO) {
    domain = "domain"
}
  • Rename AdminUserUpdateBuilder#phoneNumber to AdminUserUpdateBuilder#phone
  • Rename UserUpdateBuilder#phoneNumber to UserUpdateBuilder#phone
  • Rename Phone.Config#phoneNumber to Phone.Config#phone
  • Rename Auth#sendRecoveryEmail to Auth#resetPasswordForEmail and add PKCE support (in #367 by @​jan-tennert)
  • Rework internal implementation of OAuth & SSO login
  • Add support for linking OAuth identities (experimental, untested as unsupported in hosted Supabase): (in #368 by @​jan-tennert)
    • Add Auth#linkIdentity(OAuthProvider) - The works the same as signInWith(OAuthProvider) but links an additional OAuth provider to an authenticated user
    • Add Auth#unlinkIdentity(identityId)
    • Add Auth#currentIdentitiesOrNull

Realtime

  • Refactor and rename Realtime methods (in #349 by @​jan-tennert):
    • Rename Realtime#createChannel to Realtime#channel
    • Remove RealtimeChannel#join and add new RealtimeChannel#subscribe method, which does the same but also connects to the realtime websocket automatically
    • Add Realtime.Config#connectOnSubscribe to disable this behaviour
    • Rename RealtimeChannel#leave to RealtimeChannel#unsubscribe

... (truncated)

Commits
  • 5a4ae16 Merge pull request #383 from supabase-community/dependabot/gradle/ktor-2.3.7
  • 64712eb Bump ktor from 2.3.6 to 2.3.7
  • 7f8718d Merge pull request #381 from supabase-community/release-2.0
  • b268086 release
  • ec2601d Merge pull request #380 from supabase-community/rc
  • 5c5b78d release candidate
  • 2e0b127 Merge pull request #338 from supabase-community/development
  • 95805ea Merge pull request #377 from supabase-community/jan-tennert-patch-1
  • 27cd581 Update README.md
  • 00d2262 Update gradle.properties
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `supabase` from 1.4.7 to 2.0.0.

Updates `io.github.jan-tennert.supabase:gotrue-kt` from 1.4.7 to 2.0.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Commits](supabase-community/supabase-kt@1.4.7...2.0.0)

Updates `io.github.jan-tennert.supabase:storage-kt` from 1.4.7 to 2.0.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Commits](supabase-community/supabase-kt@1.4.7...2.0.0)

Updates `io.github.jan-tennert.supabase:postgrest-kt` from 1.4.7 to 2.0.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Commits](supabase-community/supabase-kt@1.4.7...2.0.0)

Updates `io.github.jan-tennert.supabase:functions-kt` from 1.4.7 to 2.0.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Commits](supabase-community/supabase-kt@1.4.7...2.0.0)

Updates `io.github.jan-tennert.supabase:compose-auth` from 1.4.7 to 2.0.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Commits](supabase-community/supabase-kt@1.4.7...2.0.0)

Updates `io.github.jan-tennert.supabase:compose-auth-ui` from 1.4.7 to 2.0.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Commits](supabase-community/supabase-kt@1.4.7...2.0.0)

---
updated-dependencies:
- dependency-name: io.github.jan-tennert.supabase:gotrue-kt
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.github.jan-tennert.supabase:storage-kt
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.github.jan-tennert.supabase:postgrest-kt
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.github.jan-tennert.supabase:functions-kt
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.github.jan-tennert.supabase:compose-auth
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.github.jan-tennert.supabase:compose-auth-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/supabase-2.0.0 branch August 30, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant