Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Releases: netlify/js-client

v2.2.0

13 Oct 00:19
Compare
Choose a tag to compare

v2.1.0

11 Oct 22:18
Compare
Choose a tag to compare

v2.0.1

25 Sep 18:13
Compare
Choose a tag to compare
  • A whole new Netlify Node.js API client! 🎉
  • Client code was extracted from our forthcoming 2.0.0 CLI release.
  • A completely new API. Treat the 2.x.x and forward as a completely separate codebase and API.
  • API calls are now derived from the open-api specification. See the swagger-ui and know that there is a matching API method for every operationID (the name on the right). See the README for full API docs.
  • Includes a method for creating content based deploys.

v2.0.1-beta.8

24 Sep 22:49
Compare
Choose a tag to compare
  • Improve .deploy when creating large deploys.
    • Implement async deploy creation
    • Implement upload retry on failed upload. Will try up to 5 times before failing.

v2.0.1-beta.7

24 Sep 22:50
Compare
Choose a tag to compare
  • Improve error handling around generic fetch errors.

v2.0.1-beta.6

18 Sep 01:13
Compare
Choose a tag to compare
  • Fix encoding algorithm when deploying files with unicode characters