Client Migration
- In this page:
Client migration to RavenDB 7.x
Prior to version 7.0, our default HTTP compression algorithm was Gzip.
From version 7.0 on, our default HTTP compression algorithm is Zstd.
Version 7.0's client API ability to connect to a server depends on the
server's version and on the compression algorithm the client uses.
- Connecting your client to a server of version
6.0or higher presents no problem. - But if you want to connect the client to a server of version
5.4or earlier, you must switch the client algorithm back toGzipfor the connection to succeed.