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

Releases: netlify/js-client

v2.4.2

16 Apr 19:06
Compare
Choose a tag to compare

Merged

  • update ZISI version #47
  • Automate release process #46
  • Clean up tmp dir after deploys #45

Commits

v2.4.1

04 Mar 19:03
Compare
Choose a tag to compare
  • Update zip-it-and-ship-it to ^0.2.3

v2.4.0

20 Feb 23:34
Compare
Choose a tag to compare
  • Update @netlify/open-api to 0.9.0

v2.3.1

20 Feb 04:16
Compare
Choose a tag to compare
  • Update deps
  • Update zip-it-and-ship-it to a working copyx

v2.3.0

07 Feb 02:09
Compare
Choose a tag to compare
  • Improve function deployments with @netlify/zip-it-and-ship-it (#34)
    • Functions can now have their own node_modules folder, separate from your top-level sites.

v2.2.5

31 Jan 23:22
Compare
Choose a tag to compare
  • Fix rare bug when importing netlify with webpack. This fixes library compatibility with netlify-lambda. (#35)[https://github.com//pull/35]

v2.2.4

23 Jan 01:48
Compare
Choose a tag to compare
  • Fix additional file upload failure modes

v2.2.3

20 Jan 02:03
Compare
Choose a tag to compare
  • Fix a time parsing bug in the rate limit backoff code.
  • Support stream ctor functions in the request body.

v2.2.2

18 Jan 21:48
Compare
Choose a tag to compare
  • Handle rate limiting errors and retry at requested time.

v2.2.1

06 Nov 20:14
Compare
Choose a tag to compare
  • Handle timeout errors when uploading files and retry upload.