All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ESM support
- exports for all classes in the
index.js
package entrypoint
- options like
endpointUrl
,user
, andpassword
are attached to the client object, allowing creating new client instances from existing instances - methods that return a
Readable
stream objects are sync - updated dependencies
- CommonJS support
BaseClient
andEndpoint
class- automatic request splitting for Graph Store uploads