RavenDB 릴리스

Released: Mar 19, 2024

v6.0.101 (60017) 버젼 업데이트

기능

Server

  • [Corax] Exposed Corax query structure when timings() is included.
  • [Corax] Added support for phrase querying.
  • [Indexing] Made Corax the default search engine for Community, Developer, AGPL licenses.
  • [Licensing] Made sure the license verification check will be executed when running as a Windows Service.
  • [Performance] Optimized blittable JSON text writer.
  • [Performance] Optimized Page Locator Reset mechanism in Voron.
  • [Performance] Routing performance improvements.
  • [ThreadPool] Doubled the...

Released: Feb 12, 2024

v6.0.100 (60012) 버젼 업데이트

기능

Server

  • [Backup] Cluster observer will decide which node should perform the backup.
  • [Certificates] Avoid triggering the replacement of the server certificate when the new one that comes from the CertificateRenewExec is the same as the one that is currently used.
  • [Cluster] Improved performance of cluster operations.
  • [Cluster] Avoid materialization of the database record in HandleClusterDatabaseChanged().
  • [Corax] Added ability to boost spatial primitive during queries.
  • [Corax] Handled wildcard...

Released: Jan 19, 2024

v6.0.4 (60008) 버젼 업데이트

수정사항

Server

  • [JavaScript Indexes] Fixed regression introduced in 6.0.2 which made that date fields indexed by JavaScript indexes got different format so queries could not find old results. If an index is affected (has a date field) then the reset is required in order to recover.
  • [Counters] Fixed the allocation size for a counter group name when purging counter tombstones.

Released: Jan 16, 2024

v6.0.3 (60006) 버젼 업데이트

수정사항

Server

  • [Subscriptions] Fixed issue with concurrent subscription not picking up appropriate state when connecting.

Released: Dec 27, 2023

v6.0.2 (60005) 버젼 업데이트

기능

Server

  • [Backups] Added Direct Upload support for Azure.
  • [Backups] Added the ability to continue exporting of documents when corrupted data is encountered.
  • [Cluster] You can now promote rehab node.
  • [Cluster] Made stability improvements for when a node is moved into rehab and grace period kicks in.
  • [Compare Exchange] You can now write the result of each cluster command attempt on its own context to avoid using disposed context during failover.
  • [Configuration] Switched default value of 'Http...

Released: Nov 14, 2023

v6.0.1 (60003) 버젼 업데이트

기능

Server

  • [Backups] Switched to ZSTD compression algorithm for all backup types and exports.
  • [Backups] Added 'Direct Upload' mode.
  • [Configuration] Added configuration 'Backup.Compression.Algorithm' option (ZSTD by default).
  • [Configuration] Added configuration 'Backup.Compression.Level' option (Fastest by default).
  • [Configuration] Added configuration 'Backup.Snapshot.Compression.Algorithm' option (ZSTD by default).
  • [Configuration] Added configuration 'Backup.Snapshot.Compression.Level' option...

Released: Oct 2, 2023

v6.0.0 (60002) 버젼 업데이트

기능

  • [Corax] Added a new search and indexing engine.
  • [Sharding] Added new 'sharding' feature.
  • [Queue Sinks] Added Kafka and RabbitMQ sink.
  • [Data Archival] Added new 'data archival' feature.

Server

  • [Backups] Switched FTP backup implementation to use 'FluentFTP'.
  • [Configuration] Changed default 'Indexing.OrderByTicksAutomaticallyWhenDatesAreInvolved' value to 'true'.
  • [ETL] OLAP ETL now uses the latest Parquet.Net package.
  • [ETL] Removed load error tolerance.
  • [Graph API] Removed support.
  • [Indexes...

Released: Jul 18, 2022

v5.4.x 버젼 업데이트

v5.4.110 (54077)

Updated Sep 12, 2023

Features

Server

  • [Backup] Blocked deletion of database if restore is in progress.
  • [Configuration] Added 'Http.Http2.MaxStreamsPerConnection' and set it to unlimited value.
  • [Cluster] Added a dedicated thread for cluster transaction execution.
  • [Indexes] Added support for 'default(DateTime)'.
  • [Linux] Improved detecting when running close to OS limits (notification and SNMP endpoint).
  • [Querying] Projections will now return '@id' property for simple projections...

Released: Nov 29, 2021

v5.3.x 버젼 업데이트

v5.3.104 (Build 53029)

Updated Jul 18, 2022

Server

  • [Batches] Fixed an issue where WaitForIndexesAfterSaveChanges and WaitForReplicationAfterSaveChanges timeouts would return status code that could cause Client API to failover instead of failing immediately.
  • [Cluster] Now avoids holding read transaction for a long time while processing stat changes via the cluster observer.
  • [Cluster] Fixed issue with handling non-existent server-wide task deletion.
  • [CPU] Fixed CPU usage calculation on Linux...

Released: Jun 21, 2021

v5.2.x 버젼 업데이트

v5.2.4 (Build 52016)

Updated Nov 15, 2021

Server

  • [Backup] Does not cancel running backup even if task was moved to another node.
  • [Backup] Fixed issue with restoring Snapshot backup when compare exchange values exist.
  • [Cluster] Fixed issue with Cluster might accepting commands from higher version than the current one when doing mixed version clusters.
  • [Cluster] Now properly snapshots compare exchange with expiration.
  • [Counters] Removed leading whitespace from Counter Values Change Vector...