@google-cloud/pubsub 3.7.1 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  [1]: https://www.npmjs.com/package/@google-cloud/pubsub?activeTab=versions
6
6
 
7
+ ## [3.7.2](https://github.com/googleapis/nodejs-pubsub/compare/v3.7.1...v3.7.2) (2023-07-24)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Update to gax 3.6.1 for vuln fix ([#1775](https://github.com/googleapis/nodejs-pubsub/issues/1775)) ([98460db](https://github.com/googleapis/nodejs-pubsub/commit/98460dbd1f31e4ee06356e88fec676a04a68ac88))
13
+
7
14
  ## [3.7.1](https://github.com/googleapis/nodejs-pubsub/compare/v3.7.0...v3.7.1) (2023-06-08)
8
15
 
9
16
 
@@ -1061,7 +1061,8 @@ message CloudStorageConfig {
1061
1061
  string filename_prefix = 2;
1062
1062
 
1063
1063
  // User-provided suffix for Cloud Storage filename. See the [object naming
1064
- // requirements](https://cloud.google.com/storage/docs/objects#naming).
1064
+ // requirements](https://cloud.google.com/storage/docs/objects#naming). Must
1065
+ // not end in "/".
1065
1066
  string filename_suffix = 3;
1066
1067
 
1067
1068
  // Defaults to text format.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@google-cloud/pubsub",
3
3
  "description": "Cloud Pub/Sub Client Library for Node.js",
4
- "version": "3.7.1",
4
+ "version": "3.7.2",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Google Inc.",
7
7
  "engines": {
@@ -58,7 +58,7 @@
58
58
  "arrify": "^2.0.0",
59
59
  "extend": "^3.0.2",
60
60
  "google-auth-library": "^8.0.2",
61
- "google-gax": "^3.5.6",
61
+ "google-gax": "^3.6.1",
62
62
  "heap-js": "^2.2.0",
63
63
  "is-stream-ended": "^0.1.4",
64
64
  "lodash.snakecase": "^4.1.1",
@@ -78,7 +78,7 @@
78
78
  "@types/sinon": "^10.0.0",
79
79
  "@types/tmp": "^0.2.0",
80
80
  "@types/uuid": "^9.0.0",
81
- "c8": "^7.0.0",
81
+ "c8": "^8.0.0",
82
82
  "codecov": "^3.0.0",
83
83
  "execa": "^5.0.0",
84
84
  "gts": "^3.1.0",