Releases: realm/realm-object-server
RMP Release 1.0.0-BETA-6.0
Binaries available at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-6.0/realm-mobile-platform.zip.
Release 1.0.0-BETA-4.8
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
Binaries available at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-4.2-2/realm-mobile-platform.zip.
Includes Cocoa 2.1.0
RMP Release 1.0.0-BETA-4.2-1
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
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
Binaries available at https://static.realm.io/downloads/mobile-platform/1.0.0-BETA-4.11/realm-mobile-platform.zip.
Release v1.0.0-BETA-2.3
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 theauth
key.
Previously they were wrongly located in thenetwork
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
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
toSyncUser
,Credentials
toSyncCredentials
andSession
toSyncSession
to align names with Cocoa. - Removed
SyncManager.setLogLevel()
. UseRealmLog.setLevel()
instead. SyncUser.logout()
now correctly clearsSyncUser.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.