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

Releases: realm/realm-object-server

Release 3.9.13

17 Aug 22:29
Compare
Choose a tag to compare

Bugs fixed

  • None

Enhancements

  • Added enableDebugMode option to KubernetesSyncWorker

Release 3.9.12

16 Aug 16:44
Compare
Choose a tag to compare

Bugs fixed

  • None

Enhancements

  • Added startedAt property to KubernetesSyncWorker

Release 3.9.12-debug

14 Aug 15:49
Compare
Choose a tag to compare

Bugs fixed

  • None

Enhancements

  • None

Release 3.9.12-alpha.1

13 Aug 14:09
Compare
Choose a tag to compare

Bugs fixed

  • None

Enhancements

  • Improved logging around fatal sync worker errors.

Release 3.9.11

10 Aug 19:05
Compare
Choose a tag to compare

Bugs fixed

  • [Sync] Fixed a bug with with the server bootup consistency checker.

Enhancements

  • None

Release 3.9.10

09 Aug 14:07
Compare
Choose a tag to compare

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 as StatsSink.
    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

07 Aug 19:35
Compare
Choose a tag to compare

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 as StatsSink.
    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

01 Aug 11:37
Compare
Choose a tag to compare

Bugs fixed

  • None

Enhancements

  • None

Release 3.9.8

31 Jul 13:44
Compare
Choose a tag to compare

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

30 Jul 11:45
Compare
Choose a tag to compare

Bugs fixed

  • None

Enhancements

  • None