NoSQL Database Documentation

We hereby welcome you into the RavenDB Documentation.
Feel free to explore the sizeable world of our premier NoSQL database.

Become part of the community! Contribute to documentation.

What's new

6.2.0 (62001) - 2024/09/17

Features

  • [Sharding] added prefixed sharding feature. More here
  • [ETL] added Azure Queue Storage ETL. More here
  • [Monitoring] added OpenTelemetry support. More here
  • [Studio] introduced OmniSearch for easier navigation
  • [Integrations] Akka.NET Persistence. Guide | Docs | Design Notes

Upgrading from previous versions

  • please refer to our Server migration guide before proceeding with Server update and check our list of Server breaking changes available here, Client API breaking changes available here and Test Driver breaking changes are available here

Server

  • [Cryptography] removed Portable.BouncyCastle and introduced BouncyCastle.Cryptography instead
  • [Encryption] switched 'libsodium' to 1.0.20
  • [ETL] MSSQL integration no longer defaults to 'Encrypt=Optional'
  • [Identity] database configuration will now take into account server-wide identity parts separator
  • [Indexes] throw exception on LoadDocument with dynamic collection name
  • [Indexes] changed how complex fields are handled in Corax. More here
  • [Revisions] added ability to revert revision to a document via 'databases/*/revisions/revert/docs' endpoint
  • [Setup] switched to Single File App

Client API

  • [Changes API] changes 'ForOperation' are only available when node tag is passed to 'DocumentStore.Changes' method
  • [Compare Exchange] create only compare exchange when index is 0
  • [Operations] align default delta (1) with rest of the API operations in CounterOperation
  • [Revisions] added 'RevertRevisionsByIdOperation'
  • [Session] both Load and LazyLoad should return null when ID is null
  • [Session] optimized chained negated search query in LINQ queries
  • [Session] throwing exception when 'Any' is used in LINQ queries on enumerable with 'and' on different fields

Studio

  • [Revisions] introduced better navigation and comparison in compare revisions view

Test Driver

  • [Licensing] by default if no license is specified or license is invalid/expired, the test driver will throw an exception