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

chore(deps): bump realm-gradle-plugin from 5.14.0 to 5.15.2 #2380

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 1, 2019

Bumps realm-gradle-plugin from 5.14.0 to 5.15.2.

Changelog

Sourced from realm-gradle-plugin's changelog.

5.15.2(2019-09-30)

Enhancements

  • None.

Fixed

  • null values were not printed correctly when using RealmResults.asJSON() (Realm Core Issue #3399)
  • [ObjectServer] Queries with nullable Date's did not serialize correctly. Only relevant if using Query-based Synchronization. (Realm Core issue #3388)
  • [ObjectServer] Fixed crash with java.lang.IllegalStateException: The following changes cannot be made in additive-only schema mode when opening an old Realm created between Realm Java 5.10.0 and Realm Java 5.13.0. (Issue #6619, since 5.13.0).

Compatibility

  • Realm Object Server: 3.21.0 or later.
  • File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
  • APIs are backwards compatible with all previous release of realm-java in the 5.x.y series.

Internal

  • Updated to Object Store commit: 8416010e4be5e32ba552ff3fb29e500f3102d3db.
  • Updated to Realm Sync 4.7.8.
  • Updated to Realm Core 5.23.5.
  • Updated Docker image used on CI to Node 10.

5.15.1(2019-09-09)

Enhancements

  • None.

Fixed

  • Projects with flatDirs repositories defined crashed the build with MissingPropertyException. (Issue #6610, since 5.15.0).

Compatibility

  • Realm Object Server: 3.21.0 or later.
  • File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
  • APIs are backwards compatible with all previous release of realm-java in the 5.x.y series.

Internal

  • None.

5.15.0(2019-09-05)

Enhancements

  • [ObjectServer] Added support for Client Resync for fully synchronized Realms which automatically will recover the local Realm in case the server is rolled back. This largely replaces the Client Reset mechanism. Can be configured using SyncConfiguration.Builder.clientResyncMode(). (Issue #6487)

Fixed

  • Huawei devices reporting Permission denied when opening a Realm file after an app upgrade or factory reset. This does not automatically fix already existing Realm files. See this FAQ entry for more details. (Issue #5715)
  • Realm.copyToRealm() and Realm.insertOrUpdate() crashed on model classes if @LinkingObjects was used to target a field with a re-defined internal name in the parent class (e.g. by using @RealmField). (Issue #6581)

Compatibility

  • Realm Object Server: 3.21.0 or later.
  • File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
... (truncated)
Commits

Dependabot compatibility score

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 1, 2019
@ci-reporter
Copy link

ci-reporter bot commented Oct 1, 2019

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 1720153. Here's the output:

Download Dependencies
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


Failed build for 1720153
Download Dependencies
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip
Failed build for 1720153
Download Dependencies
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip
Failed build for a50342f
Download Dependencies
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip

This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.

@dependabot-preview
Copy link
Contributor Author

A newer version of io.realm:realm-gradle-plugin exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@rob729
Copy link
Contributor

rob729 commented Jan 30, 2020

@iamareebjamal @atm1504 @liveHarshit Can I fix this PR?

@liveHarshit
Copy link
Member

@iamareebjamal @atm1504 @liveHarshit Can I fix this PR?

👍

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants