gcs-resumable-upload
Advanced tools
Changelog
v1.0.0
02-28-2019 06:27 PST
This release has breaking changes. The underlying transport library was changed from request to gaxios. Any response
objects returned via the API will now return a GaxiosResponse
object.
.on('response', function (resp, metadata) {
console.log(resp.statusCode);
})
.on('response', function (resp) {
console.log(resp.status);
});
Changelog
v0.14.0
01-23-2019 17:57 PST
Changelog
v0.13.0
Changelog
v0.12.0
BREAKING CHANGE: