Skip to content

Bump realm_version from 1.13.0 to 1.14.0#610

Merged
meladRaouf merged 1 commit into
mainfrom
dependabot/gradle/realm_version-1.14.0
Mar 11, 2024
Merged

Bump realm_version from 1.13.0 to 1.14.0#610
meladRaouf merged 1 commit into
mainfrom
dependabot/gradle/realm_version-1.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 11, 2024

Bumps realm_version 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

Updates io.realm.kotlin from 1.13.0 to 1.14.0

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 <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)

Bumps `realm_version` from 1.13.0 to 1.14.0.

Updates `io.realm.kotlin:library-base` from 1.13.0 to 1.14.0
- [Changelog](https://github.com/realm/realm-kotlin/blob/main/CHANGELOG.md)
- [Commits](realm/realm-kotlin@v1.13.0...v1.14.0)

Updates `io.realm.kotlin` from 1.13.0 to 1.14.0

---
updated-dependencies:
- dependency-name: io.realm.kotlin:library-base
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.realm.kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 11, 2024
@cla-bot cla-bot Bot added the ... label Mar 11, 2024
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@meladRaouf meladRaouf merged commit b3c397a into main Mar 11, 2024
@meladRaouf meladRaouf deleted the dependabot/gradle/realm_version-1.14.0 branch March 11, 2024 07:46
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant