Skip to content

Commit

Permalink
Added example about compatibility with RavenDB Server versions (#6987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits authored Feb 14, 2025
1 parent 083d626 commit b42ed93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions persistence/ravendb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Specific versions of RavenDB Persistence are tied to a major version of NService

See the [NServiceBus Packages Supported Versions](/nservicebus/upgrades/supported-versions.md#persistence-packages-nservicebus-ravendb) to see the support details for each version of RavenDB Persistence.

RavenDB client are compatible with their corresponding server version and newer versions:

- [FAQ: Backward Compatibility | RavenDB 6.2 Documentation](https://ravendb.net/docs/article-page/6.2/csharp/client-api/faq/backward-compatibility#ravendb-4.2-and-higher-compatibility)

#### Example

NServiceBus.RavenDB 9.0 uses RavenDB.Client v5.4.116.* which is compatible with RavenDB Server 5.4, 6.0, 6.1.x, 6.2.x, 7.0.x, and future newer versions of RavenDB Server

## Connection options for RavenDB

There are a variety of options for configuring the connection to a RavenDB Server. See [RavenDB Connection Options](connection.md) for more details.
Expand Down

0 comments on commit b42ed93

Please sign in to comment.