Skip to content

Release v2.0.1

Choose a tag to compare

@macjuul macjuul released this 06 Mar 16:46
· 28 commits to main since this release
762cf2a
  • Added the ability to stream imports and exports
    • The .import() method now accepts a ReadableStream
    • The .export() method now provides a chainable .raw() method which returns a Response. This is useful when you require access to the underlying export stream.
  • Added an .exportModel() method for exporting SurrealML models
  • Fixed query duration stats not parsing correctly