Releases: netlify/js-client
Releases · netlify/js-client
v2.4.2
Merged
- update ZISI version
#47
- Automate release process
#46
- Clean up tmp dir after deploys
#45
Commits
v2.4.1
- Update zip-it-and-ship-it to ^0.2.3
v2.4.0
- Update @netlify/open-api to 0.9.0
v2.3.1
- Update deps
- Update zip-it-and-ship-it to a working copyx
v2.3.0
- 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
- Fix rare bug when importing
netlify
with webpack. This fixes library compatibility with netlify-lambda
. (#35)[https://github.com//pull/35]
v2.2.4
- Fix additional file upload failure modes
v2.2.3
- Fix a time parsing bug in the rate limit backoff code.
- Support stream ctor functions in the request body.
v2.2.2
- Handle rate limiting errors and retry at requested time.
v2.2.1
- Handle timeout errors when uploading files and retry upload.