Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 738 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 738 Bytes

Changelog

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.

[3.0.0] - 2024-02-18

Added

  • ESM support
  • exports for all classes in the index.js package entrypoint

Changed

  • options like endpointUrl, user, and password 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

Removed

  • CommonJS support
  • BaseClient and Endpoint class
  • automatic request splitting for Graph Store uploads