New features
- It is now possible to provide custom HTTP headers when calling the
query
/insert
/command
/exec
methods using thehttp_headers
option. NB:http_headers
specified this way will overridehttp_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)