Skip to content

Commit 6e2c28a

Browse files
chore(main): release 4.8.0 (#1977)
* chore(main): release 4.8.0 * chore(main): release 4.8.0 * build: also link the current pubsub version * chore(main): release 4.8.0 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: feywind <[email protected]>
1 parent fbd7359 commit 6e2c28a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/pubsub?activeTab=versions
66

7+
## [4.8.0](https://github.com/googleapis/nodejs-pubsub/compare/v4.7.2...v4.8.0) (2024-10-15)
8+
9+
10+
### Features
11+
12+
* Add ingestion Cloud Storage fields and Platform Logging fields to Topic ([#1974](https://github.com/googleapis/nodejs-pubsub/issues/1974)) ([afec9a1](https://github.com/googleapis/nodejs-pubsub/commit/afec9a1ad3f665a71f08e748623f0fdaa332d17b))
13+
* Return listing information for subscriptions created via Analytics Hub ([afec9a1](https://github.com/googleapis/nodejs-pubsub/commit/afec9a1ad3f665a71f08e748623f0fdaa332d17b))
14+
715
## [4.7.2](https://github.com/googleapis/nodejs-pubsub/compare/v4.7.1...v4.7.2) (2024-09-13)
816

917

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/pubsub",
33
"description": "Cloud Pub/Sub Client Library for Node.js",
4-
"version": "4.7.2",
4+
"version": "4.8.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {
@@ -29,7 +29,8 @@
2929
"scripts": {
3030
"presystem-test": "npm run compile",
3131
"system-test": "mocha build/system-test --timeout 600000",
32-
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
32+
"samples-test": "npm run link-samples && npm test && cd ../",
33+
"link-samples": "cd samples/ && npm link ../ && npm install",
3334
"test": "c8 mocha build/test --recursive",
3435
"lint": "gts check",
3536
"predocs": "npm run compile",
@@ -46,7 +47,7 @@
4647
"prelint": "cd samples; npm link ../; npm install",
4748
"precompile": "gts clean",
4849
"typeless": "npx typeless-sample-bot --outputpath samples --targets samples --recursive",
49-
"posttypeless": "cd samples && npm i && cd .. && npx eslint --ignore-pattern owl-bot-staging --fix samples"
50+
"posttypeless": "npm run link-samples && npx eslint --ignore-pattern owl-bot-staging --fix samples"
5051
},
5152
"dependencies": {
5253
"@google-cloud/paginator": "^5.0.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
25-
"@google-cloud/pubsub": "^4.7.2",
25+
"@google-cloud/pubsub": "^4.8.0",
2626
"@google-cloud/storage": "^7.11.1",
2727
"@opentelemetry/api": "^1.6.0",
2828
"@opentelemetry/resources": "^1.17.0",

0 commit comments

Comments
 (0)