RavenDB Client Upgrade
NServiceBus.Gateway.RavenDB version 5 introduces support for RavenDB.Client 6.2.9 or higher.
RavenDB clients are forward-compatible starting with version 4.2, meaning a newer client can connect to a server of the same or higher version. However, if your servers are running a version prior to 6, upgrading the client requires extra care.
In this case, review both the RavenDB client breaking changes and the RavenDB server breaking changes to ensure compatibility before upgrading.
If your servers are already on RavenDB 6 or higher, you can safely upgrade the client library after consulting the RavenDB client breaking changes without requiring immediate server changes.