Skip to content

fix(deps): update io.objectbox to v5.1.0#990

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/io.objectbox
Jan 31, 2026
Merged

fix(deps): update io.objectbox to v5.1.0#990
renovate[bot] merged 1 commit into
developfrom
renovate/io.objectbox

Conversation

@renovate

@renovate renovate Bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.objectbox:objectbox-gradle-plugin (source) 5.0.15.1.0 age confidence
io.objectbox:objectbox-processor (source) 5.0.15.1.0 age confidence
io.objectbox:objectbox-android (source) 5.0.15.1.0 age confidence

Warning

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


Release Notes

objectbox/objectbox-java (io.objectbox:objectbox-android)

v5.1.0

  • Add ObjectBoxThreadPoolExecutor, a
    default implementation of a ThreadPoolExecutor that properly cleans up thread-local Box resources.
  • Add methods newCachedThreadPoolExecutor() and newFixedThreadPoolExecutor() to BoxStore to help create instances
    of ObjectBoxThreadPoolExecutor for common uses.
  • Add methods newCachedThreadPoolDispatcher() and newFixedThreadPoolDispatcher() to the Kotlin extension functions
    for BoxStore to help create common coroutine dispatchers backed by an ObjectBoxThreadPoolExecutor.
  • BoxStore.runInTx and callInTx close a write cursor even if the runnable or callable throws. This would previously
    result in cursor not closed warnings when the cursor was closed by the finalizer daemon.
  • BoxStore no longer gets stuck while closing when deleting transactions created in other threads with open relation
    cursors.
  • Admin: the Schema view now shows if external name of types and properties if configured.
  • Admin: the Schema view now shows the type as text (e.g. "String") instead of the internal type ID.
Sync
  • New Sync protocol V8: using new clients also requires a server update
  • Remove superfluous sync listener triggers when sync filters "report updates" (SKIP_TX)
  • Sync clients compress earlier: reduces disk storage for outgoing data
  • Reworked certificates for Apple platforms
  • Removed support for older Sync protocol versions before 2024-09; protocol V5+ is now required.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) January 31, 2026 05:14

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jan 31, 2026
@renovate renovate Bot force-pushed the renovate/io.objectbox branch from b304545 to 0e3de0c Compare January 31, 2026 09:50
@renovate renovate Bot merged commit 27718f2 into develop Jan 31, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/io.objectbox branch January 31, 2026 09:53
wax911 pushed a commit that referenced this pull request May 28, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants