Skip to content

Commit b42ed93

Browse files
authored
Added example about compatibility with RavenDB Server versions (#6987)
1 parent 083d626 commit b42ed93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

persistence/ravendb/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Specific versions of RavenDB Persistence are tied to a major version of NService
2929

3030
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.
3131

32+
RavenDB client are compatible with their corresponding server version and newer versions:
33+
34+
- [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)
35+
36+
#### Example
37+
38+
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
39+
3240
## Connection options for RavenDB
3341

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

0 commit comments

Comments
 (0)