-
Notifications
You must be signed in to change notification settings - Fork 227
Comparing changes
Open a pull request
base repository: googleapis/nodejs-pubsub
base: v4.7.2
head repository: googleapis/nodejs-pubsub
compare: v4.8.0
- 10 commits
- 38 files changed
- 4 contributors
Commits on Sep 16, 2024
-
build: shift typeless bot invocation into library package (#1972)
* build: shift typeless invocation into repo * build: use npx * chore: clean up old lint error * build: move typeless invocation to root * build: also npm i on samples when running posttypeless
Configuration menu - View commit details
-
Copy full SHA for 370fe8e - Browse repository at this point
Copy the full SHA 370fe8eView commit details
Commits on Sep 17, 2024
-
docs: update documentation for 31 day subscription message retention (#…
…1965) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 673028761 Source-Link: https://togithub.com/googleapis/googleapis/commit/394f626e83786b5f2230d10a774c8db961b5e6b7 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/88f68a7024b00ff7e204919a97b87a3007b1123c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODhmNjhhNzAyNGIwMGZmN2UyMDQ5MTlhOTdiODdhMzAwN2IxMTIzYyJ9
Configuration menu - View commit details
-
Copy full SHA for c3abf92 - Browse repository at this point
Copy the full SHA c3abf92View commit details
Commits on Sep 24, 2024
-
samples: add optimisticSubscribe, plus a few small library changes to…
… support it (#1973) * samples: add optimisticSubscribe, plus a few small library changes to support it * fix: simplify DebugMessage handling of StatusError * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: fix copyright date * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 37b9f71 - Browse repository at this point
Copy the full SHA 37b9f71View commit details
Commits on Sep 30, 2024
-
feat: add ingestion Cloud Storage fields and Platform Logging fields …
…to Topic (#1974) * feat: add ingestion Cloud Storage fields and Platform Logging fields to Topic PiperOrigin-RevId: 678307181 Source-Link: googleapis/googleapis@69e9dff Source-Link: googleapis/googleapis-gen@11a52e5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTFhNTJlNTI3MjMyMjdkM2I2MTIwZjg4ZjFhNTgwZTM5NThlMGNkNSJ9 feat: return listing information for subscriptions created via Analytics Hub PiperOrigin-RevId: 676126585 Source-Link: googleapis/googleapis@de3b4b3 Source-Link: googleapis/googleapis-gen@c3df551 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzNkZjU1MTYyY2NjOTkyOWM5N2JmZWM5ZmExZDViY2QzYjY1YWY0YSJ9 * build: try switching to raw eslint to exclude owl-bot-staging * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: feywind <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afec9a1 - Browse repository at this point
Copy the full SHA afec9a1View commit details -
chore: update issue templates and codeowners (#1975)
chore: update issue templates and codeowners Source-Link: googleapis/synthtool@bf182cd Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:a5af6af827a9fffba373151e1453b0498da288024cdd16477900dd42857a42e0 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Megan Potter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4e0653 - Browse repository at this point
Copy the full SHA e4e0653View commit details
Commits on Oct 3, 2024
-
chore: update links in github issue templates (#1979)
* chore: update links in github issue templates Source-Link: googleapis/synthtool@38fa49f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:609822e3c09b7a1bd90b99655904609f162cc15acb4704f1edf778284c36f429 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c17d8da - Browse repository at this point
Copy the full SHA c17d8daView commit details
Commits on Oct 9, 2024
-
chore: Support Node 18+ (#1980)
* feat: Support Node 18+ * chore: Additional Node 18 upgrades * chore: don't change test fixtures * feat: Move kokoro directories to 18 * chore: Update checkout and setup-node to v4 - https://github.com/actions/checkout/releases/tag/v4.0.0 - https://github.com/actions/setup-node/releases/tag/v4.0.0 Source-Link: googleapis/synthtool@c19dd80 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:8060aba1f6d5617d08091767141ab2a99ea1ccbd9371fd42ffc208c5329caa73 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0460be - Browse repository at this point
Copy the full SHA b0460beView commit details
Commits on Oct 10, 2024
-
chore: revert "chore: Support Node 18+ (#1980)" (#1983)
This reverts commit b0460be, which was merged prematurely.
Configuration menu - View commit details
-
Copy full SHA for 7019003 - Browse repository at this point
Copy the full SHA 7019003View commit details
Commits on Oct 15, 2024
-
samples: add samples for Cloud Storage ingestion, and a few small fix…
…es (#1985) * build: fix a small issue with the typeless bot invocation * samples: add samples for cloud storage ingestion * samples: fix a paste-o in Kinesis sample * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * samples: fix paste-o with incorrect sample function name * tests: fix sample test quotes --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbd7359 - Browse repository at this point
Copy the full SHA fbd7359View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6e2c28a - Browse repository at this point
Copy the full SHA 6e2c28aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.7.2...v4.8.0