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

Update realm to v1.12.0 - autoclosed #148

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.realm.kotlin 1.11.1 -> 1.12.0 age adoption passing confidence
io.realm.kotlin:library-base (source) 1.11.1 -> 1.12.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

realm/realm-kotlin (io.realm.kotlin:library-base)

v1.12.0

This release upgrades the Sync metadata in a way that is not compatible with older versions. To downgrade a Sync app from this version, you'll need to manually delete the metadata folder located at $[SYNC-ROOT-DIRECTORY]/mongodb-realm/[APP-ID]/server-utility/metadata/. This will log out all users.

Breaking Changes
  • None.
Enhancements
  • Realm will no longer set the JVM bytecode to 1.8 when applying the Realm plugin. (Issue #​1513)
  • The Realm Gradle Plugin no longer has a dependency on KAPT. (Issue #​1513)
Fixed
  • Realm.getNumberOfActiveVersions now returns the actual number of active versions. (Core issue #​6960)
  • Fixed memory leak on Darwin caused by a reference cycle between resources and the GC cleaner. (Issue #​1530)
  • Fixed memory leaks on the JVM platform, see PR for more information. (Issue #​1526)
  • Removed pin on the initial realm version after opening a Realm. (Issue #​1519)
  • Realm.close() is now idempotent.
  • Fix error in RealmAny.equals that would sometimes return true when comparing RealmAnys wrapping same type but different values. (Issue #​1523)
  • [Sync] If calling a function on App Services that resulted in a redirect, it would only redirect for GET requests. (Issue #​1517)
  • [Sync] Manual client reset on Windows would not trigger correctly when run inside onManualResetFallback. (Issue #​1515)
  • [Sync] ClientResetRequiredException.executeClientReset() now returns a boolean indicating if the manual reset fully succeded or not. (Issue #​1515)
  • [Sync] If calling a function on App Services that resulted in a redirect, it would only redirect for
    GET requests. (Issue #​1517)
  • [Sync] If calling a function on App Services that resulted in a redirect, it would only redirect for GET requests. (Issue #​1517)
Compatibility
  • File format: Generates Realms with file format v23.
  • Realm Studio 13.0.0 or above is required to open Realms created by this version.
  • This release is compatible with the following Kotlin releases:
  • Minimum Kbson 0.3.0.
  • Minimum Gradle version: 6.8.3.
  • Minimum Android Gradle Plugin version: 4.1.3.
  • Minimum Android SDK: 16.
Internal
  • Updated to Realm Core 13.23.2, commit e6271d7.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update realm to v1.11.0 Update realm to v1.11.0 - autoclosed Sep 6, 2023
@renovate renovate bot closed this Sep 6, 2023
@renovate renovate bot deleted the renovate/realm branch September 6, 2023 15:42
@renovate renovate bot changed the title Update realm to v1.11.0 - autoclosed Update realm to v1.11.0 Sep 7, 2023
@renovate renovate bot reopened this Sep 7, 2023
@renovate renovate bot restored the renovate/realm branch September 7, 2023 14:27
@renovate renovate bot changed the title Update realm to v1.11.0 Update realm to v1.11.1 Sep 7, 2023
@renovate renovate bot changed the title Update realm to v1.11.1 Update realm to v1.11.1 - autoclosed Oct 31, 2023
@renovate renovate bot closed this Oct 31, 2023
@renovate renovate bot deleted the renovate/realm branch October 31, 2023 20:50
@renovate renovate bot changed the title Update realm to v1.11.1 - autoclosed Update realm to v1.11.1 Nov 2, 2023
@renovate renovate bot reopened this Nov 2, 2023
@renovate renovate bot restored the renovate/realm branch November 2, 2023 13:50
@renovate renovate bot changed the title Update realm to v1.11.1 Update dependency io.realm.kotlin to v1.12.0 Nov 2, 2023
@renovate renovate bot changed the title Update dependency io.realm.kotlin to v1.12.0 Update realm to v1.12.0 Nov 2, 2023
@renovate renovate bot changed the title Update realm to v1.12.0 Update realm to v1.12.0 - autoclosed Nov 4, 2023
@renovate renovate bot closed this Nov 4, 2023
@renovate renovate bot deleted the renovate/realm branch November 4, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants