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

Release 3.10.6

Compare
Choose a tag to compare
@realm-ci realm-ci released this 10 Sep 22:01
· 0 commits to 2b921439d7d0d5450a67a06556c3f2773a28f2d7 since this release

Breaking changes

  • The function loadFeatureToken has been removed. It has had no effect and has been deprecated since version 3.0.

Bugs fixed

  • 3.10.0 introduced a change that forced ROS components to communicate over HTTPS when ROS itself was configured for HTTPS.
    However, on single-node deployments this caused communication to fail with hostname validation errors when the used SSL
    certificate was not valid over the loopback interface or listenAddress did not match the DNS name in the certificate.
    The fix is to not enable HTTPS communication between components by default. This feature is now enabled by setting the
    httpsForInternalComponents configuration option to true instead.
  • Fixed a crash with sync client HTTP requests with a malformed Content-Length header. Such will now correctly result in
    responses with status code 400.

Enhancements

  • None

Installation & rollback instructions

Please see https://docs.realm.io/platform/self-hosted/installation for installation, upgrade and rollback instructions.

Notable known issues

  • None