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 the all group with 2 updates #244

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the all group with 2 updates: io.realm.kotlin:gradle-plugin and io.realm.kotlin:library-base.

Updates io.realm.kotlin:gradle-plugin from 2.0.0 to 2.1.0

Updates io.realm.kotlin:library-base from 2.0.0 to 2.1.0

Changelog

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

2.1.0-SNAPSHOT (YYYY-MM-DD)

Breaking Changes

  • None.

Enhancements

  • Avoid exporting Core's symbols so we can statically build the Kotlin SDK with other SDKs like Swift in the same project. (Issue JIRA).
  • Improved mechanism for unpacking of JVM native libs suitable for local development. (Issue #1715 JIRA).
  • [Sync] Add SyncException.isFatal to signal fatal unrecoverable exceptions. (Issue #1767 RKOTLIN-1096).

Fixed

  • None.

Compatibility

  • File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
  • Realm Studio 15.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.4.0.
  • Minimum Gradle version: 7.2.
  • Minimum Android Gradle Plugin version: 7.1.3.
  • Minimum Android SDK: 16.
  • Minimum R8: 8.0.34.

Internal

  • Reworked test app initializer framework.

2.0.1-SNAPSHOT (YYYY-MM-DD)

Breaking changes

  • None.

Enhancements

  • None.

Fixed

  • Fix crashes when core tries to log invalid utf-8 messages. (Issue #1760 RKOTLIN-1089).
  • [Sync] Fatal sync exceptions are now thrown as UnrecoverableSyncException. (Issue #1767 RKOTLIN-1096).
  • [Sync] Fix NullPointerException in SubscriptionSet.waitForSynchronization. (Issue #1777 RKOTLIN-1102).

Compatibility

  • File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
  • Realm Studio 15.0.0 or above is required to open Realms created by this version.
  • This release is compatible with the following Kotlin releases:
    • Kotlin 2.0.0 and above. Support for experimental K2-compilation with kotlin.experimental.tryK2=true.

... (truncated)

Commits
  • f99ad25 Use user token for maven central publishing
  • 873be18 Release 2.1.0
  • d81500c [RKOTLIN-1096] Add SyncException.isFatal to signal unrecoverable sync excepti...
  • 4e7ea38 Fix sync client and sync realm tests (#1798)
  • 9600dd1 Merge branch 'releases'
  • fb796f0 [RKOTLIN-877] Avoid exporting Core's symbols to allow mixing multiple SDKs (#...
  • ec6f2a0 Build linux libraries with glibc 2.17 (#1795)
  • 5e41c65 Test app initializer rework (#1785)
  • 2eaaf92 Guard decoding issues when core logs invalid utf-8 messages (#1792)
  • 195b221 [Automated] Merge releases into main (#1794)
  • Additional commits viewable in compare view

Updates io.realm.kotlin:library-base from 2.0.0 to 2.1.0

Changelog

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

2.1.0-SNAPSHOT (YYYY-MM-DD)

Breaking Changes

  • None.

Enhancements

  • Avoid exporting Core's symbols so we can statically build the Kotlin SDK with other SDKs like Swift in the same project. (Issue JIRA).
  • Improved mechanism for unpacking of JVM native libs suitable for local development. (Issue #1715 JIRA).
  • [Sync] Add SyncException.isFatal to signal fatal unrecoverable exceptions. (Issue #1767 RKOTLIN-1096).

Fixed

  • None.

Compatibility

  • File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
  • Realm Studio 15.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.4.0.
  • Minimum Gradle version: 7.2.
  • Minimum Android Gradle Plugin version: 7.1.3.
  • Minimum Android SDK: 16.
  • Minimum R8: 8.0.34.

Internal

  • Reworked test app initializer framework.

2.0.1-SNAPSHOT (YYYY-MM-DD)

Breaking changes

  • None.

Enhancements

  • None.

Fixed

  • Fix crashes when core tries to log invalid utf-8 messages. (Issue #1760 RKOTLIN-1089).
  • [Sync] Fatal sync exceptions are now thrown as UnrecoverableSyncException. (Issue #1767 RKOTLIN-1096).
  • [Sync] Fix NullPointerException in SubscriptionSet.waitForSynchronization. (Issue #1777 RKOTLIN-1102).

Compatibility

  • File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
  • Realm Studio 15.0.0 or above is required to open Realms created by this version.
  • This release is compatible with the following Kotlin releases:
    • Kotlin 2.0.0 and above. Support for experimental K2-compilation with kotlin.experimental.tryK2=true.

... (truncated)

Commits
  • f99ad25 Use user token for maven central publishing
  • 873be18 Release 2.1.0
  • d81500c [RKOTLIN-1096] Add SyncException.isFatal to signal unrecoverable sync excepti...
  • 4e7ea38 Fix sync client and sync realm tests (#1798)
  • 9600dd1 Merge branch 'releases'
  • fb796f0 [RKOTLIN-877] Avoid exporting Core's symbols to allow mixing multiple SDKs (#...
  • ec6f2a0 Build linux libraries with glibc 2.17 (#1795)
  • 5e41c65 Test app initializer rework (#1785)
  • 2eaaf92 Guard decoding issues when core logs invalid utf-8 messages (#1792)
  • 195b221 [Automated] Merge releases into main (#1794)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 2 updates: io.realm.kotlin:gradle-plugin and [io.realm.kotlin:library-base](https://github.com/realm/realm-kotlin).


Updates `io.realm.kotlin:gradle-plugin` from 2.0.0 to 2.1.0

Updates `io.realm.kotlin:library-base` from 2.0.0 to 2.1.0
- [Changelog](https://github.com/realm/realm-kotlin/blob/main/CHANGELOG.md)
- [Commits](realm/realm-kotlin@v2.0.0...v2.1.0)

Updates `io.realm.kotlin:library-base` from 2.0.0 to 2.1.0
- [Changelog](https://github.com/realm/realm-kotlin/blob/main/CHANGELOG.md)
- [Commits](realm/realm-kotlin@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jul 17, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-f6539054e9 branch July 17, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant