What's new

3.5.10-patch-35294 - 2020/05/06

Server

  • Allow providing a certificate for one way replication to a v4.x server

3.5.10-patch-35290 - 2020/03/05

Server

  • Ignore errors in report alert in RavenThreadPool

3.5.10-patch-35289 - 2019/11/07

Server

  • Stop sending topology data over ETL replication, we want to allow cross-cluster ETL tasks
  • Disable the reduce when the index is disabled (like we do in the map)
  • Add an index error when we fail to find the reduce value although we have it in the Voron index
  • Add the ability to Export Storage from a backup

3.5.10-patch-35288 - 2019/09/12

Server

  • [Configuration] added ''Raven/Esent/MaxInstances"
  • [Indexing] adjusted Index.HasChanged implementation to detect index changes better

3.5.10-patch-35286 - 2019/08/13

Server

  • improved Cluster topology validation and enhanced backward compatibility for topology header handling

Embedded

  • allow disposing EmbeddedDocumentStore even if it is not disposed

Client

  • removed redundant cast in 'LoadByUniqueConstraintAsync' method
  • fixed possible ArgumentOutOfRange and NRE in 'WhatChanged'
  • fixed a corner case where 'WhatChanged' was not appending properly all of the changes to the list of returned changes