-
Notifications
You must be signed in to change notification settings - Fork 61
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 core to version 13.23.1 #1545
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably target main
with this. But otherwise 👍 if CI is green.
3db129b
to
5098395
Compare
We should also fix #1546 as part of this |
closes #1546 |
packages/library-sync/src/commonMain/kotlin/io/realm/kotlin/mongodb/User.kt
Outdated
Show resolved
Hide resolved
@@ -391,7 +391,7 @@ class AppTests { | |||
Realm.open(syncConfig).close() | |||
|
|||
// Create a configuration pointing to the metadata Realm for that app | |||
val lastSetSchemaVersion = 6L | |||
val lastSetSchemaVersion = 7L |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. I don't really know the full consequence of this, but from this comment it seems that we should at least warn about not being able to downgrade 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are opening the metadata directly instead of opening a higher schema version with an app to trigger a schema downgrade.
I am going to create a ticket to validate what is the expected behavior when downgrading an App metadata schema.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh sorry, forgot the link to the comment I was referring to: #1528 (comment)
…ngodb/User.kt Co-authored-by: Claus Rørbech <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestion for the changelog, otherwise 👍
Co-authored-by: Christian Melchior <[email protected]>
Bumps core to version 13.23.0.
Core has removed
realm_user_get_auth_provider
, in reaction to this we have annotatedUser.provider
as deprecated and now returns the first element auth provider atUser.identities
.