File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions
6
6
7
+ ## [ 7.2.0] ( https://github.com/googleapis/nodejs-storage/compare/v7.1.0...v7.2.0 ) (2023-10-05)
8
+
9
+
10
+ ### Features
11
+
12
+ * Add headers option to MPU ([ #2303 ] ( https://github.com/googleapis/nodejs-storage/issues/2303 ) ) ([ 7f58f30] ( https://github.com/googleapis/nodejs-storage/commit/7f58f30588735d129fda0503e1daec5f605f8447 ) )
13
+ * Transfer Manager Metrics ([ #2305 ] ( https://github.com/googleapis/nodejs-storage/issues/2305 ) ) ([ 9be3b6a] ( https://github.com/googleapis/nodejs-storage/commit/9be3b6a97d9c4685d3c01a6d44e618087be54ea1 ) )
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * Make sure destination uses posix separator instead of win ([ #2304 ] ( https://github.com/googleapis/nodejs-storage/issues/2304 ) ) ([ 1d4ea74] ( https://github.com/googleapis/nodejs-storage/commit/1d4ea74a3cc441dfccc47893f0318234f213921b ) )
19
+
7
20
## [ 7.1.0] ( https://github.com/googleapis/nodejs-storage/compare/v7.0.1...v7.1.0 ) (2023-09-07)
8
21
9
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/storage" ,
3
3
"description" : " Cloud Storage Client Library for Node.js" ,
4
- "version" : " 7.1 .0" ,
4
+ "version" : " 7.2 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"@google-cloud/pubsub" : " ^4.0.0" ,
20
- "@google-cloud/storage" : " ^7.1 .0" ,
20
+ "@google-cloud/storage" : " ^7.2 .0" ,
21
21
"node-fetch" : " ^2.6.7" ,
22
22
"uuid" : " ^8.0.0" ,
23
23
"yargs" : " ^16.0.0"
You can’t perform that action at this time.
0 commit comments