phansier / Coffeegram

Android, Desktop, iOS apps using Jetpack & Multiplatform Compose
Apache License 2.0
410 stars 30 forks source link

Bump realm from 1.13.0 to 1.14.0 #141

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps realm from 1.13.0 to 1.14.0. Updates io.realm.kotlin:gradle-plugin from 1.13.0 to 1.14.0

Updates io.realm.kotlin:library-base from 1.13.0 to 1.14.0

Changelog

Sourced from io.realm.kotlin:library-base's changelog.

1.14.0 (2024-03-08)

Breaking Changes

  • None.

Enhancements

  • [Sync] Added option to use managed WebSockets via OkHttp instead of Realm's built-in WebSocket client for Sync traffic (Only Android and JVM targets for now). Managed WebSockets offer improved support for proxies and firewalls that require authentication. This feature is currently opt-in and can be enabled by using AppConfiguration.usePlatformNetworking(). Managed WebSockets will become the default in a future version. (PR #1528).
  • AutoClientResetFailed exception now reports as the throwable cause any user exceptions that might occur during a client reset. (Issue #1580)
  • The Unpacking of JVM native library will use the current library version instead of a calculated hash for the path. (Issue #1617).

Fixed

  • Cache notification callback JNI references at startup to ensure that symbols can be resolved in core callbacks. (Issue #1577)
  • Using Realm.asFlow() could miss an update if a write was started right after opening the Realm. (Issue #1582)
  • Guarded analytic errors so that they do not fail user builds.
  • [Sync] NullPointerException while waiting for the synchronization of a subscription set if the client was set in AwaitingMark state. (Issue #1671 JIRA)
  • Github Action: Snapshot publishing with Github Action. (Issue #1654 JIRA)
  • Github Action: automate release process to Maven Central. (Issue JIRA)

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.
  • Minimum R8: 8.0.34.

Internal

1.13.1-SNAPSHOT (YYYY-MM-DD)

Breaking Changes

  • None.

Enhancements

  • None.

Fixed

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
dependabot[bot] commented 3 months ago

The following labels could not be found: Dependencies.