This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Releases: realm/realm-object-server
Releases · realm/realm-object-server
Release 2.0.17
Breaking changes
- None
Bugs fixed
- The migration tool now also migrates global realms.
- The default port for BasicServer's https is now properly set to 9443
Enhancements
- There are two new special realms where permissions are reflected.
/<userid>/__perm
contains user-specific permissions and/__perm
contains
wildcard permissions. The old special realms are still available and reflect
the same permissions, but they might contain duplicates. They are only there
for compatibility and will be removed in the future. ros migrate
will copy realm files by default. Specify--norealms
to disable that.- Added notice to users about the long time 'ros init' can take.
- Updated realm-js to version 2.0.5
Release 2.0.16
Breaking changes
- None
Bugs fixed
- Fixed a problem in the install script where nvm is installed by homebrew.
- Added note to install script reminding the user to use the correct Node.js version.
- Fixed an issue with exporting all custom realm symbols
- Added support Visual Studio Code debugging and running when generating a server setup with
ros init
- Opening a partially synced Realm before the master Realm was created now works correctly
Terms of service is now persisted under the user's home directory. Fixes #550
Enhancements
- Updated the TS and JS templates created by 'ros init' to be easier to modify.
Release 2.0.13
Breaking changes
- None
Bugs fixed
- None
Enhancements
- The 1-to-2 migration now checks that the source directory is a valid root dir
and makes some suggestions if it is not. - THe 1-to-2 migration now checks that the destination directory is empty and
fails with a message about that if it is not an empty dir. - Expose the ROS port on the Docker container, to work with
docker run -P
for exposing on a random port.
Internals
- None
Release 2.0.12
Breaking changes
- None
Bugs fixed
- The LogService WebSocket endpoints now needs an authentication message with a valid access or refresh token, within
the first second of connecting to them. Realm Studio sends this message starting from v1.3.0.
Enhancements
- Added comments to the
ros init
template files to describe available configs - A welcome page is now available to the user when visiting http://localhost:9080/ in a web-browser.
- Added install script
Internals
- Added acceptance testing against the install script for multiple platforms.
Release 2.0.11
Breaking changes
- None
Bugs fixed
- Fix installation issue (ursa) on various platforms
Enhancements
- None
Internals
- Use node-rsa in favor of ursa.
Release 2.0.10
Breaking changes
- None
Bugs fixed
- Fixes a circular dependency in built package
Enhancements
- None
Internals
- None
Release 2.0.9
Breaking changes
- None
Bugs fixed
- Removes "del" as a dependency, fixing startup
- Exports RealmFactory and RealmDefinition classes
Enhancements
- None
Internals
- Publishing releases now automatically makes a release in the public reposutory
- CHANGELOG.md is now maintained automatically from RELEASENOTES.md
- Release notes should now be updated in RELEASENOTES.md
Release 2.0.8
Breaking changes
- None
Bugs fixed
- Make sync client logs less verbose (Fixes #433)
- Render the service metadata into the message (Fixes #233, #250)
Enhancements
- Information about the feature token is now logged upon startup.
Internals
- Silences migration tests (Fixes #486)
- Fixed bug in CloudKit auth provider: #282
- Make releases on public repo
- Update private repository name
- New changelog workflow