-
Notifications
You must be signed in to change notification settings - Fork 233
Comparing changes
Open a pull request
base repository: googleapis/nodejs-pubsub
base: v4.1.1
head repository: googleapis/nodejs-pubsub
compare: v4.2.0
- 8 commits
- 46 files changed
- 7 contributors
Commits on Jan 17, 2024
-
samples: add sample for unwrapped push subscriptions (#1865)
* samples: add sample for push subscription with no wrapper * samples: update samples/createPushSubscriptionNoWrapper.js Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com> * samples: update samples/createPushSubscriptionNoWrapper.js Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com> * samples: update copyright createPushSubscriptionNoWrapper.js * samples: update copyright createPushSubscriptionNoWrapper.ts * samples: update region tag in ts as well * chore: remove commented code in subscriptions.test.ts * docs: update comments to be clearer * samples: update push subscription samples to take a URL parameter for extra clarity * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * tests: use a real URL for the actual testing --------- Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5bb3c50 - Browse repository at this point
Copy the full SHA 5bb3c50View commit details
Commits on Jan 31, 2024
-
chore(deps): update dependency gapic-tools to ^0.3.0 (#1872)
* chore(deps): update dependency gapic-tools to ^0.3.0 * 🦉 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 ac0e701 - Browse repository at this point
Copy the full SHA ac0e701View commit details -
feat: add enforce_in_transit fields and optional annotations (#1873)
* fix: improve retry logic for streaming API calls build: update typescript generator version to 4.3.0 The streaming API call retry logic has changed, which in some rare cases may require code changes. Please feel free to reach out to us in the issues if you experience new problems with retrying streaming calls after this update. PiperOrigin-RevId: 599622271 Source-Link: googleapis/googleapis@6239c21 Source-Link: googleapis/googleapis-gen@da13d82 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGExM2Q4MjIyZDNiYTMzNzM0NTAxOTk5ODY0NDU4NjQwZjE0MDVhZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add `ingestion_data_source_settings` field to `Topic` PiperOrigin-RevId: 600786127 Source-Link: googleapis/googleapis@708f769 Source-Link: googleapis/googleapis-gen@3b85818 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2I4NTgxOGNhOGYxMmFjZTc1MzkwY2VhMjRlNWYzZGY1YWM3MGJlNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add enforce_in_transit fields and optional annotations PiperOrigin-RevId: 601205737 Source-Link: googleapis/googleapis@27f8301 Source-Link: googleapis/googleapis-gen@daf775c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGFmNzc1YzdlY2Q5MGRlNjllMTMwNGI4NDBhMjhkMjAxYzAyNWYwOCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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: Megan Potter <57276408+feywind@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09fc424 - Browse repository at this point
Copy the full SHA 09fc424View commit details -
feat: add schema revision samples (#1870)
This adds support for easily getting a schema gapic client, along with samples for schema revisions.
Configuration menu - View commit details
-
Copy full SHA for 044e149 - Browse repository at this point
Copy the full SHA 044e149View commit details -
fix(deps): update dependency @opentelemetry/semantic-conventions to ~…
…1.20.0 (#1871) * fix(deps): update dependency @opentelemetry/semantic-conventions to ~1.20.0 * 🦉 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: Megan Potter <57276408+feywind@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ee0dba - Browse repository at this point
Copy the full SHA 2ee0dbaView commit details -
docs: correct max messages (#1874)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [X] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/nodejs-pubsub/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #1744 🦕 Note: If you are opening a pull request against a `legacy` branch, PLEASE BE AWARE that we generally won't accept these except for things like important security fixes, and only for a limited time.
Configuration menu - View commit details
-
Copy full SHA for 6bfde07 - Browse repository at this point
Copy the full SHA 6bfde07View commit details
Commits on Feb 1, 2024
-
fix(deps): update dependency @opentelemetry/semantic-conventions to ~…
…1.21.0 (#1876) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@opentelemetry/semantic-conventions](https://togithub.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions) ([source](https://togithub.com/open-telemetry/opentelemetry-js)) | [`~1.20.0` -> `~1.21.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.20.0/1.21.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)</summary> ### [`v1.21.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#1210) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.20.0...v1.21.0) ##### 🚀 (Enhancement) - feat(sdk-metrics): add constructor option to add metric readers [#​4427](https://togithub.com/open-telemetry/opentelemetry-js/pull/4427) [@​pichlermarc](https://togithub.com/pichlermarc) - deprecates `MeterProvider.addMetricReader()` please use the constructor option `readers` instead. ##### 🐛 (Bug Fix) - fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation [#​4417](https://togithub.com/open-telemetry/opentelemetry-js/pull/4417) [@​pichlermarc](https://togithub.com/pichlermarc) - fix(sdk-trace-base): Export processed spans while exporter failed [#​4287](https://togithub.com/open-telemetry/opentelemetry-js/pull/4287) [@​Zirak](https://togithub.com/Zirak) ##### 🏠 (Internal) - chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 [#​4320](https://togithub.com/open-telemetry/opentelemetry-js/pull/4320) - refactor(core): drop unnecessary assignment of HOSTNAME [#​4421](https://togithub.com/open-telemetry/opentelemetry-js/pull/4421) [@​pichlermarc](https://togithub.com/pichlermarc) - test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests [#​4423](https://togithub.com/open-telemetry/opentelemetry-js/pull/4423) [@​legendecas](https://togithub.com/legendecas) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-pubsub). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 0fe61a9 - Browse repository at this point
Copy the full SHA 0fe61a9View commit details -
chore(main): release 4.2.0 (#1875)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 979174c - Browse repository at this point
Copy the full SHA 979174cView 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.1.1...v4.2.0