Skip to content

Releases: googleapis/nodejs-storage

v7.1.0

07 Sep 17:31
7663005
Compare
Choose a tag to compare

7.1.0 (2023-09-07)

Features

Bug Fixes

  • File#save iterable fixes (#2293) (87c3f41)
  • deps: Update dependency @google-cloud/paginator to v5 (#2263) (0c9b342)
  • deps: Update dependency @google-cloud/projectify to v4 (#2264) (c881bae)
  • deps: Update dependency @google-cloud/promisify to v4 (#2262) (9d46ff3)
  • deps: Update dependency @google-cloud/pubsub to v4 (#2256) (18282bb)

Miscellaneous Chores

v7.0.1

07 Aug 15:28
877195b
Compare
Choose a tag to compare

7.0.1 (2023-08-07)

Bug Fixes

v7.0.0

03 Aug 19:28
f4ec732
Compare
Choose a tag to compare

7.0.0 (2023-08-03)

⚠ BREAKING CHANGES

  • Make node 14 the minimum supported version (#2244)
  • Add stronger typings to metadata (#2234)
  • Remove extend and Treat Provided Options as Mutable (#2204)
  • Stronger typing for lifecycle rules (#2215)
  • Do not return responsebody in delete, only raw response (#2236)
  • Remove extraneous validation in favor of server errors (#2237)
  • Mark bucket.setLabels and associated interfaces as deprecated (#2214)
  • Disable source maps for smaller bundle size (#2240)

Features

  • Make node 14 the minimum supported version (#2244) (f48dcd2)

v6.12.0

13 Jul 19:17
7bb7558
Compare
Choose a tag to compare

6.12.0 (2023-07-13)

Features

v6.11.0

05 Jun 14:42
959dcdb
Compare
Choose a tag to compare

6.11.0 (2023-06-02)

Features

v6.10.1

10 May 13:48
fe9e3a4
Compare
Choose a tag to compare

6.10.1 (2023-05-10)

Performance Improvements

  • Improve Multiple Chunk Upload Performance (#2185) (3b2b877)

v6.10.0

02 May 15:42
820b19a
Compare
Choose a tag to compare

6.10.0 (2023-05-02)

Features

  • Retry Socket Connection Timeouts on Node 20+ (#2187) (733b560)

v6.9.5

30 Mar 13:53
be0c410
Compare
Choose a tag to compare

6.9.5 (2023-03-30)

Bug Fixes

  • Check that err.message is a string before attempting indexOf (#2173) (130818d)
  • V4 Signing Errors with exactly 7 day expiry (#2170) (f930998)

v6.9.4

02 Mar 18:32
52e4ed6
Compare
Choose a tag to compare

6.9.4 (2023-03-02)

Bug Fixes

  • Refactor createReadStream to remove unnecessary stream (#2153) (2c97310)

v6.9.3

15 Feb 13:05
7054e43
Compare
Choose a tag to compare

6.9.3 (2023-02-15)

Bug Fixes

  • Reduce memory footprint of deleteFiles by utilizing getFilesStream and using smaller queue of promises (#2147) (f792f25)