Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

v1.6.0

Choose a tag to compare

@stephenplusplus stephenplusplus released this 13 Feb 21:38

Features

  • (#125): Allow setting additional request parameters during a Bucket#upload() from a remote file. (Thanks, @ImmaculatePine!)
  • (#129): Support the resumable action for File#getSignedUrl().
  • (#133): Add auto options to automatically determine contentType and gzip settings for File#createWriteStream(). (Thanks, @calvinmetcalf!)

Fixes

  • (#122) Normalize arguments when using new.
  • (#128): Remove leading gs:// parts of a File name provided to a File object.
  • Update dependencies to mitigate possible security issues.