ObjectBox Sync
Sync HomeBlogTwitterGitHub
  • Data Synchronization
  • Sync Client
  • Sync Server
    • Configuration
    • JWT Authentication
    • Sync Cluster
    • Embedded Sync Server
    • GraphQL
      • GraphQL Queries
      • GraphQL Mutations
      • GraphQL Python Client
    • Changelog
  • Data model
    • Object IDs and Sync
  • MongoDB Sync Connector
    • MongoDB Configuration
    • ObjectBox Sync Connector Setup
    • MongoDB Data Mapping
  • Troubleshooting Sync
  • ObjectBox Database Developer Docs
    • Java, Kotlin, Flutter/Dart
    • C, C++
    • Swift
    • Go
Powered by GitBook
On this page
  • 2025-06-02
  • 2025-05-27
  • 2025-05-05

Was this helpful?

  1. Sync Server

Changelog

Recent Sync Server releases

Version numbers refer to the Docker images and are in the format "YYYY-MM-DD". This changelog covers releases since May 2025.

2025-06-02

  • Admin: fixed GraphQL page

  • Admin: minor UI improvements in the menu (icons, padding)

2025-05-27

  • The Sync trial is now distributed publicly as a Docker image via Docker Hub

  • New "JSON to native" property type to convert strings to nested documents in MongoDB; requires 4.3 client releases

  • Increase maximum Sync message size to 32 MB

  • JWT authentication: public keys URLs can now refer to directly to PEM public key or X509 certificate files

  • Admin fixes

2025-05-05

  • Import initial data from MongoDB, pick-up sync at any point.

  • Admin: new admin page for full-syncs with MongoDB

  • Admin: better display of large vectors in data view; display only the first element and the full vector in a dialog

  • Admin: detect images stored as bytes and show them as such (PNG, GIF, JPEG, SVG, WEBP)

  • Admin: new log events for important server events, which can be viewed on new Admin page

PreviousGraphQL Python ClientNextData model

Last updated 2 days ago

Was this helpful?