Releases: googleapis/nodejs-storage
Releases · googleapis/nodejs-storage
v7.10.0
7.10.0 (2024-04-15)
Features
- Add ability to create a File object from URL (#2432) (1b71fcc)
- Allow setting contentEncoding during compose (#2431) (6e81e05)
Bug Fixes
- Destroy pipeline streams when returned stream errors (#2437) (fe1ac65)
- Remove extraneous mime-types package in favor of mime (#2435) (63a71f2)
v7.9.0
7.9.0 (2024-03-18)
Features
- Add ability to configure and utilize soft-delete and restore (#2425) (7da5a7d)
v7.8.0
7.8.0 (2024-03-07)
Features
Bug Fixes
- Cannot read properties of null (reading length) in stream-shift (#2422) (11ebe2b)
- Do not automatically set overrideUnlockedRetention (#2421) (c781bdc)
v7.7.0
7.7.0 (2023-11-29)
Features
- Implement object retention lock for bucket / files (#2365) (c140868)
Bug Fixes
- TransferManager#downloadFileInChunks issues (#2373) (65950f3)
v7.6.0
7.6.0 (2023-11-08)
Features
v7.5.0
7.5.0 (2023-10-30)
Features
v7.4.0
7.4.0 (2023-10-24)
Features
v7.3.2
7.3.2 (2023-10-24)
Bug Fixes
v7.3.1
7.3.1 (2023-10-19)
Bug Fixes
- Add user-agent header to transfer manager and resumable upload (#2334) (0520867)
- deps: Update dependency retry-request to v7 (#2327) (f20ef3c)
- Destroy sockets to stop memory leaking when stream errors (#2336) (04939ee)
v7.3.0
7.3.0 (2023-10-11)
Features
- Add transfer manager MPU sample, adjust defaults, prepare for GA (#2318) (a7d09c1)
Bug Fixes