Skip to content

3.1.0

Compare
Choose a tag to compare
@southpolesteve southpolesteve released this 29 Jul 20:19
· 21 commits to master since this release
  • Set default ResponseContinuationTokenLimitInKB to 1kb. By default, we are capping this to 1kb to avoid long headers (Node.js has a global header size limit). A user may set this field to allow for longer headers, which can help the backend optimize query execution #384
  • Remove disableSSLVerification. This option has new alternatives described in #388