This repository was archived by the owner on Nov 8, 2021. It is now read-only.
Releases: realm/realm-object-server
Releases · realm/realm-object-server
Release 3.9.13
Bugs fixed
- None
Enhancements
- Added
enableDebugMode
option to KubernetesSyncWorker
Release 3.9.12
Bugs fixed
- None
Enhancements
- Added
startedAt
property to KubernetesSyncWorker
Release 3.9.12-debug
Bugs fixed
- None
Enhancements
- None
Release 3.9.12-alpha.1
Bugs fixed
- None
Enhancements
- Improved logging around fatal sync worker errors.
Release 3.9.11
Bugs fixed
- [Sync] Fixed a bug with with the server bootup consistency checker.
Enhancements
- None
Release 3.9.10
Bugs fixed
- Fixed a failure in the
PrometheusStatsStorage
where url creation threw an error when running on Node.js v6.
Enhancements
- The server can now be started with a
StatsdStatsSink
asStatsSink
.
When doing this any statistics captured by the server and its sync workers will be send as UDP packets to a predefined
UDP socket. This enables a better integration into environments where statistics are aggregated via StatsD. - [Sync] Added more logging around the detection of invalid partial realms about to be renamed as "inconsistent". The error causing the inconsistency was previously swallowed.
- [Sync] Fixed a bug which could result in memory corruption and crashes.
Release 3.9.10-alpha.1
Bugs fixed
- Fixed a failure in the
PrometheusStatsStorage
where url creation threw an error when running on Node.js v6.
Enhancements
- The server can now be started with a
StatsdStatsSink
asStatsSink
.
When doing this any statistics captured by the server and its sync workers will be send as UDP packets to a predefined
UDP socket. This enables a better integration into environments where statistics are aggregated via StatsD. - [Sync] Added more logging around the detection of invalid partial realms about to be renamed as "inconsistent". The error causing the inconsistency was previously swallowed.
Release 3.9.9
Bugs fixed
- None
Enhancements
- None
Release 3.9.8
Bugs fixed
- The StandaloneStats (used when running ROS in the single-process mode) was not checking label names correctly.
- ROS would crash if receiving a stat with an unexpected "path" label for the newly added realm_state_size metric.
Enhancements
- None
Release 3.9.7
Bugs fixed
- None
Enhancements
- None