Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Releases: realm/realm-object-server

RMP Release 1.0.0-BETA-6.0

17 Jan 13:18
Compare
Choose a tag to compare

Release 1.0.0-BETA-4.8

30 Nov 16:45
Compare
Choose a tag to compare
Pre-release

Binaries available at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-4.8/realm-mobile-platform.zip.

1.0.0-BETA-4.8

  • Use local yamlcpp library in macOS server.

1.0.0-BETA-4.7

Realm-Browser 2.1.1

  • Added in-app crash reporting
  • Added the ability to connect to Realm Object Server with admin username/password
  • Improved property type detection when import from CSV files
  • Fixed export to Compacted Realm
  • Fixed crash related to sync metadata reset

Object Server 1.0.0-BETA-4.7

  • Improved permissions api
  • Admin Realm schema change: Added a index for Account.provider_id
  • Treat usernames case-insensitive for username/password-based authentication.

RMP Release 1.0.0-BETA-4.2-2

23 Nov 15:51
Compare
Choose a tag to compare

RMP Release 1.0.0-BETA-4.2-1

17 Nov 12:34
Compare
Choose a tag to compare
Pre-release

Binaries available at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-4.2-1/realm-mobile-platform.zip.

Updated the SDKs:

  • Java 2.2.0
  • Cocoa 2.0.4

RMP Release 1.0.0-BETA-4.2

02 Nov 09:44
Compare
Choose a tag to compare
Pre-release

Binaries available at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-4.2/realm-mobile-platform.zip.

CHANGELOG:

1.0.0-BETA-4.2

Object Server 1.0.0-BETA-4.2

  • Use realm-node 1.0.0-BETA-2.3

1.0.0-BETA-4.1

Object Server 1.0.0-BETA-4.1

  • Use realm-node 1.0.0-BETA-2.2

1.0.0-BETA-4.0

Object Server 1.0.0-BETA-4.0

  • Introduces the client permission API via user-specific management-Realms. Refer to the
    documentation for details.

RMP Release 1.0.0-BETA-4.11

07 Dec 20:08
Compare
Choose a tag to compare

Release v1.0.0-BETA-2.3

24 Oct 18:00
Compare
Choose a tag to compare

Binary at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-2.3/realm-mobile-platform.zip

CHANGELOG:

1.0.0-BETA-2.3

Object Server 1.0.0-BETA-2.3

  • Introduces a --reset-user EMAIL PASSWORD option to the CLI for resetting the password for a user.
    To use this feature, you must pass configuration parameters as normally.
  • Default permissions for everyone won't be created anymore if only the owner has exclusive access.
  • Added realm-backup commandline utility. See the website documentation for more information.
  • The providers section in the shipped YAML configuration files now lives under the auth key.
    Previously they were wrongly located in the network section.
  • Moved default data location to /var/lib/realm/object-server.
    An rpm/deb upgrade should migrate to the new location for you.
  • Moved default log location to /var/log/realm-object-server.log.
    An rpm/deb upgrade should migrate to the new location for you.
  • Uses sync 1.0.0-BETA-3.2 with support for backup.

Release 1.0.0-BETA-3.0

26 Oct 06:45
Compare
Choose a tag to compare
Pre-release

Binaries at: https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-3.0/realm-mobile-platform.zip

CHANGELOG:

Object Server 1.0.0-BETA-3.0

  • Designate User.id as primary key in the schema of the admin-Realm.
  • Designate Token.token as primary key in the schema of the admin-Realm.
  • Designate RealmFile.path as primary key in the schema of the admin-Realm
  • Uses realm-core 2.1.4.

Java 2.0.2

  • Renamed User to SyncUser, Credentials to SyncCredentials and Session to SyncSession to align names with Cocoa.
  • Removed SyncManager.setLogLevel(). Use RealmLog.setLevel() instead.
  • SyncUser.logout() now correctly clears SyncUser.currentUser() (#3638).
  • Missing ProGuard configuration for libraries used by Sync extension (#3596).
  • Error handler was not called when sync session failed (#3597).
  • Added User.all() that returns all known Realm Object Server users.