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
3.5.10-patch-35307 - 2021/04/01
Server
[Configuration]
added 'Raven/Storage/PutSerialLockDurationInSeconds'
3.5.10-patch-35305 - 2021/01/13
Client API
- Fixed possible deadlocks due to excessive thread and task scheduling in the Client API
3.5.10-patch-35304 - 2020/12/16
Server
- Avoid unnecessary scheduling of sync continuation on thread pool
- Set the
MaxClauseCount
for IIS
3.5.10-patch-35303 - 2020/12/03
Server
[Querying]
fixed issue with a custom analyzer that outputs multiple terms outputs phrases, not individual terms
3.5.10-patch-35302 - 2020/09/21
Client
- [BulkInsert] Added
StoreAsync
method - [BulkInsert] Fixed potential deadlock by providing
TaskCreationOptions.RunContinuationsAsynchronously
flag to TCS instance