Skip to content

1.11.0 (Common, Node.js, Web)

Latest
Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 17 Mar 19:51
· 8 commits to main since this release

New features

  • It is now possible to provide custom HTTP headers when calling the query/insert/command/exec methods using the http_headers option. NB: http_headers specified this way will override http_headers set on the client instance level. (#394, @DylanRJohnston)
  • (Web only) It is now possible to provide a custom fetch implementation to the client. (#315, @lucacasonato)