chore(deps): update actions/github-script action to v8#5
Merged
miguelvelezsa merged 1 commit intogoogleapis:mainfrom Sep 17, 2025
Merged
Conversation
miguelvelezsa
previously approved these changes
Sep 17, 2025
1e7b2a9 to
dfc0d03
Compare
miguelvelezsa
approved these changes
Sep 17, 2025
GautamSharda
added a commit
that referenced
this pull request
Sep 29, 2025
* Initial release * Update readme * Add package.json * Change header weight to 600 * Fix numbered code blocks padding * Update version * Remove padding from last line in linenum codeblock * Fix padding on direct code blocks * Add methods to nav tree, overflow * Add overflow to nav * chore(Readme): Release minami on npm and suggest using npm to manage * feat(Design): Better sidebar, responsive, css only * 1.1.0 * chore(Readme): Update screenshot * chore(Readme): Change Open Sans -> Montserrat (headers), Helvetica Neue (body) * chore(License): Move under Apache 2 license to fall under JSDoc requirements * chore(License): Add JSDoc 3 license to third party section * Adding sticky nave * Adding sticky nav * Fix error when items are missing * Use HTTPS link for webfont This fixes font loading on HTTPS pages * update default css && package information, bump version to 1.2.0 * update css * method title css updates * add padding to side nav for scrollability on small screens * Removes RETURNS and TYPE from many doclet templates * Only show classes and modules in sidebar navigation * Bump version to 1.2.5 * Add minimal table styling * Bump version to 1.2.6 * B js doc theme (#2) * Updated theme and layout. Search feature. Removing Minami theme. * Updating the readme * Removing version number from left nav as it is not dynamically updated * Limiting width of some sections on huge displays * Adding highlight JS. Moving away from b_mono for code because of box char support * Adding mixpanel, removing prettyprint library * Updating the version number to reflect v2.0 release * Fixing some indentation and consistency issues * Reducing the number of search results to fit a regular screen * Add eslint * Fixing some spelling and using === instead of == * Linted the css * Add travis yaml (#4) * Stop travis from emailing about jsdoc builds * Update deprecation styling * Bump version to 2.0.1 * Add URL link button to JSDoc entries (#6) * Bump version to 2.0.2 * Add "Forked from" attribution to README * Make nav title configurable * Remove includeDate option * Make search configurable * Make search configurable * Clean up indentation * Remove excess padding on code blocks * Fix spelling error in README * Bump version to 3.0.0. * Fix console error from pagelocation script * Add anchor tags to examples (#13) * Increase section max-width to fit one nested table (#12) * Bump version to 3.1.0 * Hide hidden modules from members section (#14) * Hide excluded modules from members section * Add changelog entry * Update container.tmpl * Bump version to 3.1.1 * Update container.tmpl (#16) * LI to show (#17) * Add 'disableSort' option (#15) * Added disableSort option * Documented `disableSort` * Update container.tmpl * Update README.md * Bump version to v3.2.0 * Fix linting errors * unreleased ----- - Added support for templates.collapse option. When set to true only the active component\'s members are expanded. - Added templates.resources option that takes an object where the keys are the labels and the values are links to external resources. - Minor css bugfixes * Bump version to v3.3.0 * Update eslint dependency * Update travis yaml * Bump lodash from 4.17.11 to 4.17.14 (#20) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.14) Signed-off-by: dependabot[bot] <support@github.com> * feat: make it work for us * fix: update renovate config and tokens (#2) * fix: bump the build * fix: put output in the root docs/ folder * docs: update the README (#3) * chore(deps): update dependency semistandard to v14 (#4) * fix: prevent identically named top-level items in the left nav (#5) Before this change, if two top-level items had the same `name`, that name appeared twice in the left nav. For example, `v1.Foo` and `v2.Foo` both appeared as `Foo`, and the generated HTML used the `id` attribute `Foo-nav` for both items. After this change, the left nav shows `v1.Foo` and `v2.Foo` instead, and their `id` attributes are `v1.Foo-nav` and `v2.Foo-nav`, respectively. * chore: include common synth files (#7) * chore(deps): update dependency eslint-plugin-node to v11 (#8) * chore(deps): update dependency prettier to v2 (#10) * chore(deps): update dependency eslint to v7 (#11) * fix: function's returns are missing (#13) * chore: release 1.0.3 (#14) * created CHANGELOG.md [ci skip] * updated package.json [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * build: update to common CI (#17) * build: migrate to secret manager (#18) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9b55eba7-85ee-48d5-a737-8b677439db4d/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@1c92077 * chore(nodejs_templates): add script logging to node_library populate-secrets.sh (#19) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/e306327b-605f-4c07-9420-c106e40c47d5/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@e703494 * chore: update node issue template (#20) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/37f383f8-7560-459e-b66c-def10ff830cb/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@b10590a * build: add config .gitattributes (#21) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2a81bca4-7abd-4108-ac1f-21340f858709/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@dc9caca * fix: typeo in nodejs .gitattribute (#23) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/cc99acfa-05b8-434b-9500-2f6faf2eaa02/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@799d8e6 * chore: release 1.0.4 (#24) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.4](https://www.github.com/googleapis/jsdoc-fresh/compare/v1.0.3...v1.0.4) (2020-07-09) ### Bug Fixes * typeo in nodejs .gitattribute ([#23](https://www.github.com/googleapis/jsdoc-fresh/issues/23)) ([80e2df9](https://www.github.com/googleapis/jsdoc-fresh/commit/80e2df993ee5f674a1e9856b306eb23ca75fdbdc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). * build: missing closing paren in publish script (#26) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9c6207e5-a7a6-4e44-ab6b-91751e0230b1/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@d82decc * chore: add dev dependencies for cloud-rad ref docs (#31) * build: add Node 8 tests * chore: add config files for cloud-rad, delete template for Node 8 tests (#30) * chore: delete template for Node 8 tests Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Tue Jul 14 19:56:02 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 388e10f5ae302d3e8de1fac99f3a95d1ab8f824a Source-Link: googleapis/synthtool@388e10f * chore: add config files for cloud-rad for node.js * chore: add config files for cloud-rad for node.js Generate and upload yaml files for ref docs * Add gitattributes for json with comments * chore: extra char Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Thu Jul 16 12:19:00 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 21f1470ecd01424dc91c70f1a7c798e4e87d1eec Source-Link: googleapis/synthtool@21f1470 Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> * build: correct dev-site config (#32) * build: --credential-file-override is no longer required (#34) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4de22315-84b1-493d-8da2-dfa7688128f5/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@94421c4 * chore: update cloud rad kokoro build job (#35) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b742586e-df31-4aac-8092-78288e9ea8e7/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@bd0deaa * build: perform publish using Node 12 (#36) This PR was generated using Autosynth. 🌈 - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@5747555 * chore: start tracking obsolete files (#37) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7a1b0b96-8ddb-4836-a1a2-d2f73b7e6ffe/targets - [ ] To automatically regenerate this PR, check this box. * build: move system and samples test from Node 10 to Node 12 (#38) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ba2d388f-b3b2-4ad7-a163-0c6b4d86894f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@05de3e1 * build: track flaky tests for "nightly", add new secrets for tagging (#39) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/96acae41-dfd7-4d71-95d3-12436053b826/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@8cf6d28 * build(test): recursively find test files; fail on unsupported dependency versions (#41) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/57acd272-496f-4414-af01-fc62837d5aa1/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@fdd03c1 * chore: update bucket for cloud-rad (#42) Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Sep 30 14:13:57 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 079dcce498117f9570cebe6e6cff254b38ba3860 Source-Link: googleapis/synthtool@079dcce * build(node_library): migrate to Trampoline V2 (#43) Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Fri Oct 2 12:13:27 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 0c868d49b8e05bc1f299bc773df9eb4ef9ed96e9 Source-Link: googleapis/synthtool@0c868d4 * build: only check --engine-strict for production deps (#44) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/75155c02-9dd0-4bb9-8de5-c6ec245fec71/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@5451633 * chore: clean up Node.js TOC for cloud-rad (#45) * chore: clean up Node.js TOC for cloud-rad Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Oct 21 09:26:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f96d3b455fe27c3dc7bc37c3c9cd27b1c6d269c8 Source-Link: googleapis/synthtool@f96d3b4 * chore: fix Node.js TOC for cloud-rad Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Oct 21 12:01:24 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 901ddd44e9ef7887ee681b9183bbdea99437fdcc Source-Link: googleapis/synthtool@901ddd4 * docs: updated code of conduct (includes update to actions) (#49) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d837e2c5-e7f6-4c9f-a98e-12a1b08a381f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@89c849b Source-Link: googleapis/synthtool@a783321 Source-Link: googleapis/synthtool@b7413d3 Source-Link: googleapis/synthtool@5f6ef0e * fix(docs): fix the sample in README.md (#50) This should be just `docs:` but we also want to test the release automation. So `fix(docs)`! * chore: release 1.0.5 (#51) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#52) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4517db23-0bde-4f5c-a0d0-6b663836a90c/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@ba9918c * chore(deps): update dependency gts to v3 (#53) * docs: add instructions for authenticating for system tests (#54) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/305b4f12-f9c7-4cda-8a25-0d5dc36b634b/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@363fe30 * refactor(nodejs): move build cop to flakybot (#56) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6beadd04-5b03-401e-9ccb-223912fefc50/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@57c23fa * chore: regenerate common templates (#60) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2ea6930c-6999-4b7b-87b2-ebae50f55cbb/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@c6706ee Source-Link: googleapis/synthtool@b33b0e2 Source-Link: googleapis/synthtool@898b38a * build: add generated-files bot config (#61) Source-Author: Daniel Bankhead <dan@danielbankhead.com> Source-Date: Tue Apr 27 15:33:07 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 04573fd73f56791c659832aa84d35a4ec860d6f7 Source-Link: googleapis/synthtool@04573fd * build: remove codecov action (#63) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/80be6106-65d5-4cf6-b3c7-c0b786f2ac32/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@b891fb4 * feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` (#64) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6d4e6343-f274-491c-b4e9-e2dbd090be29/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@7332178 * chore: migrate to owl bot (#66) * chore: migrate to owl bot * chore: copy files from googleapis-gen 397c0bfd367a2427104f988d5329bc117caafd95 * chore: run the post processor * feat: display deprecation messages better (#68) * chore: release 1.1.0 (#69) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(nodejs): remove api-extractor dependencies (#74) * chore: release 1.1.1 (#84) :robot: I have created a release \*beep\* \*boop\* --- ### [1.1.1](https://www.github.com/googleapis/jsdoc-fresh/compare/v1.1.0...v1.1.1) (2021-08-11) ### Bug Fixes * **build:** migrate to using main branch ([#83](https://www.github.com/googleapis/jsdoc-fresh/issues/83)) ([9474adb](https://www.github.com/googleapis/jsdoc-fresh/commit/9474adbf0d559d319ff207397ba2be6b557999ac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). * chore: relocate owl bot post processor (#88) * chore: relocate owl bot post processor * chore: relocate owl bot post processor * build(node): run linkinator against index.html (#1227) (#90) Source-Link: googleapis/synthtool@d4236bb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:c0ad7c54b9210f1d10678955bc37b377e538e15cb07ecc3bac93cc7219ec2bc5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: bcoe <bencoe@google.com> * chore(cloud-rad): delete api-extractor config (#91) * build: add generated samples to .eslintignore (#92) * build: add srs yaml file (#1419) (#105) * build: sdd srs yaml file (#1419) * build: add sync-repo-settings and change branch protection Source-Link: googleapis/synthtool@ed8079c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:80bfa0c67226453b37b501be7748b2fa2a2676cfeec0012e79e3a1a8f1cbe6a3 * add engines field * 🦉 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: Sofia Leon <sofialeon@google.com> * build!: update library to use Node 12 (#108) * build!: Update library to use Node 12 * chore(main): release 2.0.0 (#109) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(main): release 2.0.1 (#113) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * fix(deps): replace `taffydb` with `@jsdoc/salty` (#117) `taffydb` has issues. It's unclear what license it uses, and it has an alleged "security vulnerability" that's completely bogus but nonetheless causes `npm audit` to squawk. See https://github.com/jsdoc/jsdoc/blob/main/packages/jsdoc-salty/README.md for details about both issues. This PR replaces `taffydb` with `@jsdoc/salty`, a drop-in replacement for `taffydb` that's licensed under the Apache License 2.0. It has no known security issues, bogus or otherwise. To test this PR, I generated docs for JSDoc 4.x using this template: ``` git clone https://github.com/jsdoc/jsdoc cd jsdoc git checkout releases/4.0 npm install node jsdoc.js jsdoc.js lib/jsdoc/* -t ../jsdoc-fresh ``` * chore(main): release 2.0.2 (#118) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore!: upgrade to Node 14 * docs: fix node release schedule link Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Link: googleapis/synthtool@1a24315 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430 * chore!:upgrade to Node 14 * 🦉 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: Sofia Leon <sofialeon@google.com> * chore(main): release 3.0.0 (#127) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(nodejs): Add `system-test/fixtures` to `.eslintignore` (#132) * fix: Add `system-test/fixtures` to `.eslintignore` * refactor: Use `**` Source-Link: googleapis/synthtool@b7858ba Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:abc68a9bbf4fa808b25fa16d3b11141059dc757dbc34f024744bba36c200b40f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * ci: Enable `constraintsFiltering` for Node.js Libraries (#138) chore: Enable `constraintsFiltering` for Node.js Libraries Source-Link: https://togithub.com/googleapis/synthtool/commit/dae1282201b64e4da3ad512632cb4dda70a832a1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2 * chore: update links in github issue templates (#140) * chore: update links in github issue templates * 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 * Update owlbot.py * Delete .github/ISSUE_TEMPLATE/bug_report.md * Update bug_report.yml * Delete .github/ISSUE_TEMPLATE/feature_request.md * Update feature_request.yml * Delete .github/ISSUE_TEMPLATE/question.md * Delete .github/scripts/close-invalid-link.cjs * Delete .github/workflows/issues-no-repro.yaml --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> * chore(main): release 4.0.0 (#150) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * build: add release-please config, fix owlbot-config * Update .release-please-manifest.json * Update release-please-config.json * chore: mv packages/* dev-packages/ * change copyright to 2025 * chore: fix compile script ci failure * chore: remove trailing comma * echo no samples test * since there's no compile script, there is no build/ dir for system-test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Nijiko Yonskai <nijikokun@gmail.com> Co-authored-by: dryajov <dryajov@gmail.com> Co-authored-by: Brian Peiris <brianpeiris@gmail.com> Co-authored-by: SEAPUNK <ivan@sq10.net> Co-authored-by: mvaznaian <code@getbraintree.com> Co-authored-by: Mrak <eric.mrak@getbraintree.com> Co-authored-by: Evan Hahn <me@evanhahn.com> Co-authored-by: Craig Wattrus <cwattrus@gmail.com> Co-authored-by: Blade Barringer <blade@crookedneighbor.com> Co-authored-by: Lila Conlee <lila.conlee@gmail.com> Co-authored-by: Brent Fitzgerald <burnto@gmail.com> Co-authored-by: Tony Mobily <merc@mobily1.com> Co-authored-by: blade <blade.barringer@getbraintree.com> Co-authored-by: Daniel Belisle <daniel.belisle@aofl.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeff Williams <jeffrey.l.williams@gmail.com> Co-authored-by: Renovate Bot <renovatebot@gmail.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Summer Ji <summerji@google.com> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com> Co-authored-by: F. Hinkelmann <franziska.hinkelmann@gmail.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> Co-authored-by: Jeffrey Rennie <rennie@google.com> Co-authored-by: Alexander Fenster <fenster@google.com> Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: bcoe <bencoe@google.com> Co-authored-by: Sofia Leon <sofialeon@google.com> Co-authored-by: Jeff Williams <jefesaurus@google.com>
GautamSharda
added a commit
that referenced
this pull request
Oct 1, 2025
* feat: flesh out initial plugin * chore: small cleanup to structure (#2) * chore: release 1.0.0 (#1) * chore: add package-lock.json to .gitignore * fix(license): license to Google (#3) * chore: release 1.0.1 (#4) * fix(deps): remove unused yargs dep (#5) * chore: release 1.0.2 (#6) * fix: node_modules can have folders with .js extension (#3) * chore: fix links to point to googleapis (#7) * chore: release 1.0.3 (#6) * fix: tag issue of undefined (#11) * chore(deps): update dependency c8 to v7 (#13) * chore(deps): update dependency mocha to v7 (#14) * chore: release 1.0.4 (#12) * chore(deps): update dependency mocha to v8 (#16) * build: enable standard config (#19) * chore: add dev deps for cloud rad (#20) Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com> * test: stub out system test (#22) * build: move gittatributes files to node templates (#21) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/452e1583-6c83-495a-ad97-fb34fc6f653f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@3a00b7f Source-Link: googleapis/synthtool@d07b7b7 Source-Link: googleapis/synthtool@99c93fe * chore: update comments for using magictoken * chore(node): fix kokoro build path for cloud-rad (#24) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4bdc1826-2f69-49f1-a63b-94f99cceb5ee/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@89d431f * build: --credential-file-override is no longer required (#26) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4de22315-84b1-493d-8da2-dfa7688128f5/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@94421c4 * chore: update cloud rad kokoro build job (#27) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b742586e-df31-4aac-8092-78288e9ea8e7/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@bd0deaa * build: perform publish using Node 12 (#28) This PR was generated using Autosynth. 🌈 - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@5747555 * chore: start tracking obsolete files (#29) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7a1b0b96-8ddb-4836-a1a2-d2f73b7e6ffe/targets - [ ] To automatically regenerate this PR, check this box. * fix: move system and samples test from Node 10 to Node 12 (#30) Source-Author: sofisl <55454395+sofisl@users.noreply.github.com> Source-Date: Thu Aug 20 18:29:50 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 05de3e1e14a0b07eab8b474e669164dbd31f81fb Source-Link: googleapis/synthtool@05de3e1 * chore: release 1.0.5 (#31) * build: track flaky tests for "nightly", add new secrets for tagging (#32) Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Wed Aug 26 14:28:22 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 8cf6d2834ad14318e64429c3b94f6443ae83daf9 Source-Link: googleapis/synthtool@8cf6d28 Co-authored-by: Benjamin E. Coe <bencoe@google.com> * fix: main was pointing to old location (#33) * chore: release 1.0.6 (#34) * build(test): recursively find test files; fail on unsupported dependency versions (#36) Source-Author: Megan Potter <57276408+feywind@users.noreply.github.com> Source-Date: Fri Sep 11 18:47:00 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: fdd03c161003ab97657cc0218f25c82c89ddf4b6 Source-Link: googleapis/synthtool@fdd03c1 * chore: update bucket for cloud-rad (#37) Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Sep 30 14:13:57 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 079dcce498117f9570cebe6e6cff254b38ba3860 Source-Link: googleapis/synthtool@079dcce * build(node_library): migrate to Trampoline V2 (#38) Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Fri Oct 2 12:13:27 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 0c868d49b8e05bc1f299bc773df9eb4ef9ed96e9 Source-Link: googleapis/synthtool@0c868d4 * chore(deps): update dependency gts to v3 (#39) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gts](https://togithub.com/google/gts) | devDependencies | major | [`^2.0.2` -> `^3.0.0`](https://renovatebot.com/diffs/npm/gts/2.0.2/3.0.0) | --- ### Release Notes <details> <summary>google/gts</summary> ### [`v3.0.0`](https://togithub.com/google/gts/blob/master/CHANGELOG.md#​300-httpswwwgithubcomgooglegtscomparev202v300-2020-10-08) [Compare Source](https://togithub.com/google/gts/compare/v2.0.2...v3.0.0) ##### ⚠ BREAKING CHANGES - change default `check` to `lint` ([#​570](https://togithub.com/google/gts/issues/570)) - **deps:** require TypeScript 4.x ([#​565](https://togithub.com/google/gts/issues/565)) ##### Features - Add TypeScript v4 support ([#​551](https://www.github.com/google/gts/issues/551)) ([0883956](https://www.github.com/google/gts/commit/08839565a1d2b4b39d532c9b0b596f01b18856fe)) - change default `check` to `lint` ([#​570](https://www.github.com/google/gts/issues/570)) ([c527b66](https://www.github.com/google/gts/commit/c527b66be1ef6a78ea14b3d29225a8d7fb7097bd)) - generate .eslintignore when running init ([#​521](https://www.github.com/google/gts/issues/521)) ([8bce036](https://www.github.com/google/gts/commit/8bce0368767f0c2ad7d0700deb839962bc928d16)) ##### Bug Fixes - add build/.eslintrc.json to files field ([#​553](https://www.github.com/google/gts/issues/553)) ([3b516ad](https://www.github.com/google/gts/commit/3b516ad5e9f0d58201dde469461db7c6ed1c1b78)) - **deps:** require TypeScript 4.x ([#​565](https://www.github.com/google/gts/issues/565)) ([cbc5267](https://www.github.com/google/gts/commit/cbc5267579ef24e8c8ceaa2ef794df3ef54ea56a)) - **deps:** update dependency update-notifier to v5 ([#​574](https://www.github.com/google/gts/issues/574)) ([9a882bf](https://www.github.com/google/gts/commit/9a882bf4ac30ad06e7b91a65ad5721d8e8b41c4b)) - **deps:** update typescript-eslint monorepo to v2.34.0 ([#​509](https://www.github.com/google/gts/issues/509)) ([998a4ac](https://www.github.com/google/gts/commit/998a4ac9b75c97f04d8e5db37563f32d31652f23)) - **deps:** update typescript-eslint monorepo to v3 (major) ([#​528](https://www.github.com/google/gts/issues/528)) ([e22e173](https://www.github.com/google/gts/commit/e22e17338db2ddb7eb829c821037c2f4e77ff869)) - **deps:** update typescript-eslint monorepo to v4 ([#​556](https://www.github.com/google/gts/issues/556)) ([54148df](https://www.github.com/google/gts/commit/54148dfbd8b5f8b36a0f44f901c5db933393a661)) - better error message for broken tsconfig.json ([#​501](https://www.github.com/google/gts/issues/501)) ([0c17a76](https://www.github.com/google/gts/commit/0c17a76c6650eee1d8abaff11a897a432eeaa65f)) - prohibit calls for it.only and describe.only ([#​499](https://www.github.com/google/gts/issues/499)) ([071c33c](https://www.github.com/google/gts/commit/071c33ceef0e3765166aaebf6ed4698167ac0f98)) ##### [2.0.2](https://www.github.com/google/gts/compare/v2.0.1...v2.0.2) (2020-05-11) ##### Bug Fixes - Revert 'update dependency eslint to v7'" ([#​507](https://www.github.com/google/gts/issues/507)) ([0f9950b](https://www.github.com/google/gts/commit/0f9950b273329dbcce5f3cc20864c3dcd076f08c)) - **deps:** pin release of eslint-typescript ([#​508](https://www.github.com/google/gts/issues/508)) ([bd86b42](https://www.github.com/google/gts/commit/bd86b42e2bb904d3765dee82262e4691a11b9958)) - **deps:** update dependency eslint to v7 ([#​504](https://www.github.com/google/gts/issues/504)) ([6aee159](https://www.github.com/google/gts/commit/6aee1595d0486ae2c7fd68d16b1b59c4c4015753)) ##### [2.0.1](https://www.github.com/google/gts/compare/v2.0.0...v2.0.1) (2020-05-07) ##### Bug Fixes - throw an error if running with an unsupported version of nodejs ([#​493](https://www.github.com/google/gts/issues/493)) ([94fdf1e](https://www.github.com/google/gts/commit/94fdf1eaed634aa73c3e44c7a3d9f1325f773b07)) - **deps:** update dependency meow to v7 ([#​502](https://www.github.com/google/gts/issues/502)) ([cf91cda](https://www.github.com/google/gts/commit/cf91cda1afab25759427511d3c97d0037d61c649)) </details> --- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/jsdoc-region-tag). * build: only check --engine-strict for production deps (#40) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/75155c02-9dd0-4bb9-8de5-c6ec245fec71/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@5451633 * chore: clean up Node.js TOC for cloud-rad (#41) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/99131b49-d843-4a38-9124-81222e7ab74d/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@901ddd4 Source-Link: googleapis/synthtool@f96d3b4 * docs: updated code of conduct (includes update to actions) (#45) * chore(docs): update code of conduct of synthtool and templates Source-Author: Christopher Wilcox <crwilcox@google.com> Source-Date: Thu Oct 22 14:22:01 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76 Source-Link: googleapis/synthtool@5f6ef0e * build(node): update testing matrix Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Thu Oct 22 22:32:52 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: b7413d38b763827c72c0360f0a3d286c84656eeb Source-Link: googleapis/synthtool@b7413d3 * build(node): don't run prepare during smoke test Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Fri Oct 23 17:27:51 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: a783321fd55f010709294455584a553f4b24b944 Source-Link: googleapis/synthtool@a783321 * build(node): cleanup production deps before installing dev/production Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Mon Oct 26 10:37:03 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 89c849ba5013e45e8fb688b138f33c2ec6083dc5 Source-Link: googleapis/synthtool@89c849b * build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#46) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4517db23-0bde-4f5c-a0d0-6b663836a90c/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@ba9918c * docs: add instructions for authenticating for system tests (#47) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/305b4f12-f9c7-4cda-8a25-0d5dc36b634b/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@363fe30 * refactor(nodejs): move build cop to flakybot (#50) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6beadd04-5b03-401e-9ccb-223912fefc50/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@57c23fa * chore: regenerate common templates (#52) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2ea6930c-6999-4b7b-87b2-ebae50f55cbb/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@c6706ee Source-Link: googleapis/synthtool@b33b0e2 Source-Link: googleapis/synthtool@898b38a * build: add generated-files bot config (#53) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/29ddb9e6-1ff3-4c74-8153-92d341c7b0a6/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@e6f3d54 Source-Link: googleapis/synthtool@04573fd * build: remove codecov action (#55) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/80be6106-65d5-4cf6-b3c7-c0b786f2ac32/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@b891fb4 * feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` (#56) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6d4e6343-f274-491c-b4e9-e2dbd090be29/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@7332178 * chore: migrate to owl bot (#58) * chore: migrate to owl bot * chore: copy files from googleapis-gen 397c0bfd367a2427104f988d5329bc117caafd95 * chore: run the post processor * chore: release 1.1.0 (#63) :robot: I have created a release \*beep\* \*boop\* --- ## [1.1.0](https://www.github.com/googleapis/jsdoc-region-tag/compare/v1.0.6...v1.1.0) (2021-06-10) ### Features * add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#56](https://www.github.com/googleapis/jsdoc-region-tag/issues/56)) ([9e3649a](https://www.github.com/googleapis/jsdoc-region-tag/commit/9e3649a3c1778f65115993048d8eca80e5958df8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). * chore(nodejs): remove api-extractor dependencies (#66) * feat: replace relative URL with cloud.google.com (#72) Replace relative URL in description with cloud.google.com * chore: release 1.2.0 (#73) :robot: I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/jsdoc-region-tag/compare/v1.1.0...v1.2.0) (2021-07-07) ### Features * replace relative URL with cloud.google.com ([#72](https://www.github.com/googleapis/jsdoc-region-tag/issues/72)) ([212febc](https://www.github.com/googleapis/jsdoc-region-tag/commit/212febc933c246a5e31675e128ad65c45d300cac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). * feat: classdesc can also contain link (#74) * chore: release 1.3.0 (#75) :robot: I have created a release \*beep\* \*boop\* --- ## [1.3.0](https://www.github.com/googleapis/jsdoc-region-tag/compare/v1.2.0...v1.3.0) (2021-07-08) ### Features * classdesc can also contain link ([#74](https://www.github.com/googleapis/jsdoc-region-tag/issues/74)) ([e57b3ad](https://www.github.com/googleapis/jsdoc-region-tag/commit/e57b3add05abf0c427c4044d507ca600ef58c102)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). * chore: release 1.3.1 (#80) :robot: I have created a release \*beep\* \*boop\* --- ### [1.3.1](https://www.github.com/googleapis/jsdoc-region-tag/compare/v1.3.0...v1.3.1) (2021-08-11) ### Bug Fixes * **build:** migrate to using main branch ([#79](https://www.github.com/googleapis/jsdoc-region-tag/issues/79)) ([5050615](https://www.github.com/googleapis/jsdoc-region-tag/commit/50506150b7758592df5e389c6a5c3d82b3b20881)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). * build(node): run linkinator against index.html (#1227) (#86) * chore(cloud-rad): delete api-extractor config (#87) * chore: fix the wrong post processor image (#88) * test: use fake region tag for tests (#89) * build: add generated samples to .eslintignore (#90) * build: add srs yaml file (#1419) (#103) * build: sdd srs yaml file (#1419) * build: add sync-repo-settings and change branch protection Source-Link: googleapis/synthtool@ed8079c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:80bfa0c67226453b37b501be7748b2fa2a2676cfeec0012e79e3a1a8f1cbe6a3 * add engines field * 🦉 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: Sofia Leon <sofialeon@google.com> * build!: update library to use Node 12 (#107) * build!: Update library to use Node 12 * chore(main): release 2.0.0 (#108) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(main): release 2.0.1 (#112) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore!: upgrade to Node 14 (#126) * docs: fix node release schedule link Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Link: googleapis/synthtool@1a24315 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430 * chore!: upgrade to node 14 * 🦉 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: Sofia Leon <sofialeon@google.com> * chore(main): release 3.0.0 (#127) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(nodejs): Add `system-test/fixtures` to `.eslintignore` (#131) * fix: Add `system-test/fixtures` to `.eslintignore` * refactor: Use `**` Source-Link: googleapis/synthtool@b7858ba Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:abc68a9bbf4fa808b25fa16d3b11141059dc757dbc34f024744bba36c200b40f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency c8 to v9 (#135) * chore: update links in github issue templates (#141) * chore: update links in github issue templates * 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 * Update owlbot.py * Delete .github/ISSUE_TEMPLATE/bug_report.md * Update bug_report.yml * Delete .github/ISSUE_TEMPLATE/feature_request.md * Update feature_request.yml * Delete .github/ISSUE_TEMPLATE/question.md * Delete .github/scripts/close-invalid-link.cjs * Delete .github/workflows/issues-no-repro.yaml --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> * build: add release-please config, fix owlbot-config * mv from packages to dev-packages * commit package * no samples and system test bc no compile script --------- Co-authored-by: Benjamin Coe <bencoe@google.com> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Lalji Kanjareeya <46327204+laljikanjareeya@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com> Co-authored-by: F. Hinkelmann <franziska.hinkelmann@gmail.com> Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com> Co-authored-by: Jeffrey Rennie <rennie@google.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Sofia Leon <sofialeon@google.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> Co-authored-by: Mend Renovate <renovate@whitesourcesoftware.com> Co-authored-by: miguel <miguelvelezsa@google.com>
This was referenced Oct 1, 2025
miguelvelezsa
pushed a commit
that referenced
this pull request
Oct 9, 2025
🤖 I have created a release \*beep\* \*boop\* --- ## 0.1.0 (2021-08-03) ### ⚠ BREAKING CHANGES * proto3 JSON serializer and deserializer (#2) ### Features * proto3 JSON serializer and deserializer ([#2](https://www.github.com/googleapis/proto3-json-serializer-nodejs/issues/2)) ([96255a7](https://www.github.com/googleapis/proto3-json-serializer-nodejs/commit/96255a77c7714f33cae547db9160615d7f80a233)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
miguelvelezsa
added a commit
that referenced
this pull request
Oct 9, 2025
This reverts commit 6b4dbb1.
This was referenced Oct 9, 2025
GautamSharda
pushed a commit
that referenced
this pull request
Oct 29, 2025
* get branch in sync with upstream main
* feat: update server streaming retries
Squashed commit of the following:
commit 195540efe2e84c2e155f0259afae3edce104a40b
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:34:36 2023 -0400
resolve some warnings
commit 6e4311c0ce0fabe12755b8268c23f2b5e249bbca
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:28:37 2023 -0400
fix last error (now just warnings!)
commit d729f28bb882e0d85629c57ab369df31f2ec8e26
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:22:39 2023 -0400
fix no-async-promise-executor lint errors
commit 087944aeb505f326a56e829155414116b31ac813
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:59:23 2023 -0400
fix more lint things (more to come)
commit 5d2be7aad8ed46d41facae9b2211f0740346ce97
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:19:40 2023 -0400
add missing retry-request related dependency
commit fd811e370a7784ea9d3367f00bdea4faabdafb61
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:17:19 2023 -0400
fix some lint issues (more to come)
commit 94b5a37c03e01e91a5e42a1bbf19767711b271d0
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:02:07 2023 -0400
npm run fix and remove todo
commit 0acc287a089b11b044453788a9df1220645b504f
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:00:43 2023 -0400
add missing license headers
commit 8535c29cda942f4f0319527fc791f2becbae417c
Merge: 8cb5718 b322f78
Author: Alexander Fenster <fenster@google.com>
Date: Tue Aug 22 10:56:33 2023 -0700
Merge branch 'main' into gax4upgrade-2
commit 8cb5718e41e9010bf1dcfabb53bda1dea2239e77
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 10:51:14 2023 -0400
remove todos
commit b322f784ec7768e0da781fd54ea5bc9d2347c8cd
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 13:10:13 2023 +0200
chore(deps): update dependency protobufjs to v7.2.5 (#1494)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs](https://protobufjs.github.io/protobuf.js/) ([source](https://togithub.com/protobufjs/protobuf.js)) | [`7.2.4` -> `7.2.5`](https://renovatebot.com/diffs/npm/protobufjs/7.2.4/7.2.5) | [](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>protobufjs/protobuf.js (protobufjs)</summary>
### [`v7.2.5`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#725-2023-08-21)
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.5)
##### Bug Fixes
- crash in comment parsing ([#​1890](https://togithub.com/protobufjs/protobuf.js/issues/1890)) ([eaf9f0a](https://togithub.com/protobufjs/protobuf.js/commit/eaf9f0a5a4009a8981c69af78365dfc988ed925b))
- deprecation warning for new Buffer ([#​1905](https://togithub.com/protobufjs/protobuf.js/issues/1905)) ([e93286e](https://togithub.com/protobufjs/protobuf.js/commit/e93286ef70d2e673c341ac08a192cc2abe6fd2eb))
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 762591ed28801e5311ab737b04185781a41752e6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 12:56:13 2023 +0200
fix(deps): update dependency protobufjs-cli to v1.1.2 (#1495)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.1.1/1.1.2) | [](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>protobufjs/protobuf.js (protobufjs-cli)</summary>
### [`v1.1.2`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.2): protobufjs-cli: v1.1.2
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.1...protobufjs-cli-v1.1.2)
##### Bug Fixes
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 459573e3120ce74b069a7925b4484a4b947b492a
Merge: bfd5c1e 2fd932e
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Mon Aug 21 22:30:55 2023 -0400
Merge branch 'gax-4.0.3' into gax4upgrade-2
commit bfd5c1e30982738f41b949ad05783e7439db1539
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1a77db9183309bbf5fbc04a8de6a4938ccd1e6fc
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit 39396f94dedbde287b2183bbcf91c185dbb0aa4d
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1ce3fbed477531b9a43ad199faa7c7b3a465ae74
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 39daee1b90d8228d413433d7226ae773893a2869
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:42:05 2023 -0400
fix ts error, branch is in sync with gax-4.0.1
commit 3067f89e33af4c8b19703439769de53c26f5d7ad
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:15:12 2023 -0400
make sequence service match #1001, fix tsconfig
commit 587629a7f5d8e22f1f5b941ca7c116daf2fe4abe
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 359220a8941a6e8d22edbd830b98fb5f7a1cddf4
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 894a1c84be07ab12ec0bb491731618fdabeec5f8
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit a7f5003addd18245f77c4a2a72b936c85de69695
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit aad22248b24d6a7572948460d9e8241925bfb926
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit 07ef0602a521acf49ee76d6baba6b3dd00fc7a34
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit e79cb287ae1ab3b33939ff85ec3f0255ac65be78
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 6eb75db56e2f0ab9c3176f8c28769ef71b8e931c
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit d566e241cabd4bcc5154ed518e175e19d17fca50
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit ebf8bf3b5dd25b2889904acc207e3a8f75586adc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit de661e5d3432303faa011bc26fd9db95ce8a781d
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 9ee15450f6994090bab8786d7ece4a92c4d18029
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit c4031e60d1437754f57662d3ce6a9d354df08fab
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 56171e69e91cb429c24ac77ad39451e97af338ec
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Wed May 17 12:24:54 2023 -0700
chore(main): release 4.0.0 (#1445)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 2c80abaff438e79b86e0779289e49b7c696a7d2c
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:59:43 2023 -0700
build!: remove is-stream & fast-text-encoding dependencies (#1442)
commit 531e373019d8e87d061e5aee544ee5f92cdbd27f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:45:53 2023 -0700
feat!: drop Node 12 & decouple development dependencies (#1439)
* feat!: get tools scripts and dependencies running; still need to get top-level module running without tools, remove extra dependencies, and make sure to run commands from the tools dependency
* move to node 14
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 6fa194518dd38ba8eb78cc6e7d99a3f8e9bf07e3
Author: Alexander Fenster <fenster@google.com>
Date: Tue May 2 13:16:13 2023 -0700
fix: compilation error in fallback.ts (#1444)
The compilation failed for me on a clean install, possibly because of some auth library update. We don't really care about the real type of the returned auth client, so a simple type cast should be good.
commit fac92bcdb5882bd34e67e002c84d51f780f7034a
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:37 2023 -0400
Revert "fix: compilation error in fallback.ts (#1444)"
This reverts commit 8e6888f469845a0a68dbab3047b3a6843e58da22.
commit 8b0de2398f196aef81f7d13861fb9d13d6bcb7e1
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:18 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 31367d61ec90804d8a59f4174a3523ce10a535f3
Merge: ebc4eec 89ad507
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Fri Aug 18 10:27:43 2023 -0400
Merge pull request #7 from leahecole/remove-retryrequestoptions
Add resumption tests, remove retryrequestoptions
commit 6d57b4b23d764e20a5f24d921ebc83624ebfbd11
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu Aug 17 19:40:13 2023 +0000
chore: update release-please post-processing for nodejs apiary (#1492)
* fix: update release-please post-processing for nodejs apiary
Source-Link: https://togithub.com/googleapis/synthtool/commit/59fe44fde9866a26e7ee4e4450fd79f67f8cf599
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
commit 89ad5078d666de075cefe2b06014cc5f4a2f22f5
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:49:18 2023 -0400
cleanup
commit e8161433ed3a82d1eba487cd469c2e6102147f16
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:44:21 2023 -0400
more cleanup
commit 55a02beee68cdcbda171aaec2eac2722b31341fa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:30:02 2023 -0400
cleanup comments
commit 4b4f87b6e17a9119fc6d1f964f473ca3364fb395
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:28:19 2023 -0400
some cleanup
commit df98286f62365a6fa9bbb01989bee029718fe504
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:25:14 2023 -0400
finish unit tests
commit 71a913b1093418029fd4b8d7d54cc5a200f99348
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 12:32:29 2023 -0400
add one resumption unit test
commit 4748c9fc3a8cfe31e5abb3e35a6ee0d9a6f0e560
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Aug 17 04:32:24 2023 +0200
fix(deps): update dependency google-proto-files to v4 (#1490)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 5c7dfd021d1dc5d311e42d8c17b78fe616fed6fe
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 16 22:30:21 2023 +0200
fix(deps): update dependency proto3-json-serializer to v2 (#1489)
commit 7a742ccaa5dbf3cf2dcb3e463cb3a67515590b01
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 16:14:35 2023 -0400
remove retryrequestoptions from new retry logic
commit 561f6b93e12ae225c05ce744b9c64505cbf99ce3
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 15:50:35 2023 -0400
make sure test-application passes
commit 28a77eef8092ff6e329cd732e46327b1cf71725f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed Aug 16 12:43:54 2023 -0700
build: update linter (#1491)
* build: update linter
commit 8a63ed3ccfe76fab7567562d40da527c83f4d264
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 14:24:04 2023 -0400
actually finish regen process
commit 7acf0058fd3306317b08c68db5226556987dc8ed
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:52:01 2023 -0400
finish regen process
commit 03768de3479bb683160c54609971474f607d26c1
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 17:48:38 2023 +0000
regen gapic showcase
commit 80f7747cebfcb241bd007e1b0cf50a899e8b0799
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:44:09 2023 -0400
npm run fix
commit 8ae18ae6d0731b3d3d5ffb13872ba44a588f5919
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:05:00 2023 -0400
move resumption to retryoptions
commit 702ec918b63b5946555a16f0093ec37de6089fa6
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:24:09 2023 -0400
fix lint
commit 34c1600e6b522a8ac935f4fcc864c084023c0dc8
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:05:15 2023 -0400
uncomment main test function
commit c2cba5b6802f180ab6bdfec030f94642c771bdf0
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:04:51 2023 -0400
remove debugging statements
commit 882969ac5b94d9349eeba19f4795bd7dbcbfe1cb
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 16:58:19 2023 -0400
WIP: debugging
commit ce37b66bd426d906b4f240aa542a4f85c3efc63f
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:25:57 2023 -0400
fix broken tests with regen client
commit b71edf7f18b15d6fcfa693c103259f0766736f55
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:20:47 2023 -0400
manually add newRetry parameter
commit d61098a866095ef0287c8237dd844326d922b0df
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 18:05:07 2023 +0000
update teh client again
commit 9be128482599c95e7e1027da4e1f38b52c120f89
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 13:49:42 2023 -0400
remove unnecessary client files
commit 9699060103b948f91ad64667a204d259c94e1f97
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 17:42:58 2023 +0000
regen clients again
commit 6f2f6767557b1197bf294bdc9bd88bc83f8851aa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:41:54 2023 -0400
WIP: print statements
commit 327a44c41a2c4113d481aec801538a5a1f2a4169
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 16:06:45 2023 -0400
regenerate showcase
commit 04989edb41bdc189af0214b1a849ef3b6bb63d9b
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:47:32 2023 +0000
try regenerating showcase
commit 1ee50c5db70ae99112d34d4b9b23efa5c4680e47
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 15:15:29 2023 -0400
update showcase client
commit a17f048a20f0e25a5e20cca1a747b4da6275775e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:12:25 2023 +0000
add new showcase
commit ebc4eecfc0b6f17cdad8e24a439419e201ec7af3
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:04:13 2023 -0400
add todo
commit d7e59675f4f688450e409e6964dfd5b841e58682
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:14:33 2023 -0400
remove return statement
commit e77aee91464e518cc9c64a66ca23f49f8ab2a1f5
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 11:58:58 2023 -0400
todos
commit 2e4ad05d430669277ba50f441e4fe41b0ebfc0d0
Merge: b9d57be 4f71c6b
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Wed Aug 9 12:13:39 2023 -0400
Merge pull request #5 from leahecole/docstrings
resolve docstring todos
commit 4f71c6b02ab4f488b0e6108d0f9f88a33f719c2e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:13:16 2023 -0400
fix return type
commit cb1a33fdb5ae92e6bec07e449ce434e976eb47d4
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:05:50 2023 -0400
remove retryStream after talking to gal
commit 9b41fc93d0ea276c691bcdb396a8bc4552921da4
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 16:01:53 2023 -0400
resolve docstring todos
commit b9d57be194d4032103d512e3a3e6fccd643da0b5
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:48:46 2023 -0400
npm run fix
commit ffb2943c9dce7f5fd19c209845b5af853c03f78c
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:47:22 2023 -0400
merge
commit 383718fc1f1fdfb565b084c2c0e103a4f7707bf1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 16:16:00 2023 -0700
added unit tests and fixed unit test alignment
commit 8be2b65619c3ee64e23b0b77e27ae8b643c0168e
Merge: bf207a7 872ba3d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:53:18 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit bf207a713dd5cbe945c70caad0b66d41848159d4
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:52:55 2023 -0700
added new test to test-application
commit 872ba3dda6e28e2d1d614057a25630fad688730b
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 3 13:21:34 2023 -0400
fix broken test
commit ea358ff7dc487295405b0f13c4722440910dfd09
Merge: efd41b1 ead6d35
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:55:31 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit ead6d356f1e72c5f51da0a71aea09ac0a9e2ed7e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:54:57 2023 -0400
fix failing test
commit efd41b1af404469fa23933a7d3092c49d5470fab
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:54:44 2023 -0700
Added test to test-application
commit debcdece9a9ea2e54327f4b43bbd102edf078fd6
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:04:41 2023 -0400
address more todos
commit 6ef735bbeb39e059b0fe5fe43fb150e0ce16c656
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 14:08:32 2023 -0400
work on some todos
commit b3493c2a82ece0704493ee813513b5e90b248df2
Merge: 4d03684 55eb385
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:36:22 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 4d03684db5ab18abd6d03148095ad0554336afe3
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:35:36 2023 -0700
wip commit
commit ea8020f9084ff068a3139a8b19be6b8c0caa74e3
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 2 13:20:13 2023 +0200
fix(deps): update dependency @grpc/grpc-js to ~1.9.0 (#1486)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | [`~1.8.0` -> `~1.9.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.8.21/1.9.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>grpc/grpc-node (@​grpc/grpc-js)</summary>
### [`v1.9.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.0): @​grpc/grpc-js 1.9.0
[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.21...@grpc/grpc-js@1.9.0)
- Implement channel idle timeout and the channel option `grpc.client_idle_timeout_ms` ([#​2471](https://togithub.com/grpc/grpc-node/issues/2471))
- Implement [gRFC A62: `pick_first`: sticky TRANSIENT_FAILURE and address order randomization](https://togithub.com/grpc/proposal/blob/master/A62-pick-first.md) ([#​2511](https://togithub.com/grpc/grpc-node/issues/2511))
- Fix premature leaving of context due to improper `Http2ServerCallStream` handling ([#​2501](https://togithub.com/grpc/grpc-node/issues/2501) contributed by [@​CedricKassen](https://togithub.com/CedricKassen))
- Add channel option `grpc-node.tls_enable_trace` to enable Node TLS tracing ([#​2507](https://togithub.com/grpc/grpc-node/issues/2507))
- Cancel deadline timer on server when call is cancelled ([#​2508](https://togithub.com/grpc/grpc-node/issues/2508))
Experimental changes:
- Added `grpc.experimental.createResolver`
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 55eb3856c01149af096a72bc3d0918002b72cfdb
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 1 16:24:20 2023 -0400
fix broken test
commit 75efdefc66adf4b0ed780d398750fa431afae479
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 31 15:53:47 2023 -0700
added test and StreamingSequence factory
commit a6d92144d0cbc8fc3fa2cfc7cf8d66218cabb3a9
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:09:53 2023 -0700
Fix all expected passing tests
commit b24269638f57eef8469610cf9f4eca2cda28dd61
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:00:23 2023 -0700
remove one failing test, add a passing more relevant test
commit 2432c984b06e64f70f9c33d66a9f80e215775103
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:19:55 2023 -0700
add afterEach for sinon.restore
commit c50286d0aac62144d025a6bf177db10e55856deb
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:18:43 2023 -0700
make checkRetrySettings actually return something
commit 3d5b520abf44dd030165bbc0d8629d90aa1cb9d0
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:35:38 2023 -0700
fix another test
commit 2e392a22c6c1bb09796f0e186275e53761af57b1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:13:08 2023 -0700
fix one test
commit 05917c71b48b7ee5a461dccd8e635190c755589b
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:10:53 2023 -0700
fix one test
commit 8116222e050072eddefa18203bd8df3bd91faa03
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:25:19 2023 -0700
removed unused variables
commit 9755031accf1c93b529b5f693b0e268f7a926fcd
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:13:27 2023 -0700
wip commit
commit 2b2f84924b8dc723b913500e431631c4c55cf401
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 12:19:52 2023 -0700
cleaned up streamHandoffHelper by adding helpers
commit a47c4fe34ab7c8c6f8204a6cec4b652c6bf86b63
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 27 22:50:13 2023 +0200
chore(deps): update dependency @compodoc/compodoc to v1.1.21 (#1453)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.19` -> `1.1.21`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.19/1.1.21) | [](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>compodoc/compodoc (@​compodoc/compodoc)</summary>
### [`v1.1.21`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1121)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.20...1.1.21)
##### Bug fixes
- feat(app): downgrade Marked version ([e0a4b78](https://togithub.com/compodoc/compodoc/commit/e0a4b78)), closes [#​1349](https://togithub.com/compodoc/compodoc/issues/1349)
### [`v1.1.20`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1120---2023-05-23)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.19...1.1.20)
##### Merged
- fix(Input): Add support for Object Expressions in Input decorators [#​1326](https://togithub.com/compodoc/compodoc/pull/1326), Thanks [valentinpalkovic](https://togithub.com/valentinpalkovic)
- fix(app): overview depth [#​1310](https://togithub.com/compodoc/compodoc/pull/1310), Thanks [albeniraouf](https://togithub.com/albeniraouf)
- Translates to Bulgarian [#​1312](https://togithub.com/compodoc/compodoc/pull/1312), Thanks [3phase](https://togithub.com/3phase)
##### Bug fixes
- feat(app): Directive composition API for directives and components ([127076a](https://togithub.com/compodoc/compodoc/commit/127076a)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Required Inputs ([e1a5396](https://togithub.com/compodoc/compodoc/commit/e1a5396)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Standalone components, directives and pipes support ([cb02ca0](https://togithub.com/compodoc/compodoc/commit/cb02ca0)), closes [#​1323](https://togithub.com/compodoc/compodoc/issues/1323)
- fix(app): support exportAs for directives ([76a8f34](https://togithub.com/compodoc/compodoc/commit/76a8f34)), closes [#​1328](https://togithub.com/compodoc/compodoc/issues/1328)
- feat(app): bump [@​compodoc/ngd-transformer](https://togithub.com/compodoc/ngd-transformer) ([ef9bd94](https://togithub.com/compodoc/compodoc/commit/ef9bd94)), closes [#​1311](https://togithub.com/compodoc/compodoc/issues/1311)
- fix(app): service/injectable export in module providers ([34967a9](https://togithub.com/compodoc/compodoc/commit/34967a9)), closes [#​1290](https://togithub.com/compodoc/compodoc/issues/1290)
- fix(app): missing rel attribute with \_blank links ([c8379e0](https://togithub.com/compodoc/compodoc/commit/c8379e0)), closes [#​1282](https://togithub.com/compodoc/compodoc/issues/1282)
- feat(app): Add specific id in each html section ([03ac1ad](https://togithub.com/compodoc/compodoc/commit/03ac1ad)), closes [#​1241](https://togithub.com/compodoc/compodoc/issues/1241)
- fix(app): Invalid links to a class when the class name includes an interface name ([047cedb](https://togithub.com/compodoc/compodoc/commit/047cedb)), closes [#​1239](https://togithub.com/compodoc/compodoc/issues/1239)
- fix(routing): path wrongly resolved during routing analysis ([1722ca3](https://togithub.com/compodoc/compodoc/commit/1722ca3)), closes [#​1170](https://togithub.com/compodoc/compodoc/issues/1170)
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit e4f548254bfce3daa3b02ae81764bb3394fc4f23
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:35:40 2023 -0500
fix: release new version of gapic-tools (#1483)
Need to do this until I set up the release-please process properly.
commit 73fcc79413d7ec041d0be06c95a47ea0141c391c
Merge: 4450439 b7db054
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:33:39 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 44504395f47cb094411e21f7d4071970f3fb231f
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:32:12 2023 -0700
refactored to use retry.retryCodesOrShouldRetryFn
commit 2fd932e96255f7ece901b2c3e1b08873632a0836
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit d0f410d2e08f393f2661c8c92568a0b518fddf99
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit b7db0545983f0384edc51c62d6311b8aca520006
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 15:48:36 2023 -0400
fix one instance of shoudlretryfn
commit 0bbce136021a3c88108f4317323d0869b959250c
Merge: 5062a61 bda9605
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 12:27:23 2023 -0700
Merge pull request #4 from leahecole/b/279946426
B/279946426
commit bda9605b9ea6ac897fc20919e3dd58b8e779a74c
Merge: 4dab819 5062a61
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Thu Jul 27 22:05:59 2023 +0300
Merge branch 'gax-3.6.0-3' into b/279946426
commit 4dab819d44c466bf4fd23ceeaaa721f789ac4227
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 14:41:55 2023 -0400
remove typo
commit 5062a616f98c0b70827d2c94197033c29a2c0b52
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 10:44:34 2023 -0700
uncommit streaming unit tests
commit 7eba460024e498eaa91f1427c7d44bacf2b49b61
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 15:51:48 2023 -0700
Added getResumptionRequestFn
commit 561cec4e111f2c79815a602a69c8e330b1508521
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 13:31:35 2023 -0700
WIP Commit: Added shouldRetryFn and fixed tests
commit 0b6784f596dfa9786a214143eef6bdda20bfa570
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 15:38:08 2023 -0400
a few more assertions
commit 30193ad2f41c4e29a3292eb4ef517d9e19791b54
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 13:37:06 2023 -0400
fix lint, add todos
commit 2bb9ae256af30ce27837c71b34da0705604186a3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 39583d5f4faab89b511fe317bd1ec3334c2ea3f5
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 6927a11d6748ea35b8437a9482b1f3c20bd916e1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 15:26:46 2023 -0700
WIP Commit
commit bf39468b65c7e13f2efe50b57396911c7a3becd7
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 11:33:00 2023 -0700
WIP commit
commit e791c79947f227e90bbd54dda644e6805948f785
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 24 10:51:59 2023 -0700
fixed failing unit test
commit 8663eb14f9c6c6ab3a6009f6725b347698f6e1f3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 6401a88c50fa0eb3eb8a73cefc830896369c3330
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 8afdd591646a190fde38728f0df14c604643f5cc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit 9e93eddc27fbb140a2bdaaef2e9d0db3a05921f4
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 0252683e00ab3486efb1d606996c2b9bf0c6e085
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:15:50 2023 -0700
changed name of forwardClientEvents
commit f5f27a8a51feabecc90b854860fa5266c18cf7b2
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:03:48 2023 -0700
lint changes
commit 6631734a51fb4bc270c7012d03af1f3c6eba62ec
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 16:12:27 2023 -0400
reorganize streaming unit tests
commit e4daff99df9ad612b4713d3b467713e394339e73
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 15:51:07 2023 -0400
convert retryCodes to retryCodesorShouldRetryFn
commit f9f8b1328c38718bf621b92338b3d81297525aa6
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit f4a46be2b6a1e2771085ca86f5ce64a1fbdb3c1a
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit 2f71435ef3fb8c9d14d00acf172ff1e4b36b82a7
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 16:01:31 2023 -0400
finish rebasing Gal's work into mine
commit 4fe5f2d5c677ed02e9876e7b8b818ac067aac674
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:41:58 2023 -0400
uncomment for rebase
commit 8709ac9e84a76d2c1bdac8af476e0f8e977471e0
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:40:15 2023 -0400
uncomment tests for rebase
commit 866fd2aaa03d445c4ca393f8abcfa4f03dcd3f6e
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:28:32 2023 -0400
WIP: param conversion
commit 4a67dd412083e632b24c3136f850a417741bf98f
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:56:02 2023 -0400
WIP: test and parameter conversion
commit 786b7be8b7f850d46547a3240b6cc81954a9459e
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:55:32 2023 -0400
fix: update retryrequestoptions to be aligned with retry-request
commit 0a671ea24fb0a0c11aaaea507e0dab4d44a06c5e
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 27 15:18:26 2023 -0400
passing tests for warnings
commit 385b7861d3a335840c7894dc5e22f07e4ac355a1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 23 14:25:55 2023 -0400
WIP: adding more unit tests
commit 820ed4ff340ac3e06d48e57ada33a8826e66ea8b
Author: Leah Cole <coleleah@google.com>
Date: Wed Jun 21 15:41:41 2023 -0400
add test for both parameters being set
commit 3ffc9684c4d21d309b97df6c2d0ed1d9548953a3
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 16 15:11:51 2023 -0400
WIP: experimenting with spies in streaming calls
commit 8a05223c68507cc0b10b455a0cd377dd8a96eaf7
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 13 16:48:28 2023 -0400
WIP: adding unit tests for option conversion
commit 48eed955e7329f55f9427a7bc0656cfe2af395e8
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 4266f43922d0d582b8eced11f4a21c98a8b451fe
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit c1c4dc19da45780ade32178f9f7ac76e8bb5aef1
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit 7b8414bbb0c535e23dac90e8461a8145d6b6d08d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 15:44:36 2023 -0700
added tests
commit d2a5ccbf93a987bc4ae6fd6bc3e319ddf10d26f6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 0a7dd948573bd9553a0e9548e9ab92dbcfcb7414
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 170a5b69a8d4610fb95ad149ba3632904286a904
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 11:17:25 2023 -0700
uncomment tests and remove streaming retries.ts
commit 6fd1c08de3375df460507ce0ea0d588fb9bd1d65
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:49:40 2023 -0700
added check in forwardEvents for API retry
commit f551ba8ca5d573a245830916f93fa65cfd44df67
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:30:31 2023 -0700
add checks to forwardClientEvents
commit 115e317728c8ae6fa0e61f54d0087e26382d8230
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit f420a787774464130caa27724d04ba339b796110
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 10 15:44:53 2023 -0700
added check to see which retryCodes are allowed
commit c628a344404ec68ded19dfa67f0be73d562c139e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 7 11:24:40 2023 -0700
server stream update
commit 17621154683532383505d8d07e8f82fdc4aad8ac
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 26 14:01:08 2023 -0700
added retry logic
commit c51b69b14808717a295851af2b263289dc35f5cc
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jun 14 11:06:09 2023 -0700
updated retry logic
commit 1ac4135dc151adec5d744d1ce5a60202b221a299
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jun 13 13:04:37 2023 -0700
added retry logic
commit 6e7135f53e83e799d0b57ee5eb08e0d609dea165
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 5 15:23:23 2023 -0700
added changes
commit 82aaa3996514aa74cd7078da095d7509fc91cf3d
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 1473e5a8c7c5c3f5b068462fbaf275077216ae34
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue May 30 14:11:16 2023 -0700
changed StreamRetries to StreamRetryRequest
commit 5d4e24206b720a07995227011ffe5d5940c3fe4e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu May 25 13:47:32 2023 -0700
Added new streamingRetryRequest option
commit b7b416cec3a3abd98bc4304eb7264f6963daaf1b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 18:04:23 2023 -0400
add one dev dependency
commit b2769be042ea4b872483dc1bca270d648b6efb6b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:51:41 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 10b92429add5eaa05a548da9d1cfa396defb1618
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:03 2023 -0400
Revert "build!: remove is-stream & fast-text-encoding dependencies (#1442)"
This reverts commit 111133c5a2bd5a54ebe99a337de9a5a58ee67d2e.
commit 1489e3711b9362c6c2d4e91e5bf6d10db34397f3
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:01 2023 -0400
Revert "chore(main): release 4.0.0 (#1445)"
This reverts commit 064e131ba7371e6d994e3d73790fa5e1fd09189a.
commit e445d8ff207539bf4fef4595f69497cac9240083
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 16:06:55 2023 -0400
revert our changes to how the server runs
commit 3806b29afef55b9639a1e54da7006aaa92bd1dd8
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 15:27:22 2023 -0400
replace status codes with enums
commit a56867d5a56da088da0c846174a35944ca74eed2
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:58:32 2023 -0400
remove not needed things
commit 8a4806c4f679206c8f31e03be0b5fd42a17d41c9
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:31:55 2023 -0400
revert copyright year
commit b430bb2ebc4e0ed8cd8e84d27b75bb37213d027b
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:27:36 2023 -0400
pacakge.json change
commit ad7cb0c10828b710996b9f54fdaeba0ca44961d6
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:26:38 2023 -0400
revert package.json changes
commit a6df06029d8c0d0679f3a2f0c0e56f1ec1003ce8
Author: Cloud Composer Team <no-reply@google.com>
Date: Tue May 2 17:47:21 2023 +0000
run npm run fix on the showcase client
commit 8cac3da20b6c58d35ceecc73ecb7142998102a0b
Author: Cloud Composer Team <no-reply@google.com>
Date: Wed Apr 26 19:44:49 2023 +0000
update showcase-echo-client
commit 17b32ca0ccc4c2103688abccc85fc2095d3f19a4
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 14:14:18 2023 -0400
Add comment to alex`
commit 6ae2f431ceb04efa25ffd6def7cc19f573e6e0bf
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:32:23 2023 -0400
add back imports for running w/ local showcase-server
commit 1c64a2330082baf9ba610a81cb94ec89d9180baa
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:30:49 2023 -0400
add first couple of tests for sequence streaming
commit 2022441d1bae0a22fc8e6e9475d531a9a0310c2d
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 11:09:31 2023 -0400
WIP: Getting tests ready for PR
commit 11df39223f15a6b1a3b588ca6bc9bd43304e2183
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Apr 24 21:28:44 2023 +0300
updated streamingNotRetryEligible
commit 0671a2f5ad8e25bed27e5ea5efd12d420f73dd01
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Apr 21 22:00:44 2023 +0300
WIP: edit streamingNotRetryEligible test
Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>
commit ed0918da295a8d92f4bfcfe6ef9bc8fb632d830f
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 16:20:14 2023 -0400
WIP: test for non retry eligible calls
commit 3bea8a058365137d093cafc7983c791fc64e7f96
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 15:37:17 2023 -0400
fix broken tests, add comments with next steps
commit b2c5afd750ba1c255382bd2d8a0ce1e71f3e28d2
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 18 13:54:54 2023 -0400
fix merge conflict
commit 8be6b90c01bd81dd0db448d4c2e28a201c820eb7
Author: Gal Zahavi <galzahavi@google.com>
Date: Tue Apr 18 17:41:59 2023 +0000
chore : added sequenceStreamingService
* rerun npx gts fix
* fix two of three failing browser tests
* Regenerate showcase (#12)
* regenerate client
* npx gts fix
* add new retry
* remove tsconfig changes
* fix lint
* test: use a custom header for testing headers
* rename "newRetry" parameter
* remove extend dependency
* fix lint
* fix issue where underlying errors were swallowed
* resolve some comments
* replace console logs with our warn module
* utilize enum
* replace "any" with "GoogleError"
* update array checks
* remove debug statement
* remove need to typecast
* null coalescing fix
* reduce duplication
* clean up some optional chaining
* make error optional
* WIP: use nullish coalescing and optional chaining for parameter converesion
* more nullish coalescing and optional chaining
* falsiness checks
* Request/response type
lint
* Request/response type
lint
fix failing test
* make createAPIcall nested statements more readable
* retryCodesOrShouldRetryFn
* make retryCodesOrShouldRetryFn less awful
* fix Sofia's comments
* Retrycodes refactor (#13)
* WIP - accidentally tests transient error
* WIP - updating parameter, adding tests
* update retrycodes
* update unit tests
* remove redundant parameter check
* remove unused check
* uncomment necessary return
* add second transient check
* WIP: more unit tests
* remove unneeded function from streaming test
* remove debug statements
* npm run fix
* address feedback, remove unused parts of streamingRetryRequest
* remove unused streamingRetryRequestCode
* resolve typescript warnings
* fix: do not throw error if both retryCodes and shouldRetryFn are defined
* test: remove lint warnings from tests
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
GautamSharda
pushed a commit
that referenced
this pull request
Oct 29, 2025
…ray (#1578)
* get branch in sync with upstream main
* feat: update server streaming retries
Squashed commit of the following:
commit 195540efe2e84c2e155f0259afae3edce104a40b
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:34:36 2023 -0400
resolve some warnings
commit 6e4311c0ce0fabe12755b8268c23f2b5e249bbca
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:28:37 2023 -0400
fix last error (now just warnings!)
commit d729f28bb882e0d85629c57ab369df31f2ec8e26
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:22:39 2023 -0400
fix no-async-promise-executor lint errors
commit 087944aeb505f326a56e829155414116b31ac813
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:59:23 2023 -0400
fix more lint things (more to come)
commit 5d2be7aad8ed46d41facae9b2211f0740346ce97
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:19:40 2023 -0400
add missing retry-request related dependency
commit fd811e370a7784ea9d3367f00bdea4faabdafb61
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:17:19 2023 -0400
fix some lint issues (more to come)
commit 94b5a37c03e01e91a5e42a1bbf19767711b271d0
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:02:07 2023 -0400
npm run fix and remove todo
commit 0acc287a089b11b044453788a9df1220645b504f
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:00:43 2023 -0400
add missing license headers
commit 8535c29cda942f4f0319527fc791f2becbae417c
Merge: 8cb5718 b322f78
Author: Alexander Fenster <fenster@google.com>
Date: Tue Aug 22 10:56:33 2023 -0700
Merge branch 'main' into gax4upgrade-2
commit 8cb5718e41e9010bf1dcfabb53bda1dea2239e77
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 10:51:14 2023 -0400
remove todos
commit b322f784ec7768e0da781fd54ea5bc9d2347c8cd
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 13:10:13 2023 +0200
chore(deps): update dependency protobufjs to v7.2.5 (#1494)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs](https://protobufjs.github.io/protobuf.js/) ([source](https://togithub.com/protobufjs/protobuf.js)) | [`7.2.4` -> `7.2.5`](https://renovatebot.com/diffs/npm/protobufjs/7.2.4/7.2.5) | [](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>protobufjs/protobuf.js (protobufjs)</summary>
### [`v7.2.5`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#725-2023-08-21)
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.5)
##### Bug Fixes
- crash in comment parsing ([#​1890](https://togithub.com/protobufjs/protobuf.js/issues/1890)) ([eaf9f0a](https://togithub.com/protobufjs/protobuf.js/commit/eaf9f0a5a4009a8981c69af78365dfc988ed925b))
- deprecation warning for new Buffer ([#​1905](https://togithub.com/protobufjs/protobuf.js/issues/1905)) ([e93286e](https://togithub.com/protobufjs/protobuf.js/commit/e93286ef70d2e673c341ac08a192cc2abe6fd2eb))
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 762591ed28801e5311ab737b04185781a41752e6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 12:56:13 2023 +0200
fix(deps): update dependency protobufjs-cli to v1.1.2 (#1495)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.1.1/1.1.2) | [](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>protobufjs/protobuf.js (protobufjs-cli)</summary>
### [`v1.1.2`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.2): protobufjs-cli: v1.1.2
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.1...protobufjs-cli-v1.1.2)
##### Bug Fixes
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 459573e3120ce74b069a7925b4484a4b947b492a
Merge: bfd5c1e 2fd932e
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Mon Aug 21 22:30:55 2023 -0400
Merge branch 'gax-4.0.3' into gax4upgrade-2
commit bfd5c1e30982738f41b949ad05783e7439db1539
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1a77db9183309bbf5fbc04a8de6a4938ccd1e6fc
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit 39396f94dedbde287b2183bbcf91c185dbb0aa4d
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1ce3fbed477531b9a43ad199faa7c7b3a465ae74
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 39daee1b90d8228d413433d7226ae773893a2869
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:42:05 2023 -0400
fix ts error, branch is in sync with gax-4.0.1
commit 3067f89e33af4c8b19703439769de53c26f5d7ad
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:15:12 2023 -0400
make sequence service match #1001, fix tsconfig
commit 587629a7f5d8e22f1f5b941ca7c116daf2fe4abe
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 359220a8941a6e8d22edbd830b98fb5f7a1cddf4
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 894a1c84be07ab12ec0bb491731618fdabeec5f8
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit a7f5003addd18245f77c4a2a72b936c85de69695
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit aad22248b24d6a7572948460d9e8241925bfb926
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit 07ef0602a521acf49ee76d6baba6b3dd00fc7a34
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit e79cb287ae1ab3b33939ff85ec3f0255ac65be78
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 6eb75db56e2f0ab9c3176f8c28769ef71b8e931c
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit d566e241cabd4bcc5154ed518e175e19d17fca50
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit ebf8bf3b5dd25b2889904acc207e3a8f75586adc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit de661e5d3432303faa011bc26fd9db95ce8a781d
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 9ee15450f6994090bab8786d7ece4a92c4d18029
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit c4031e60d1437754f57662d3ce6a9d354df08fab
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 56171e69e91cb429c24ac77ad39451e97af338ec
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Wed May 17 12:24:54 2023 -0700
chore(main): release 4.0.0 (#1445)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 2c80abaff438e79b86e0779289e49b7c696a7d2c
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:59:43 2023 -0700
build!: remove is-stream & fast-text-encoding dependencies (#1442)
commit 531e373019d8e87d061e5aee544ee5f92cdbd27f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:45:53 2023 -0700
feat!: drop Node 12 & decouple development dependencies (#1439)
* feat!: get tools scripts and dependencies running; still need to get top-level module running without tools, remove extra dependencies, and make sure to run commands from the tools dependency
* move to node 14
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 6fa194518dd38ba8eb78cc6e7d99a3f8e9bf07e3
Author: Alexander Fenster <fenster@google.com>
Date: Tue May 2 13:16:13 2023 -0700
fix: compilation error in fallback.ts (#1444)
The compilation failed for me on a clean install, possibly because of some auth library update. We don't really care about the real type of the returned auth client, so a simple type cast should be good.
commit fac92bcdb5882bd34e67e002c84d51f780f7034a
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:37 2023 -0400
Revert "fix: compilation error in fallback.ts (#1444)"
This reverts commit 8e6888f469845a0a68dbab3047b3a6843e58da22.
commit 8b0de2398f196aef81f7d13861fb9d13d6bcb7e1
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:18 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 31367d61ec90804d8a59f4174a3523ce10a535f3
Merge: ebc4eec 89ad507
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Fri Aug 18 10:27:43 2023 -0400
Merge pull request #7 from leahecole/remove-retryrequestoptions
Add resumption tests, remove retryrequestoptions
commit 6d57b4b23d764e20a5f24d921ebc83624ebfbd11
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu Aug 17 19:40:13 2023 +0000
chore: update release-please post-processing for nodejs apiary (#1492)
* fix: update release-please post-processing for nodejs apiary
Source-Link: https://togithub.com/googleapis/synthtool/commit/59fe44fde9866a26e7ee4e4450fd79f67f8cf599
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
commit 89ad5078d666de075cefe2b06014cc5f4a2f22f5
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:49:18 2023 -0400
cleanup
commit e8161433ed3a82d1eba487cd469c2e6102147f16
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:44:21 2023 -0400
more cleanup
commit 55a02beee68cdcbda171aaec2eac2722b31341fa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:30:02 2023 -0400
cleanup comments
commit 4b4f87b6e17a9119fc6d1f964f473ca3364fb395
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:28:19 2023 -0400
some cleanup
commit df98286f62365a6fa9bbb01989bee029718fe504
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:25:14 2023 -0400
finish unit tests
commit 71a913b1093418029fd4b8d7d54cc5a200f99348
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 12:32:29 2023 -0400
add one resumption unit test
commit 4748c9fc3a8cfe31e5abb3e35a6ee0d9a6f0e560
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Aug 17 04:32:24 2023 +0200
fix(deps): update dependency google-proto-files to v4 (#1490)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 5c7dfd021d1dc5d311e42d8c17b78fe616fed6fe
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 16 22:30:21 2023 +0200
fix(deps): update dependency proto3-json-serializer to v2 (#1489)
commit 7a742ccaa5dbf3cf2dcb3e463cb3a67515590b01
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 16:14:35 2023 -0400
remove retryrequestoptions from new retry logic
commit 561f6b93e12ae225c05ce744b9c64505cbf99ce3
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 15:50:35 2023 -0400
make sure test-application passes
commit 28a77eef8092ff6e329cd732e46327b1cf71725f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed Aug 16 12:43:54 2023 -0700
build: update linter (#1491)
* build: update linter
commit 8a63ed3ccfe76fab7567562d40da527c83f4d264
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 14:24:04 2023 -0400
actually finish regen process
commit 7acf0058fd3306317b08c68db5226556987dc8ed
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:52:01 2023 -0400
finish regen process
commit 03768de3479bb683160c54609971474f607d26c1
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 17:48:38 2023 +0000
regen gapic showcase
commit 80f7747cebfcb241bd007e1b0cf50a899e8b0799
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:44:09 2023 -0400
npm run fix
commit 8ae18ae6d0731b3d3d5ffb13872ba44a588f5919
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:05:00 2023 -0400
move resumption to retryoptions
commit 702ec918b63b5946555a16f0093ec37de6089fa6
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:24:09 2023 -0400
fix lint
commit 34c1600e6b522a8ac935f4fcc864c084023c0dc8
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:05:15 2023 -0400
uncomment main test function
commit c2cba5b6802f180ab6bdfec030f94642c771bdf0
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:04:51 2023 -0400
remove debugging statements
commit 882969ac5b94d9349eeba19f4795bd7dbcbfe1cb
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 16:58:19 2023 -0400
WIP: debugging
commit ce37b66bd426d906b4f240aa542a4f85c3efc63f
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:25:57 2023 -0400
fix broken tests with regen client
commit b71edf7f18b15d6fcfa693c103259f0766736f55
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:20:47 2023 -0400
manually add newRetry parameter
commit d61098a866095ef0287c8237dd844326d922b0df
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 18:05:07 2023 +0000
update teh client again
commit 9be128482599c95e7e1027da4e1f38b52c120f89
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 13:49:42 2023 -0400
remove unnecessary client files
commit 9699060103b948f91ad64667a204d259c94e1f97
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 17:42:58 2023 +0000
regen clients again
commit 6f2f6767557b1197bf294bdc9bd88bc83f8851aa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:41:54 2023 -0400
WIP: print statements
commit 327a44c41a2c4113d481aec801538a5a1f2a4169
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 16:06:45 2023 -0400
regenerate showcase
commit 04989edb41bdc189af0214b1a849ef3b6bb63d9b
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:47:32 2023 +0000
try regenerating showcase
commit 1ee50c5db70ae99112d34d4b9b23efa5c4680e47
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 15:15:29 2023 -0400
update showcase client
commit a17f048a20f0e25a5e20cca1a747b4da6275775e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:12:25 2023 +0000
add new showcase
commit ebc4eecfc0b6f17cdad8e24a439419e201ec7af3
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:04:13 2023 -0400
add todo
commit d7e59675f4f688450e409e6964dfd5b841e58682
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:14:33 2023 -0400
remove return statement
commit e77aee91464e518cc9c64a66ca23f49f8ab2a1f5
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 11:58:58 2023 -0400
todos
commit 2e4ad05d430669277ba50f441e4fe41b0ebfc0d0
Merge: b9d57be 4f71c6b
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Wed Aug 9 12:13:39 2023 -0400
Merge pull request #5 from leahecole/docstrings
resolve docstring todos
commit 4f71c6b02ab4f488b0e6108d0f9f88a33f719c2e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:13:16 2023 -0400
fix return type
commit cb1a33fdb5ae92e6bec07e449ce434e976eb47d4
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:05:50 2023 -0400
remove retryStream after talking to gal
commit 9b41fc93d0ea276c691bcdb396a8bc4552921da4
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 16:01:53 2023 -0400
resolve docstring todos
commit b9d57be194d4032103d512e3a3e6fccd643da0b5
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:48:46 2023 -0400
npm run fix
commit ffb2943c9dce7f5fd19c209845b5af853c03f78c
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:47:22 2023 -0400
merge
commit 383718fc1f1fdfb565b084c2c0e103a4f7707bf1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 16:16:00 2023 -0700
added unit tests and fixed unit test alignment
commit 8be2b65619c3ee64e23b0b77e27ae8b643c0168e
Merge: bf207a7 872ba3d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:53:18 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit bf207a713dd5cbe945c70caad0b66d41848159d4
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:52:55 2023 -0700
added new test to test-application
commit 872ba3dda6e28e2d1d614057a25630fad688730b
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 3 13:21:34 2023 -0400
fix broken test
commit ea358ff7dc487295405b0f13c4722440910dfd09
Merge: efd41b1 ead6d35
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:55:31 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit ead6d356f1e72c5f51da0a71aea09ac0a9e2ed7e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:54:57 2023 -0400
fix failing test
commit efd41b1af404469fa23933a7d3092c49d5470fab
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:54:44 2023 -0700
Added test to test-application
commit debcdece9a9ea2e54327f4b43bbd102edf078fd6
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:04:41 2023 -0400
address more todos
commit 6ef735bbeb39e059b0fe5fe43fb150e0ce16c656
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 14:08:32 2023 -0400
work on some todos
commit b3493c2a82ece0704493ee813513b5e90b248df2
Merge: 4d03684 55eb385
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:36:22 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 4d03684db5ab18abd6d03148095ad0554336afe3
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:35:36 2023 -0700
wip commit
commit ea8020f9084ff068a3139a8b19be6b8c0caa74e3
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 2 13:20:13 2023 +0200
fix(deps): update dependency @grpc/grpc-js to ~1.9.0 (#1486)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | [`~1.8.0` -> `~1.9.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.8.21/1.9.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>grpc/grpc-node (@​grpc/grpc-js)</summary>
### [`v1.9.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.0): @​grpc/grpc-js 1.9.0
[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.21...@grpc/grpc-js@1.9.0)
- Implement channel idle timeout and the channel option `grpc.client_idle_timeout_ms` ([#​2471](https://togithub.com/grpc/grpc-node/issues/2471))
- Implement [gRFC A62: `pick_first`: sticky TRANSIENT_FAILURE and address order randomization](https://togithub.com/grpc/proposal/blob/master/A62-pick-first.md) ([#​2511](https://togithub.com/grpc/grpc-node/issues/2511))
- Fix premature leaving of context due to improper `Http2ServerCallStream` handling ([#​2501](https://togithub.com/grpc/grpc-node/issues/2501) contributed by [@​CedricKassen](https://togithub.com/CedricKassen))
- Add channel option `grpc-node.tls_enable_trace` to enable Node TLS tracing ([#​2507](https://togithub.com/grpc/grpc-node/issues/2507))
- Cancel deadline timer on server when call is cancelled ([#​2508](https://togithub.com/grpc/grpc-node/issues/2508))
Experimental changes:
- Added `grpc.experimental.createResolver`
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 55eb3856c01149af096a72bc3d0918002b72cfdb
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 1 16:24:20 2023 -0400
fix broken test
commit 75efdefc66adf4b0ed780d398750fa431afae479
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 31 15:53:47 2023 -0700
added test and StreamingSequence factory
commit a6d92144d0cbc8fc3fa2cfc7cf8d66218cabb3a9
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:09:53 2023 -0700
Fix all expected passing tests
commit b24269638f57eef8469610cf9f4eca2cda28dd61
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:00:23 2023 -0700
remove one failing test, add a passing more relevant test
commit 2432c984b06e64f70f9c33d66a9f80e215775103
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:19:55 2023 -0700
add afterEach for sinon.restore
commit c50286d0aac62144d025a6bf177db10e55856deb
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:18:43 2023 -0700
make checkRetrySettings actually return something
commit 3d5b520abf44dd030165bbc0d8629d90aa1cb9d0
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:35:38 2023 -0700
fix another test
commit 2e392a22c6c1bb09796f0e186275e53761af57b1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:13:08 2023 -0700
fix one test
commit 05917c71b48b7ee5a461dccd8e635190c755589b
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:10:53 2023 -0700
fix one test
commit 8116222e050072eddefa18203bd8df3bd91faa03
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:25:19 2023 -0700
removed unused variables
commit 9755031accf1c93b529b5f693b0e268f7a926fcd
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:13:27 2023 -0700
wip commit
commit 2b2f84924b8dc723b913500e431631c4c55cf401
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 12:19:52 2023 -0700
cleaned up streamHandoffHelper by adding helpers
commit a47c4fe34ab7c8c6f8204a6cec4b652c6bf86b63
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 27 22:50:13 2023 +0200
chore(deps): update dependency @compodoc/compodoc to v1.1.21 (#1453)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.19` -> `1.1.21`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.19/1.1.21) | [](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>compodoc/compodoc (@​compodoc/compodoc)</summary>
### [`v1.1.21`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1121)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.20...1.1.21)
##### Bug fixes
- feat(app): downgrade Marked version ([e0a4b78](https://togithub.com/compodoc/compodoc/commit/e0a4b78)), closes [#​1349](https://togithub.com/compodoc/compodoc/issues/1349)
### [`v1.1.20`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1120---2023-05-23)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.19...1.1.20)
##### Merged
- fix(Input): Add support for Object Expressions in Input decorators [#​1326](https://togithub.com/compodoc/compodoc/pull/1326), Thanks [valentinpalkovic](https://togithub.com/valentinpalkovic)
- fix(app): overview depth [#​1310](https://togithub.com/compodoc/compodoc/pull/1310), Thanks [albeniraouf](https://togithub.com/albeniraouf)
- Translates to Bulgarian [#​1312](https://togithub.com/compodoc/compodoc/pull/1312), Thanks [3phase](https://togithub.com/3phase)
##### Bug fixes
- feat(app): Directive composition API for directives and components ([127076a](https://togithub.com/compodoc/compodoc/commit/127076a)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Required Inputs ([e1a5396](https://togithub.com/compodoc/compodoc/commit/e1a5396)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Standalone components, directives and pipes support ([cb02ca0](https://togithub.com/compodoc/compodoc/commit/cb02ca0)), closes [#​1323](https://togithub.com/compodoc/compodoc/issues/1323)
- fix(app): support exportAs for directives ([76a8f34](https://togithub.com/compodoc/compodoc/commit/76a8f34)), closes [#​1328](https://togithub.com/compodoc/compodoc/issues/1328)
- feat(app): bump [@​compodoc/ngd-transformer](https://togithub.com/compodoc/ngd-transformer) ([ef9bd94](https://togithub.com/compodoc/compodoc/commit/ef9bd94)), closes [#​1311](https://togithub.com/compodoc/compodoc/issues/1311)
- fix(app): service/injectable export in module providers ([34967a9](https://togithub.com/compodoc/compodoc/commit/34967a9)), closes [#​1290](https://togithub.com/compodoc/compodoc/issues/1290)
- fix(app): missing rel attribute with \_blank links ([c8379e0](https://togithub.com/compodoc/compodoc/commit/c8379e0)), closes [#​1282](https://togithub.com/compodoc/compodoc/issues/1282)
- feat(app): Add specific id in each html section ([03ac1ad](https://togithub.com/compodoc/compodoc/commit/03ac1ad)), closes [#​1241](https://togithub.com/compodoc/compodoc/issues/1241)
- fix(app): Invalid links to a class when the class name includes an interface name ([047cedb](https://togithub.com/compodoc/compodoc/commit/047cedb)), closes [#​1239](https://togithub.com/compodoc/compodoc/issues/1239)
- fix(routing): path wrongly resolved during routing analysis ([1722ca3](https://togithub.com/compodoc/compodoc/commit/1722ca3)), closes [#​1170](https://togithub.com/compodoc/compodoc/issues/1170)
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit e4f548254bfce3daa3b02ae81764bb3394fc4f23
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:35:40 2023 -0500
fix: release new version of gapic-tools (#1483)
Need to do this until I set up the release-please process properly.
commit 73fcc79413d7ec041d0be06c95a47ea0141c391c
Merge: 4450439 b7db054
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:33:39 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 44504395f47cb094411e21f7d4071970f3fb231f
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:32:12 2023 -0700
refactored to use retry.retryCodesOrShouldRetryFn
commit 2fd932e96255f7ece901b2c3e1b08873632a0836
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit d0f410d2e08f393f2661c8c92568a0b518fddf99
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit b7db0545983f0384edc51c62d6311b8aca520006
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 15:48:36 2023 -0400
fix one instance of shoudlretryfn
commit 0bbce136021a3c88108f4317323d0869b959250c
Merge: 5062a61 bda9605
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 12:27:23 2023 -0700
Merge pull request #4 from leahecole/b/279946426
B/279946426
commit bda9605b9ea6ac897fc20919e3dd58b8e779a74c
Merge: 4dab819 5062a61
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Thu Jul 27 22:05:59 2023 +0300
Merge branch 'gax-3.6.0-3' into b/279946426
commit 4dab819d44c466bf4fd23ceeaaa721f789ac4227
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 14:41:55 2023 -0400
remove typo
commit 5062a616f98c0b70827d2c94197033c29a2c0b52
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 10:44:34 2023 -0700
uncommit streaming unit tests
commit 7eba460024e498eaa91f1427c7d44bacf2b49b61
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 15:51:48 2023 -0700
Added getResumptionRequestFn
commit 561cec4e111f2c79815a602a69c8e330b1508521
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 13:31:35 2023 -0700
WIP Commit: Added shouldRetryFn and fixed tests
commit 0b6784f596dfa9786a214143eef6bdda20bfa570
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 15:38:08 2023 -0400
a few more assertions
commit 30193ad2f41c4e29a3292eb4ef517d9e19791b54
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 13:37:06 2023 -0400
fix lint, add todos
commit 2bb9ae256af30ce27837c71b34da0705604186a3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 39583d5f4faab89b511fe317bd1ec3334c2ea3f5
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 6927a11d6748ea35b8437a9482b1f3c20bd916e1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 15:26:46 2023 -0700
WIP Commit
commit bf39468b65c7e13f2efe50b57396911c7a3becd7
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 11:33:00 2023 -0700
WIP commit
commit e791c79947f227e90bbd54dda644e6805948f785
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 24 10:51:59 2023 -0700
fixed failing unit test
commit 8663eb14f9c6c6ab3a6009f6725b347698f6e1f3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 6401a88c50fa0eb3eb8a73cefc830896369c3330
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 8afdd591646a190fde38728f0df14c604643f5cc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit 9e93eddc27fbb140a2bdaaef2e9d0db3a05921f4
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 0252683e00ab3486efb1d606996c2b9bf0c6e085
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:15:50 2023 -0700
changed name of forwardClientEvents
commit f5f27a8a51feabecc90b854860fa5266c18cf7b2
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:03:48 2023 -0700
lint changes
commit 6631734a51fb4bc270c7012d03af1f3c6eba62ec
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 16:12:27 2023 -0400
reorganize streaming unit tests
commit e4daff99df9ad612b4713d3b467713e394339e73
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 15:51:07 2023 -0400
convert retryCodes to retryCodesorShouldRetryFn
commit f9f8b1328c38718bf621b92338b3d81297525aa6
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit f4a46be2b6a1e2771085ca86f5ce64a1fbdb3c1a
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit 2f71435ef3fb8c9d14d00acf172ff1e4b36b82a7
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 16:01:31 2023 -0400
finish rebasing Gal's work into mine
commit 4fe5f2d5c677ed02e9876e7b8b818ac067aac674
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:41:58 2023 -0400
uncomment for rebase
commit 8709ac9e84a76d2c1bdac8af476e0f8e977471e0
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:40:15 2023 -0400
uncomment tests for rebase
commit 866fd2aaa03d445c4ca393f8abcfa4f03dcd3f6e
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:28:32 2023 -0400
WIP: param conversion
commit 4a67dd412083e632b24c3136f850a417741bf98f
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:56:02 2023 -0400
WIP: test and parameter conversion
commit 786b7be8b7f850d46547a3240b6cc81954a9459e
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:55:32 2023 -0400
fix: update retryrequestoptions to be aligned with retry-request
commit 0a671ea24fb0a0c11aaaea507e0dab4d44a06c5e
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 27 15:18:26 2023 -0400
passing tests for warnings
commit 385b7861d3a335840c7894dc5e22f07e4ac355a1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 23 14:25:55 2023 -0400
WIP: adding more unit tests
commit 820ed4ff340ac3e06d48e57ada33a8826e66ea8b
Author: Leah Cole <coleleah@google.com>
Date: Wed Jun 21 15:41:41 2023 -0400
add test for both parameters being set
commit 3ffc9684c4d21d309b97df6c2d0ed1d9548953a3
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 16 15:11:51 2023 -0400
WIP: experimenting with spies in streaming calls
commit 8a05223c68507cc0b10b455a0cd377dd8a96eaf7
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 13 16:48:28 2023 -0400
WIP: adding unit tests for option conversion
commit 48eed955e7329f55f9427a7bc0656cfe2af395e8
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 4266f43922d0d582b8eced11f4a21c98a8b451fe
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit c1c4dc19da45780ade32178f9f7ac76e8bb5aef1
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit 7b8414bbb0c535e23dac90e8461a8145d6b6d08d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 15:44:36 2023 -0700
added tests
commit d2a5ccbf93a987bc4ae6fd6bc3e319ddf10d26f6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 0a7dd948573bd9553a0e9548e9ab92dbcfcb7414
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 170a5b69a8d4610fb95ad149ba3632904286a904
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 11:17:25 2023 -0700
uncomment tests and remove streaming retries.ts
commit 6fd1c08de3375df460507ce0ea0d588fb9bd1d65
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:49:40 2023 -0700
added check in forwardEvents for API retry
commit f551ba8ca5d573a245830916f93fa65cfd44df67
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:30:31 2023 -0700
add checks to forwardClientEvents
commit 115e317728c8ae6fa0e61f54d0087e26382d8230
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit f420a787774464130caa27724d04ba339b796110
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 10 15:44:53 2023 -0700
added check to see which retryCodes are allowed
commit c628a344404ec68ded19dfa67f0be73d562c139e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 7 11:24:40 2023 -0700
server stream update
commit 17621154683532383505d8d07e8f82fdc4aad8ac
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 26 14:01:08 2023 -0700
added retry logic
commit c51b69b14808717a295851af2b263289dc35f5cc
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jun 14 11:06:09 2023 -0700
updated retry logic
commit 1ac4135dc151adec5d744d1ce5a60202b221a299
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jun 13 13:04:37 2023 -0700
added retry logic
commit 6e7135f53e83e799d0b57ee5eb08e0d609dea165
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 5 15:23:23 2023 -0700
added changes
commit 82aaa3996514aa74cd7078da095d7509fc91cf3d
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 1473e5a8c7c5c3f5b068462fbaf275077216ae34
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue May 30 14:11:16 2023 -0700
changed StreamRetries to StreamRetryRequest
commit 5d4e24206b720a07995227011ffe5d5940c3fe4e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu May 25 13:47:32 2023 -0700
Added new streamingRetryRequest option
commit b7b416cec3a3abd98bc4304eb7264f6963daaf1b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 18:04:23 2023 -0400
add one dev dependency
commit b2769be042ea4b872483dc1bca270d648b6efb6b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:51:41 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 10b92429add5eaa05a548da9d1cfa396defb1618
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:03 2023 -0400
Revert "build!: remove is-stream & fast-text-encoding dependencies (#1442)"
This reverts commit 111133c5a2bd5a54ebe99a337de9a5a58ee67d2e.
commit 1489e3711b9362c6c2d4e91e5bf6d10db34397f3
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:01 2023 -0400
Revert "chore(main): release 4.0.0 (#1445)"
This reverts commit 064e131ba7371e6d994e3d73790fa5e1fd09189a.
commit e445d8ff207539bf4fef4595f69497cac9240083
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 16:06:55 2023 -0400
revert our changes to how the server runs
commit 3806b29afef55b9639a1e54da7006aaa92bd1dd8
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 15:27:22 2023 -0400
replace status codes with enums
commit a56867d5a56da088da0c846174a35944ca74eed2
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:58:32 2023 -0400
remove not needed things
commit 8a4806c4f679206c8f31e03be0b5fd42a17d41c9
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:31:55 2023 -0400
revert copyright year
commit b430bb2ebc4e0ed8cd8e84d27b75bb37213d027b
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:27:36 2023 -0400
pacakge.json change
commit ad7cb0c10828b710996b9f54fdaeba0ca44961d6
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:26:38 2023 -0400
revert package.json changes
commit a6df06029d8c0d0679f3a2f0c0e56f1ec1003ce8
Author: Cloud Composer Team <no-reply@google.com>
Date: Tue May 2 17:47:21 2023 +0000
run npm run fix on the showcase client
commit 8cac3da20b6c58d35ceecc73ecb7142998102a0b
Author: Cloud Composer Team <no-reply@google.com>
Date: Wed Apr 26 19:44:49 2023 +0000
update showcase-echo-client
commit 17b32ca0ccc4c2103688abccc85fc2095d3f19a4
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 14:14:18 2023 -0400
Add comment to alex`
commit 6ae2f431ceb04efa25ffd6def7cc19f573e6e0bf
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:32:23 2023 -0400
add back imports for running w/ local showcase-server
commit 1c64a2330082baf9ba610a81cb94ec89d9180baa
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:30:49 2023 -0400
add first couple of tests for sequence streaming
commit 2022441d1bae0a22fc8e6e9475d531a9a0310c2d
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 11:09:31 2023 -0400
WIP: Getting tests ready for PR
commit 11df39223f15a6b1a3b588ca6bc9bd43304e2183
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Apr 24 21:28:44 2023 +0300
updated streamingNotRetryEligible
commit 0671a2f5ad8e25bed27e5ea5efd12d420f73dd01
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Apr 21 22:00:44 2023 +0300
WIP: edit streamingNotRetryEligible test
Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>
commit ed0918da295a8d92f4bfcfe6ef9bc8fb632d830f
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 16:20:14 2023 -0400
WIP: test for non retry eligible calls
commit 3bea8a058365137d093cafc7983c791fc64e7f96
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 15:37:17 2023 -0400
fix broken tests, add comments with next steps
commit b2c5afd750ba1c255382bd2d8a0ce1e71f3e28d2
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 18 13:54:54 2023 -0400
fix merge conflict
commit 8be6b90c01bd81dd0db448d4c2e28a201c820eb7
Author: Gal Zahavi <galzahavi@google.com>
Date: Tue Apr 18 17:41:59 2023 +0000
chore : added sequenceStreamingService
* rerun npx gts fix
* fix two of three failing browser tests
* Regenerate showcase (#12)
* regenerate client
* npx gts fix
* add new retry
* remove tsconfig changes
* fix lint
* test: use a custom header for testing headers
* rename "newRetry" parameter
* remove extend dependency
* fix lint
* fix issue where underlying errors were swallowed
* resolve some comments
* replace console logs with our warn module
* utilize enum
* replace "any" with "GoogleError"
* update array checks
* remove debug statement
* remove need to typecast
* null coalescing fix
* reduce duplication
* clean up some optional chaining
* make error optional
* WIP: use nullish coalescing and optional chaining for parameter converesion
* more nullish coalescing and optional chaining
* falsiness checks
* Request/response type
lint
* Request/response type
lint
fix failing test
* make createAPIcall nested statements more readable
* retryCodesOrShouldRetryFn
* make retryCodesOrShouldRetryFn less awful
* fix Sofia's comments
* Retrycodes refactor (#13)
* WIP - accidentally tests transient error
* WIP - updating parameter, adding tests
* update retrycodes
* update unit tests
* remove redundant parameter check
* remove unused check
* uncomment necessary return
* add second transient check
* WIP: more unit tests
* remove unneeded function from streaming test
* remove debug statements
* npm run fix
* address feedback, remove unused parts of streamingRetryRequest
* remove unused streamingRetryRequestCode
* resolve typescript warnings
* fix: dont retry on empty retryCodes server stream
* npm run fix
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
GautamSharda
pushed a commit
that referenced
this pull request
Oct 29, 2025
* get branch in sync with upstream main
* feat: update server streaming retries
Squashed commit of the following:
commit 195540efe2e84c2e155f0259afae3edce104a40b
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:34:36 2023 -0400
resolve some warnings
commit 6e4311c0ce0fabe12755b8268c23f2b5e249bbca
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:28:37 2023 -0400
fix last error (now just warnings!)
commit d729f28bb882e0d85629c57ab369df31f2ec8e26
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:22:39 2023 -0400
fix no-async-promise-executor lint errors
commit 087944aeb505f326a56e829155414116b31ac813
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:59:23 2023 -0400
fix more lint things (more to come)
commit 5d2be7aad8ed46d41facae9b2211f0740346ce97
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:19:40 2023 -0400
add missing retry-request related dependency
commit fd811e370a7784ea9d3367f00bdea4faabdafb61
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:17:19 2023 -0400
fix some lint issues (more to come)
commit 94b5a37c03e01e91a5e42a1bbf19767711b271d0
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:02:07 2023 -0400
npm run fix and remove todo
commit 0acc287a089b11b044453788a9df1220645b504f
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:00:43 2023 -0400
add missing license headers
commit 8535c29cda942f4f0319527fc791f2becbae417c
Merge: 8cb5718 b322f78
Author: Alexander Fenster <fenster@google.com>
Date: Tue Aug 22 10:56:33 2023 -0700
Merge branch 'main' into gax4upgrade-2
commit 8cb5718e41e9010bf1dcfabb53bda1dea2239e77
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 10:51:14 2023 -0400
remove todos
commit b322f784ec7768e0da781fd54ea5bc9d2347c8cd
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 13:10:13 2023 +0200
chore(deps): update dependency protobufjs to v7.2.5 (#1494)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs](https://protobufjs.github.io/protobuf.js/) ([source](https://togithub.com/protobufjs/protobuf.js)) | [`7.2.4` -> `7.2.5`](https://renovatebot.com/diffs/npm/protobufjs/7.2.4/7.2.5) | [](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>protobufjs/protobuf.js (protobufjs)</summary>
### [`v7.2.5`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#725-2023-08-21)
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.5)
##### Bug Fixes
- crash in comment parsing ([#​1890](https://togithub.com/protobufjs/protobuf.js/issues/1890)) ([eaf9f0a](https://togithub.com/protobufjs/protobuf.js/commit/eaf9f0a5a4009a8981c69af78365dfc988ed925b))
- deprecation warning for new Buffer ([#​1905](https://togithub.com/protobufjs/protobuf.js/issues/1905)) ([e93286e](https://togithub.com/protobufjs/protobuf.js/commit/e93286ef70d2e673c341ac08a192cc2abe6fd2eb))
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 762591ed28801e5311ab737b04185781a41752e6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 12:56:13 2023 +0200
fix(deps): update dependency protobufjs-cli to v1.1.2 (#1495)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.1.1/1.1.2) | [](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>protobufjs/protobuf.js (protobufjs-cli)</summary>
### [`v1.1.2`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.2): protobufjs-cli: v1.1.2
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.1...protobufjs-cli-v1.1.2)
##### Bug Fixes
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 459573e3120ce74b069a7925b4484a4b947b492a
Merge: bfd5c1e 2fd932e
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Mon Aug 21 22:30:55 2023 -0400
Merge branch 'gax-4.0.3' into gax4upgrade-2
commit bfd5c1e30982738f41b949ad05783e7439db1539
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1a77db9183309bbf5fbc04a8de6a4938ccd1e6fc
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit 39396f94dedbde287b2183bbcf91c185dbb0aa4d
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1ce3fbed477531b9a43ad199faa7c7b3a465ae74
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 39daee1b90d8228d413433d7226ae773893a2869
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:42:05 2023 -0400
fix ts error, branch is in sync with gax-4.0.1
commit 3067f89e33af4c8b19703439769de53c26f5d7ad
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:15:12 2023 -0400
make sequence service match #1001, fix tsconfig
commit 587629a7f5d8e22f1f5b941ca7c116daf2fe4abe
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 359220a8941a6e8d22edbd830b98fb5f7a1cddf4
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 894a1c84be07ab12ec0bb491731618fdabeec5f8
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit a7f5003addd18245f77c4a2a72b936c85de69695
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit aad22248b24d6a7572948460d9e8241925bfb926
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit 07ef0602a521acf49ee76d6baba6b3dd00fc7a34
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit e79cb287ae1ab3b33939ff85ec3f0255ac65be78
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 6eb75db56e2f0ab9c3176f8c28769ef71b8e931c
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit d566e241cabd4bcc5154ed518e175e19d17fca50
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit ebf8bf3b5dd25b2889904acc207e3a8f75586adc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit de661e5d3432303faa011bc26fd9db95ce8a781d
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 9ee15450f6994090bab8786d7ece4a92c4d18029
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit c4031e60d1437754f57662d3ce6a9d354df08fab
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 56171e69e91cb429c24ac77ad39451e97af338ec
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Wed May 17 12:24:54 2023 -0700
chore(main): release 4.0.0 (#1445)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 2c80abaff438e79b86e0779289e49b7c696a7d2c
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:59:43 2023 -0700
build!: remove is-stream & fast-text-encoding dependencies (#1442)
commit 531e373019d8e87d061e5aee544ee5f92cdbd27f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:45:53 2023 -0700
feat!: drop Node 12 & decouple development dependencies (#1439)
* feat!: get tools scripts and dependencies running; still need to get top-level module running without tools, remove extra dependencies, and make sure to run commands from the tools dependency
* move to node 14
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 6fa194518dd38ba8eb78cc6e7d99a3f8e9bf07e3
Author: Alexander Fenster <fenster@google.com>
Date: Tue May 2 13:16:13 2023 -0700
fix: compilation error in fallback.ts (#1444)
The compilation failed for me on a clean install, possibly because of some auth library update. We don't really care about the real type of the returned auth client, so a simple type cast should be good.
commit fac92bcdb5882bd34e67e002c84d51f780f7034a
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:37 2023 -0400
Revert "fix: compilation error in fallback.ts (#1444)"
This reverts commit 8e6888f469845a0a68dbab3047b3a6843e58da22.
commit 8b0de2398f196aef81f7d13861fb9d13d6bcb7e1
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:18 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 31367d61ec90804d8a59f4174a3523ce10a535f3
Merge: ebc4eec 89ad507
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Fri Aug 18 10:27:43 2023 -0400
Merge pull request #7 from leahecole/remove-retryrequestoptions
Add resumption tests, remove retryrequestoptions
commit 6d57b4b23d764e20a5f24d921ebc83624ebfbd11
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu Aug 17 19:40:13 2023 +0000
chore: update release-please post-processing for nodejs apiary (#1492)
* fix: update release-please post-processing for nodejs apiary
Source-Link: https://togithub.com/googleapis/synthtool/commit/59fe44fde9866a26e7ee4e4450fd79f67f8cf599
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
commit 89ad5078d666de075cefe2b06014cc5f4a2f22f5
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:49:18 2023 -0400
cleanup
commit e8161433ed3a82d1eba487cd469c2e6102147f16
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:44:21 2023 -0400
more cleanup
commit 55a02beee68cdcbda171aaec2eac2722b31341fa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:30:02 2023 -0400
cleanup comments
commit 4b4f87b6e17a9119fc6d1f964f473ca3364fb395
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:28:19 2023 -0400
some cleanup
commit df98286f62365a6fa9bbb01989bee029718fe504
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:25:14 2023 -0400
finish unit tests
commit 71a913b1093418029fd4b8d7d54cc5a200f99348
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 12:32:29 2023 -0400
add one resumption unit test
commit 4748c9fc3a8cfe31e5abb3e35a6ee0d9a6f0e560
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Aug 17 04:32:24 2023 +0200
fix(deps): update dependency google-proto-files to v4 (#1490)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 5c7dfd021d1dc5d311e42d8c17b78fe616fed6fe
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 16 22:30:21 2023 +0200
fix(deps): update dependency proto3-json-serializer to v2 (#1489)
commit 7a742ccaa5dbf3cf2dcb3e463cb3a67515590b01
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 16:14:35 2023 -0400
remove retryrequestoptions from new retry logic
commit 561f6b93e12ae225c05ce744b9c64505cbf99ce3
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 15:50:35 2023 -0400
make sure test-application passes
commit 28a77eef8092ff6e329cd732e46327b1cf71725f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed Aug 16 12:43:54 2023 -0700
build: update linter (#1491)
* build: update linter
commit 8a63ed3ccfe76fab7567562d40da527c83f4d264
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 14:24:04 2023 -0400
actually finish regen process
commit 7acf0058fd3306317b08c68db5226556987dc8ed
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:52:01 2023 -0400
finish regen process
commit 03768de3479bb683160c54609971474f607d26c1
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 17:48:38 2023 +0000
regen gapic showcase
commit 80f7747cebfcb241bd007e1b0cf50a899e8b0799
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:44:09 2023 -0400
npm run fix
commit 8ae18ae6d0731b3d3d5ffb13872ba44a588f5919
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:05:00 2023 -0400
move resumption to retryoptions
commit 702ec918b63b5946555a16f0093ec37de6089fa6
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:24:09 2023 -0400
fix lint
commit 34c1600e6b522a8ac935f4fcc864c084023c0dc8
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:05:15 2023 -0400
uncomment main test function
commit c2cba5b6802f180ab6bdfec030f94642c771bdf0
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:04:51 2023 -0400
remove debugging statements
commit 882969ac5b94d9349eeba19f4795bd7dbcbfe1cb
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 16:58:19 2023 -0400
WIP: debugging
commit ce37b66bd426d906b4f240aa542a4f85c3efc63f
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:25:57 2023 -0400
fix broken tests with regen client
commit b71edf7f18b15d6fcfa693c103259f0766736f55
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:20:47 2023 -0400
manually add newRetry parameter
commit d61098a866095ef0287c8237dd844326d922b0df
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 18:05:07 2023 +0000
update teh client again
commit 9be128482599c95e7e1027da4e1f38b52c120f89
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 13:49:42 2023 -0400
remove unnecessary client files
commit 9699060103b948f91ad64667a204d259c94e1f97
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 17:42:58 2023 +0000
regen clients again
commit 6f2f6767557b1197bf294bdc9bd88bc83f8851aa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:41:54 2023 -0400
WIP: print statements
commit 327a44c41a2c4113d481aec801538a5a1f2a4169
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 16:06:45 2023 -0400
regenerate showcase
commit 04989edb41bdc189af0214b1a849ef3b6bb63d9b
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:47:32 2023 +0000
try regenerating showcase
commit 1ee50c5db70ae99112d34d4b9b23efa5c4680e47
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 15:15:29 2023 -0400
update showcase client
commit a17f048a20f0e25a5e20cca1a747b4da6275775e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:12:25 2023 +0000
add new showcase
commit ebc4eecfc0b6f17cdad8e24a439419e201ec7af3
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:04:13 2023 -0400
add todo
commit d7e59675f4f688450e409e6964dfd5b841e58682
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:14:33 2023 -0400
remove return statement
commit e77aee91464e518cc9c64a66ca23f49f8ab2a1f5
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 11:58:58 2023 -0400
todos
commit 2e4ad05d430669277ba50f441e4fe41b0ebfc0d0
Merge: b9d57be 4f71c6b
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Wed Aug 9 12:13:39 2023 -0400
Merge pull request #5 from leahecole/docstrings
resolve docstring todos
commit 4f71c6b02ab4f488b0e6108d0f9f88a33f719c2e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:13:16 2023 -0400
fix return type
commit cb1a33fdb5ae92e6bec07e449ce434e976eb47d4
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:05:50 2023 -0400
remove retryStream after talking to gal
commit 9b41fc93d0ea276c691bcdb396a8bc4552921da4
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 16:01:53 2023 -0400
resolve docstring todos
commit b9d57be194d4032103d512e3a3e6fccd643da0b5
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:48:46 2023 -0400
npm run fix
commit ffb2943c9dce7f5fd19c209845b5af853c03f78c
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:47:22 2023 -0400
merge
commit 383718fc1f1fdfb565b084c2c0e103a4f7707bf1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 16:16:00 2023 -0700
added unit tests and fixed unit test alignment
commit 8be2b65619c3ee64e23b0b77e27ae8b643c0168e
Merge: bf207a7 872ba3d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:53:18 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit bf207a713dd5cbe945c70caad0b66d41848159d4
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:52:55 2023 -0700
added new test to test-application
commit 872ba3dda6e28e2d1d614057a25630fad688730b
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 3 13:21:34 2023 -0400
fix broken test
commit ea358ff7dc487295405b0f13c4722440910dfd09
Merge: efd41b1 ead6d35
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:55:31 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit ead6d356f1e72c5f51da0a71aea09ac0a9e2ed7e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:54:57 2023 -0400
fix failing test
commit efd41b1af404469fa23933a7d3092c49d5470fab
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:54:44 2023 -0700
Added test to test-application
commit debcdece9a9ea2e54327f4b43bbd102edf078fd6
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:04:41 2023 -0400
address more todos
commit 6ef735bbeb39e059b0fe5fe43fb150e0ce16c656
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 14:08:32 2023 -0400
work on some todos
commit b3493c2a82ece0704493ee813513b5e90b248df2
Merge: 4d03684 55eb385
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:36:22 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 4d03684db5ab18abd6d03148095ad0554336afe3
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:35:36 2023 -0700
wip commit
commit ea8020f9084ff068a3139a8b19be6b8c0caa74e3
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 2 13:20:13 2023 +0200
fix(deps): update dependency @grpc/grpc-js to ~1.9.0 (#1486)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | [`~1.8.0` -> `~1.9.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.8.21/1.9.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>grpc/grpc-node (@​grpc/grpc-js)</summary>
### [`v1.9.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.0): @​grpc/grpc-js 1.9.0
[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.21...@grpc/grpc-js@1.9.0)
- Implement channel idle timeout and the channel option `grpc.client_idle_timeout_ms` ([#​2471](https://togithub.com/grpc/grpc-node/issues/2471))
- Implement [gRFC A62: `pick_first`: sticky TRANSIENT_FAILURE and address order randomization](https://togithub.com/grpc/proposal/blob/master/A62-pick-first.md) ([#​2511](https://togithub.com/grpc/grpc-node/issues/2511))
- Fix premature leaving of context due to improper `Http2ServerCallStream` handling ([#​2501](https://togithub.com/grpc/grpc-node/issues/2501) contributed by [@​CedricKassen](https://togithub.com/CedricKassen))
- Add channel option `grpc-node.tls_enable_trace` to enable Node TLS tracing ([#​2507](https://togithub.com/grpc/grpc-node/issues/2507))
- Cancel deadline timer on server when call is cancelled ([#​2508](https://togithub.com/grpc/grpc-node/issues/2508))
Experimental changes:
- Added `grpc.experimental.createResolver`
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 55eb3856c01149af096a72bc3d0918002b72cfdb
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 1 16:24:20 2023 -0400
fix broken test
commit 75efdefc66adf4b0ed780d398750fa431afae479
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 31 15:53:47 2023 -0700
added test and StreamingSequence factory
commit a6d92144d0cbc8fc3fa2cfc7cf8d66218cabb3a9
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:09:53 2023 -0700
Fix all expected passing tests
commit b24269638f57eef8469610cf9f4eca2cda28dd61
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:00:23 2023 -0700
remove one failing test, add a passing more relevant test
commit 2432c984b06e64f70f9c33d66a9f80e215775103
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:19:55 2023 -0700
add afterEach for sinon.restore
commit c50286d0aac62144d025a6bf177db10e55856deb
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:18:43 2023 -0700
make checkRetrySettings actually return something
commit 3d5b520abf44dd030165bbc0d8629d90aa1cb9d0
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:35:38 2023 -0700
fix another test
commit 2e392a22c6c1bb09796f0e186275e53761af57b1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:13:08 2023 -0700
fix one test
commit 05917c71b48b7ee5a461dccd8e635190c755589b
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:10:53 2023 -0700
fix one test
commit 8116222e050072eddefa18203bd8df3bd91faa03
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:25:19 2023 -0700
removed unused variables
commit 9755031accf1c93b529b5f693b0e268f7a926fcd
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:13:27 2023 -0700
wip commit
commit 2b2f84924b8dc723b913500e431631c4c55cf401
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 12:19:52 2023 -0700
cleaned up streamHandoffHelper by adding helpers
commit a47c4fe34ab7c8c6f8204a6cec4b652c6bf86b63
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 27 22:50:13 2023 +0200
chore(deps): update dependency @compodoc/compodoc to v1.1.21 (#1453)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.19` -> `1.1.21`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.19/1.1.21) | [](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>compodoc/compodoc (@​compodoc/compodoc)</summary>
### [`v1.1.21`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1121)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.20...1.1.21)
##### Bug fixes
- feat(app): downgrade Marked version ([e0a4b78](https://togithub.com/compodoc/compodoc/commit/e0a4b78)), closes [#​1349](https://togithub.com/compodoc/compodoc/issues/1349)
### [`v1.1.20`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1120---2023-05-23)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.19...1.1.20)
##### Merged
- fix(Input): Add support for Object Expressions in Input decorators [#​1326](https://togithub.com/compodoc/compodoc/pull/1326), Thanks [valentinpalkovic](https://togithub.com/valentinpalkovic)
- fix(app): overview depth [#​1310](https://togithub.com/compodoc/compodoc/pull/1310), Thanks [albeniraouf](https://togithub.com/albeniraouf)
- Translates to Bulgarian [#​1312](https://togithub.com/compodoc/compodoc/pull/1312), Thanks [3phase](https://togithub.com/3phase)
##### Bug fixes
- feat(app): Directive composition API for directives and components ([127076a](https://togithub.com/compodoc/compodoc/commit/127076a)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Required Inputs ([e1a5396](https://togithub.com/compodoc/compodoc/commit/e1a5396)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Standalone components, directives and pipes support ([cb02ca0](https://togithub.com/compodoc/compodoc/commit/cb02ca0)), closes [#​1323](https://togithub.com/compodoc/compodoc/issues/1323)
- fix(app): support exportAs for directives ([76a8f34](https://togithub.com/compodoc/compodoc/commit/76a8f34)), closes [#​1328](https://togithub.com/compodoc/compodoc/issues/1328)
- feat(app): bump [@​compodoc/ngd-transformer](https://togithub.com/compodoc/ngd-transformer) ([ef9bd94](https://togithub.com/compodoc/compodoc/commit/ef9bd94)), closes [#​1311](https://togithub.com/compodoc/compodoc/issues/1311)
- fix(app): service/injectable export in module providers ([34967a9](https://togithub.com/compodoc/compodoc/commit/34967a9)), closes [#​1290](https://togithub.com/compodoc/compodoc/issues/1290)
- fix(app): missing rel attribute with \_blank links ([c8379e0](https://togithub.com/compodoc/compodoc/commit/c8379e0)), closes [#​1282](https://togithub.com/compodoc/compodoc/issues/1282)
- feat(app): Add specific id in each html section ([03ac1ad](https://togithub.com/compodoc/compodoc/commit/03ac1ad)), closes [#​1241](https://togithub.com/compodoc/compodoc/issues/1241)
- fix(app): Invalid links to a class when the class name includes an interface name ([047cedb](https://togithub.com/compodoc/compodoc/commit/047cedb)), closes [#​1239](https://togithub.com/compodoc/compodoc/issues/1239)
- fix(routing): path wrongly resolved during routing analysis ([1722ca3](https://togithub.com/compodoc/compodoc/commit/1722ca3)), closes [#​1170](https://togithub.com/compodoc/compodoc/issues/1170)
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit e4f548254bfce3daa3b02ae81764bb3394fc4f23
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:35:40 2023 -0500
fix: release new version of gapic-tools (#1483)
Need to do this until I set up the release-please process properly.
commit 73fcc79413d7ec041d0be06c95a47ea0141c391c
Merge: 4450439 b7db054
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:33:39 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 44504395f47cb094411e21f7d4071970f3fb231f
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:32:12 2023 -0700
refactored to use retry.retryCodesOrShouldRetryFn
commit 2fd932e96255f7ece901b2c3e1b08873632a0836
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit d0f410d2e08f393f2661c8c92568a0b518fddf99
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit b7db0545983f0384edc51c62d6311b8aca520006
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 15:48:36 2023 -0400
fix one instance of shoudlretryfn
commit 0bbce136021a3c88108f4317323d0869b959250c
Merge: 5062a61 bda9605
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 12:27:23 2023 -0700
Merge pull request #4 from leahecole/b/279946426
B/279946426
commit bda9605b9ea6ac897fc20919e3dd58b8e779a74c
Merge: 4dab819 5062a61
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Thu Jul 27 22:05:59 2023 +0300
Merge branch 'gax-3.6.0-3' into b/279946426
commit 4dab819d44c466bf4fd23ceeaaa721f789ac4227
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 14:41:55 2023 -0400
remove typo
commit 5062a616f98c0b70827d2c94197033c29a2c0b52
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 10:44:34 2023 -0700
uncommit streaming unit tests
commit 7eba460024e498eaa91f1427c7d44bacf2b49b61
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 15:51:48 2023 -0700
Added getResumptionRequestFn
commit 561cec4e111f2c79815a602a69c8e330b1508521
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 13:31:35 2023 -0700
WIP Commit: Added shouldRetryFn and fixed tests
commit 0b6784f596dfa9786a214143eef6bdda20bfa570
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 15:38:08 2023 -0400
a few more assertions
commit 30193ad2f41c4e29a3292eb4ef517d9e19791b54
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 13:37:06 2023 -0400
fix lint, add todos
commit 2bb9ae256af30ce27837c71b34da0705604186a3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 39583d5f4faab89b511fe317bd1ec3334c2ea3f5
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 6927a11d6748ea35b8437a9482b1f3c20bd916e1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 15:26:46 2023 -0700
WIP Commit
commit bf39468b65c7e13f2efe50b57396911c7a3becd7
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 11:33:00 2023 -0700
WIP commit
commit e791c79947f227e90bbd54dda644e6805948f785
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 24 10:51:59 2023 -0700
fixed failing unit test
commit 8663eb14f9c6c6ab3a6009f6725b347698f6e1f3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 6401a88c50fa0eb3eb8a73cefc830896369c3330
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 8afdd591646a190fde38728f0df14c604643f5cc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit 9e93eddc27fbb140a2bdaaef2e9d0db3a05921f4
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 0252683e00ab3486efb1d606996c2b9bf0c6e085
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:15:50 2023 -0700
changed name of forwardClientEvents
commit f5f27a8a51feabecc90b854860fa5266c18cf7b2
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:03:48 2023 -0700
lint changes
commit 6631734a51fb4bc270c7012d03af1f3c6eba62ec
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 16:12:27 2023 -0400
reorganize streaming unit tests
commit e4daff99df9ad612b4713d3b467713e394339e73
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 15:51:07 2023 -0400
convert retryCodes to retryCodesorShouldRetryFn
commit f9f8b1328c38718bf621b92338b3d81297525aa6
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit f4a46be2b6a1e2771085ca86f5ce64a1fbdb3c1a
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit 2f71435ef3fb8c9d14d00acf172ff1e4b36b82a7
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 16:01:31 2023 -0400
finish rebasing Gal's work into mine
commit 4fe5f2d5c677ed02e9876e7b8b818ac067aac674
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:41:58 2023 -0400
uncomment for rebase
commit 8709ac9e84a76d2c1bdac8af476e0f8e977471e0
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:40:15 2023 -0400
uncomment tests for rebase
commit 866fd2aaa03d445c4ca393f8abcfa4f03dcd3f6e
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:28:32 2023 -0400
WIP: param conversion
commit 4a67dd412083e632b24c3136f850a417741bf98f
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:56:02 2023 -0400
WIP: test and parameter conversion
commit 786b7be8b7f850d46547a3240b6cc81954a9459e
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:55:32 2023 -0400
fix: update retryrequestoptions to be aligned with retry-request
commit 0a671ea24fb0a0c11aaaea507e0dab4d44a06c5e
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 27 15:18:26 2023 -0400
passing tests for warnings
commit 385b7861d3a335840c7894dc5e22f07e4ac355a1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 23 14:25:55 2023 -0400
WIP: adding more unit tests
commit 820ed4ff340ac3e06d48e57ada33a8826e66ea8b
Author: Leah Cole <coleleah@google.com>
Date: Wed Jun 21 15:41:41 2023 -0400
add test for both parameters being set
commit 3ffc9684c4d21d309b97df6c2d0ed1d9548953a3
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 16 15:11:51 2023 -0400
WIP: experimenting with spies in streaming calls
commit 8a05223c68507cc0b10b455a0cd377dd8a96eaf7
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 13 16:48:28 2023 -0400
WIP: adding unit tests for option conversion
commit 48eed955e7329f55f9427a7bc0656cfe2af395e8
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 4266f43922d0d582b8eced11f4a21c98a8b451fe
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit c1c4dc19da45780ade32178f9f7ac76e8bb5aef1
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit 7b8414bbb0c535e23dac90e8461a8145d6b6d08d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 15:44:36 2023 -0700
added tests
commit d2a5ccbf93a987bc4ae6fd6bc3e319ddf10d26f6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 0a7dd948573bd9553a0e9548e9ab92dbcfcb7414
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 170a5b69a8d4610fb95ad149ba3632904286a904
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 11:17:25 2023 -0700
uncomment tests and remove streaming retries.ts
commit 6fd1c08de3375df460507ce0ea0d588fb9bd1d65
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:49:40 2023 -0700
added check in forwardEvents for API retry
commit f551ba8ca5d573a245830916f93fa65cfd44df67
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:30:31 2023 -0700
add checks to forwardClientEvents
commit 115e317728c8ae6fa0e61f54d0087e26382d8230
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit f420a787774464130caa27724d04ba339b796110
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 10 15:44:53 2023 -0700
added check to see which retryCodes are allowed
commit c628a344404ec68ded19dfa67f0be73d562c139e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 7 11:24:40 2023 -0700
server stream update
commit 17621154683532383505d8d07e8f82fdc4aad8ac
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 26 14:01:08 2023 -0700
added retry logic
commit c51b69b14808717a295851af2b263289dc35f5cc
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jun 14 11:06:09 2023 -0700
updated retry logic
commit 1ac4135dc151adec5d744d1ce5a60202b221a299
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jun 13 13:04:37 2023 -0700
added retry logic
commit 6e7135f53e83e799d0b57ee5eb08e0d609dea165
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 5 15:23:23 2023 -0700
added changes
commit 82aaa3996514aa74cd7078da095d7509fc91cf3d
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 1473e5a8c7c5c3f5b068462fbaf275077216ae34
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue May 30 14:11:16 2023 -0700
changed StreamRetries to StreamRetryRequest
commit 5d4e24206b720a07995227011ffe5d5940c3fe4e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu May 25 13:47:32 2023 -0700
Added new streamingRetryRequest option
commit b7b416cec3a3abd98bc4304eb7264f6963daaf1b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 18:04:23 2023 -0400
add one dev dependency
commit b2769be042ea4b872483dc1bca270d648b6efb6b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:51:41 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 10b92429add5eaa05a548da9d1cfa396defb1618
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:03 2023 -0400
Revert "build!: remove is-stream & fast-text-encoding dependencies (#1442)"
This reverts commit 111133c5a2bd5a54ebe99a337de9a5a58ee67d2e.
commit 1489e3711b9362c6c2d4e91e5bf6d10db34397f3
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:01 2023 -0400
Revert "chore(main): release 4.0.0 (#1445)"
This reverts commit 064e131ba7371e6d994e3d73790fa5e1fd09189a.
commit e445d8ff207539bf4fef4595f69497cac9240083
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 16:06:55 2023 -0400
revert our changes to how the server runs
commit 3806b29afef55b9639a1e54da7006aaa92bd1dd8
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 15:27:22 2023 -0400
replace status codes with enums
commit a56867d5a56da088da0c846174a35944ca74eed2
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:58:32 2023 -0400
remove not needed things
commit 8a4806c4f679206c8f31e03be0b5fd42a17d41c9
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:31:55 2023 -0400
revert copyright year
commit b430bb2ebc4e0ed8cd8e84d27b75bb37213d027b
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:27:36 2023 -0400
pacakge.json change
commit ad7cb0c10828b710996b9f54fdaeba0ca44961d6
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:26:38 2023 -0400
revert package.json changes
commit a6df06029d8c0d0679f3a2f0c0e56f1ec1003ce8
Author: Cloud Composer Team <no-reply@google.com>
Date: Tue May 2 17:47:21 2023 +0000
run npm run fix on the showcase client
commit 8cac3da20b6c58d35ceecc73ecb7142998102a0b
Author: Cloud Composer Team <no-reply@google.com>
Date: Wed Apr 26 19:44:49 2023 +0000
update showcase-echo-client
commit 17b32ca0ccc4c2103688abccc85fc2095d3f19a4
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 14:14:18 2023 -0400
Add comment to alex`
commit 6ae2f431ceb04efa25ffd6def7cc19f573e6e0bf
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:32:23 2023 -0400
add back imports for running w/ local showcase-server
commit 1c64a2330082baf9ba610a81cb94ec89d9180baa
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:30:49 2023 -0400
add first couple of tests for sequence streaming
commit 2022441d1bae0a22fc8e6e9475d531a9a0310c2d
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 11:09:31 2023 -0400
WIP: Getting tests ready for PR
commit 11df39223f15a6b1a3b588ca6bc9bd43304e2183
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Apr 24 21:28:44 2023 +0300
updated streamingNotRetryEligible
commit 0671a2f5ad8e25bed27e5ea5efd12d420f73dd01
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Apr 21 22:00:44 2023 +0300
WIP: edit streamingNotRetryEligible test
Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>
commit ed0918da295a8d92f4bfcfe6ef9bc8fb632d830f
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 16:20:14 2023 -0400
WIP: test for non retry eligible calls
commit 3bea8a058365137d093cafc7983c791fc64e7f96
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 15:37:17 2023 -0400
fix broken tests, add comments with next steps
commit b2c5afd750ba1c255382bd2d8a0ce1e71f3e28d2
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 18 13:54:54 2023 -0400
fix merge conflict
commit 8be6b90c01bd81dd0db448d4c2e28a201c820eb7
Author: Gal Zahavi <galzahavi@google.com>
Date: Tue Apr 18 17:41:59 2023 +0000
chore : added sequenceStreamingService
* rerun npx gts fix
* fix two of three failing browser tests
* Regenerate showcase (#12)
* regenerate client
* npx gts fix
* add new retry
* remove tsconfig changes
* fix lint
* test: use a custom header for testing headers
* rename "newRetry" parameter
* remove extend dependency
* fix lint
* fix issue where underlying errors were swallowed
* resolve some comments
* replace console logs with our warn module
* utilize enum
* replace "any" with "GoogleError"
* update array checks
* remove debug statement
* remove need to typecast
* null coalescing fix
* reduce duplication
* clean up some optional chaining
* make error optional
* WIP: use nullish coalescing and optional chaining for parameter converesion
* more nullish coalescing and optional chaining
* falsiness checks
* Request/response type
lint
* Request/response type
lint
fix failing test
* make createAPIcall nested statements more readable
* retryCodesOrShouldRetryFn
* make retryCodesOrShouldRetryFn less awful
* fix Sofia's comments
* Retrycodes refactor (#13)
* WIP - accidentally tests transient error
* WIP - updating parameter, adding tests
* update retrycodes
* update unit tests
* remove redundant parameter check
* remove unused check
* uncomment necessary return
* add second transient check
* WIP: more unit tests
* remove unneeded function from streaming test
* remove debug statements
* npm run fix
* address feedback, remove unused parts of streamingRetryRequest
* remove unused streamingRetryRequestCode
* resolve typescript warnings
* fix: do not throw error if both retryCodes and shouldRetryFn are defined
* test: remove lint warnings from tests
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
GautamSharda
pushed a commit
that referenced
this pull request
Oct 29, 2025
…ray (#1578)
* get branch in sync with upstream main
* feat: update server streaming retries
Squashed commit of the following:
commit 195540efe2e84c2e155f0259afae3edce104a40b
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:34:36 2023 -0400
resolve some warnings
commit 6e4311c0ce0fabe12755b8268c23f2b5e249bbca
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:28:37 2023 -0400
fix last error (now just warnings!)
commit d729f28bb882e0d85629c57ab369df31f2ec8e26
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 16:22:39 2023 -0400
fix no-async-promise-executor lint errors
commit 087944aeb505f326a56e829155414116b31ac813
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:59:23 2023 -0400
fix more lint things (more to come)
commit 5d2be7aad8ed46d41facae9b2211f0740346ce97
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:19:40 2023 -0400
add missing retry-request related dependency
commit fd811e370a7784ea9d3367f00bdea4faabdafb61
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:17:19 2023 -0400
fix some lint issues (more to come)
commit 94b5a37c03e01e91a5e42a1bbf19767711b271d0
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:02:07 2023 -0400
npm run fix and remove todo
commit 0acc287a089b11b044453788a9df1220645b504f
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 14:00:43 2023 -0400
add missing license headers
commit 8535c29cda942f4f0319527fc791f2becbae417c
Merge: 8cb5718 b322f78
Author: Alexander Fenster <fenster@google.com>
Date: Tue Aug 22 10:56:33 2023 -0700
Merge branch 'main' into gax4upgrade-2
commit 8cb5718e41e9010bf1dcfabb53bda1dea2239e77
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 22 10:51:14 2023 -0400
remove todos
commit b322f784ec7768e0da781fd54ea5bc9d2347c8cd
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 13:10:13 2023 +0200
chore(deps): update dependency protobufjs to v7.2.5 (#1494)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs](https://protobufjs.github.io/protobuf.js/) ([source](https://togithub.com/protobufjs/protobuf.js)) | [`7.2.4` -> `7.2.5`](https://renovatebot.com/diffs/npm/protobufjs/7.2.4/7.2.5) | [](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>protobufjs/protobuf.js (protobufjs)</summary>
### [`v7.2.5`](https://togithub.com/protobufjs/protobuf.js/blob/HEAD/CHANGELOG.md#725-2023-08-21)
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.5)
##### Bug Fixes
- crash in comment parsing ([#​1890](https://togithub.com/protobufjs/protobuf.js/issues/1890)) ([eaf9f0a](https://togithub.com/protobufjs/protobuf.js/commit/eaf9f0a5a4009a8981c69af78365dfc988ed925b))
- deprecation warning for new Buffer ([#​1905](https://togithub.com/protobufjs/protobuf.js/issues/1905)) ([e93286e](https://togithub.com/protobufjs/protobuf.js/commit/e93286ef70d2e673c341ac08a192cc2abe6fd2eb))
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 762591ed28801e5311ab737b04185781a41752e6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Aug 22 12:56:13 2023 +0200
fix(deps): update dependency protobufjs-cli to v1.1.2 (#1495)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobufjs-cli](https://togithub.com/protobufjs/protobuf.js) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/protobufjs-cli/1.1.1/1.1.2) | [](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>protobufjs/protobuf.js (protobufjs-cli)</summary>
### [`v1.1.2`](https://togithub.com/protobufjs/protobuf.js/releases/tag/protobufjs-cli-v1.1.2): protobufjs-cli: v1.1.2
[Compare Source](https://togithub.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.1...protobufjs-cli-v1.1.2)
##### Bug Fixes
- possible infinite loop when parsing option ([#​1923](https://togithub.com/protobufjs/protobuf.js/issues/1923)) ([f2a8620](https://togithub.com/protobufjs/protobuf.js/commit/f2a86201799af5842e1339c22950abbb3db00f51))
</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 these updates 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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 459573e3120ce74b069a7925b4484a4b947b492a
Merge: bfd5c1e 2fd932e
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Mon Aug 21 22:30:55 2023 -0400
Merge branch 'gax-4.0.3' into gax4upgrade-2
commit bfd5c1e30982738f41b949ad05783e7439db1539
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1a77db9183309bbf5fbc04a8de6a4938ccd1e6fc
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit 39396f94dedbde287b2183bbcf91c185dbb0aa4d
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 1ce3fbed477531b9a43ad199faa7c7b3a465ae74
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 39daee1b90d8228d413433d7226ae773893a2869
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:42:05 2023 -0400
fix ts error, branch is in sync with gax-4.0.1
commit 3067f89e33af4c8b19703439769de53c26f5d7ad
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 15:15:12 2023 -0400
make sequence service match #1001, fix tsconfig
commit 587629a7f5d8e22f1f5b941ca7c116daf2fe4abe
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 359220a8941a6e8d22edbd830b98fb5f7a1cddf4
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 894a1c84be07ab12ec0bb491731618fdabeec5f8
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit a7f5003addd18245f77c4a2a72b936c85de69695
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit aad22248b24d6a7572948460d9e8241925bfb926
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit 07ef0602a521acf49ee76d6baba6b3dd00fc7a34
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit e79cb287ae1ab3b33939ff85ec3f0255ac65be78
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 6eb75db56e2f0ab9c3176f8c28769ef71b8e931c
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit d566e241cabd4bcc5154ed518e175e19d17fca50
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit ebf8bf3b5dd25b2889904acc207e3a8f75586adc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit de661e5d3432303faa011bc26fd9db95ce8a781d
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 9ee15450f6994090bab8786d7ece4a92c4d18029
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit c4031e60d1437754f57662d3ce6a9d354df08fab
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 56171e69e91cb429c24ac77ad39451e97af338ec
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Wed May 17 12:24:54 2023 -0700
chore(main): release 4.0.0 (#1445)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 2c80abaff438e79b86e0779289e49b7c696a7d2c
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:59:43 2023 -0700
build!: remove is-stream & fast-text-encoding dependencies (#1442)
commit 531e373019d8e87d061e5aee544ee5f92cdbd27f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed May 17 11:45:53 2023 -0700
feat!: drop Node 12 & decouple development dependencies (#1439)
* feat!: get tools scripts and dependencies running; still need to get top-level module running without tools, remove extra dependencies, and make sure to run commands from the tools dependency
* move to node 14
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 6fa194518dd38ba8eb78cc6e7d99a3f8e9bf07e3
Author: Alexander Fenster <fenster@google.com>
Date: Tue May 2 13:16:13 2023 -0700
fix: compilation error in fallback.ts (#1444)
The compilation failed for me on a clean install, possibly because of some auth library update. We don't really care about the real type of the returned auth client, so a simple type cast should be good.
commit fac92bcdb5882bd34e67e002c84d51f780f7034a
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:37 2023 -0400
Revert "fix: compilation error in fallback.ts (#1444)"
This reverts commit 8e6888f469845a0a68dbab3047b3a6843e58da22.
commit 8b0de2398f196aef81f7d13861fb9d13d6bcb7e1
Author: Leah Cole <coleleah@google.com>
Date: Mon Aug 21 11:48:18 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 31367d61ec90804d8a59f4174a3523ce10a535f3
Merge: ebc4eec 89ad507
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Fri Aug 18 10:27:43 2023 -0400
Merge pull request #7 from leahecole/remove-retryrequestoptions
Add resumption tests, remove retryrequestoptions
commit 6d57b4b23d764e20a5f24d921ebc83624ebfbd11
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu Aug 17 19:40:13 2023 +0000
chore: update release-please post-processing for nodejs apiary (#1492)
* fix: update release-please post-processing for nodejs apiary
Source-Link: https://togithub.com/googleapis/synthtool/commit/59fe44fde9866a26e7ee4e4450fd79f67f8cf599
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
commit 89ad5078d666de075cefe2b06014cc5f4a2f22f5
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:49:18 2023 -0400
cleanup
commit e8161433ed3a82d1eba487cd469c2e6102147f16
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:44:21 2023 -0400
more cleanup
commit 55a02beee68cdcbda171aaec2eac2722b31341fa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:30:02 2023 -0400
cleanup comments
commit 4b4f87b6e17a9119fc6d1f964f473ca3364fb395
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:28:19 2023 -0400
some cleanup
commit df98286f62365a6fa9bbb01989bee029718fe504
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 14:25:14 2023 -0400
finish unit tests
commit 71a913b1093418029fd4b8d7d54cc5a200f99348
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 17 12:32:29 2023 -0400
add one resumption unit test
commit 4748c9fc3a8cfe31e5abb3e35a6ee0d9a6f0e560
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Aug 17 04:32:24 2023 +0200
fix(deps): update dependency google-proto-files to v4 (#1490)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 5c7dfd021d1dc5d311e42d8c17b78fe616fed6fe
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 16 22:30:21 2023 +0200
fix(deps): update dependency proto3-json-serializer to v2 (#1489)
commit 7a742ccaa5dbf3cf2dcb3e463cb3a67515590b01
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 16:14:35 2023 -0400
remove retryrequestoptions from new retry logic
commit 561f6b93e12ae225c05ce744b9c64505cbf99ce3
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 15:50:35 2023 -0400
make sure test-application passes
commit 28a77eef8092ff6e329cd732e46327b1cf71725f
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Wed Aug 16 12:43:54 2023 -0700
build: update linter (#1491)
* build: update linter
commit 8a63ed3ccfe76fab7567562d40da527c83f4d264
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 14:24:04 2023 -0400
actually finish regen process
commit 7acf0058fd3306317b08c68db5226556987dc8ed
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:52:01 2023 -0400
finish regen process
commit 03768de3479bb683160c54609971474f607d26c1
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 17:48:38 2023 +0000
regen gapic showcase
commit 80f7747cebfcb241bd007e1b0cf50a899e8b0799
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:44:09 2023 -0400
npm run fix
commit 8ae18ae6d0731b3d3d5ffb13872ba44a588f5919
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 16 13:05:00 2023 -0400
move resumption to retryoptions
commit 702ec918b63b5946555a16f0093ec37de6089fa6
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:24:09 2023 -0400
fix lint
commit 34c1600e6b522a8ac935f4fcc864c084023c0dc8
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:05:15 2023 -0400
uncomment main test function
commit c2cba5b6802f180ab6bdfec030f94642c771bdf0
Author: Leah Cole <coleleah@google.com>
Date: Fri Aug 11 14:04:51 2023 -0400
remove debugging statements
commit 882969ac5b94d9349eeba19f4795bd7dbcbfe1cb
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 16:58:19 2023 -0400
WIP: debugging
commit ce37b66bd426d906b4f240aa542a4f85c3efc63f
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:25:57 2023 -0400
fix broken tests with regen client
commit b71edf7f18b15d6fcfa693c103259f0766736f55
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 14:20:47 2023 -0400
manually add newRetry parameter
commit d61098a866095ef0287c8237dd844326d922b0df
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 18:05:07 2023 +0000
update teh client again
commit 9be128482599c95e7e1027da4e1f38b52c120f89
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 13:49:42 2023 -0400
remove unnecessary client files
commit 9699060103b948f91ad64667a204d259c94e1f97
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 17:42:58 2023 +0000
regen clients again
commit 6f2f6767557b1197bf294bdc9bd88bc83f8851aa
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:41:54 2023 -0400
WIP: print statements
commit 327a44c41a2c4113d481aec801538a5a1f2a4169
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 16:06:45 2023 -0400
regenerate showcase
commit 04989edb41bdc189af0214b1a849ef3b6bb63d9b
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:47:32 2023 +0000
try regenerating showcase
commit 1ee50c5db70ae99112d34d4b9b23efa5c4680e47
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 15:15:29 2023 -0400
update showcase client
commit a17f048a20f0e25a5e20cca1a747b4da6275775e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 19:12:25 2023 +0000
add new showcase
commit ebc4eecfc0b6f17cdad8e24a439419e201ec7af3
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 10 12:04:13 2023 -0400
add todo
commit d7e59675f4f688450e409e6964dfd5b841e58682
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:14:33 2023 -0400
remove return statement
commit e77aee91464e518cc9c64a66ca23f49f8ab2a1f5
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 11:58:58 2023 -0400
todos
commit 2e4ad05d430669277ba50f441e4fe41b0ebfc0d0
Merge: b9d57be 4f71c6b
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Wed Aug 9 12:13:39 2023 -0400
Merge pull request #5 from leahecole/docstrings
resolve docstring todos
commit 4f71c6b02ab4f488b0e6108d0f9f88a33f719c2e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:13:16 2023 -0400
fix return type
commit cb1a33fdb5ae92e6bec07e449ce434e976eb47d4
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 9 12:05:50 2023 -0400
remove retryStream after talking to gal
commit 9b41fc93d0ea276c691bcdb396a8bc4552921da4
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 16:01:53 2023 -0400
resolve docstring todos
commit b9d57be194d4032103d512e3a3e6fccd643da0b5
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:48:46 2023 -0400
npm run fix
commit ffb2943c9dce7f5fd19c209845b5af853c03f78c
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 8 14:47:22 2023 -0400
merge
commit 383718fc1f1fdfb565b084c2c0e103a4f7707bf1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 16:16:00 2023 -0700
added unit tests and fixed unit test alignment
commit 8be2b65619c3ee64e23b0b77e27ae8b643c0168e
Merge: bf207a7 872ba3d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:53:18 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit bf207a713dd5cbe945c70caad0b66d41848159d4
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Aug 3 12:52:55 2023 -0700
added new test to test-application
commit 872ba3dda6e28e2d1d614057a25630fad688730b
Author: Leah Cole <coleleah@google.com>
Date: Thu Aug 3 13:21:34 2023 -0400
fix broken test
commit ea358ff7dc487295405b0f13c4722440910dfd09
Merge: efd41b1 ead6d35
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:55:31 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit ead6d356f1e72c5f51da0a71aea09ac0a9e2ed7e
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:54:57 2023 -0400
fix failing test
commit efd41b1af404469fa23933a7d3092c49d5470fab
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 13:54:44 2023 -0700
Added test to test-application
commit debcdece9a9ea2e54327f4b43bbd102edf078fd6
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 16:04:41 2023 -0400
address more todos
commit 6ef735bbeb39e059b0fe5fe43fb150e0ce16c656
Author: Leah Cole <coleleah@google.com>
Date: Wed Aug 2 14:08:32 2023 -0400
work on some todos
commit b3493c2a82ece0704493ee813513b5e90b248df2
Merge: 4d03684 55eb385
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:36:22 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 4d03684db5ab18abd6d03148095ad0554336afe3
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Aug 2 10:35:36 2023 -0700
wip commit
commit ea8020f9084ff068a3139a8b19be6b8c0caa74e3
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Wed Aug 2 13:20:13 2023 +0200
fix(deps): update dependency @grpc/grpc-js to ~1.9.0 (#1486)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | [`~1.8.0` -> `~1.9.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.8.21/1.9.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>grpc/grpc-node (@​grpc/grpc-js)</summary>
### [`v1.9.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.9.0): @​grpc/grpc-js 1.9.0
[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.21...@grpc/grpc-js@1.9.0)
- Implement channel idle timeout and the channel option `grpc.client_idle_timeout_ms` ([#​2471](https://togithub.com/grpc/grpc-node/issues/2471))
- Implement [gRFC A62: `pick_first`: sticky TRANSIENT_FAILURE and address order randomization](https://togithub.com/grpc/proposal/blob/master/A62-pick-first.md) ([#​2511](https://togithub.com/grpc/grpc-node/issues/2511))
- Fix premature leaving of context due to improper `Http2ServerCallStream` handling ([#​2501](https://togithub.com/grpc/grpc-node/issues/2501) contributed by [@​CedricKassen](https://togithub.com/CedricKassen))
- Add channel option `grpc-node.tls_enable_trace` to enable Node TLS tracing ([#​2507](https://togithub.com/grpc/grpc-node/issues/2507))
- Cancel deadline timer on server when call is cancelled ([#​2508](https://togithub.com/grpc/grpc-node/issues/2508))
Experimental changes:
- Added `grpc.experimental.createResolver`
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit 55eb3856c01149af096a72bc3d0918002b72cfdb
Author: Leah Cole <coleleah@google.com>
Date: Tue Aug 1 16:24:20 2023 -0400
fix broken test
commit 75efdefc66adf4b0ed780d398750fa431afae479
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 31 15:53:47 2023 -0700
added test and StreamingSequence factory
commit a6d92144d0cbc8fc3fa2cfc7cf8d66218cabb3a9
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:09:53 2023 -0700
Fix all expected passing tests
commit b24269638f57eef8469610cf9f4eca2cda28dd61
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 17:00:23 2023 -0700
remove one failing test, add a passing more relevant test
commit 2432c984b06e64f70f9c33d66a9f80e215775103
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:19:55 2023 -0700
add afterEach for sinon.restore
commit c50286d0aac62144d025a6bf177db10e55856deb
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 16:18:43 2023 -0700
make checkRetrySettings actually return something
commit 3d5b520abf44dd030165bbc0d8629d90aa1cb9d0
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:35:38 2023 -0700
fix another test
commit 2e392a22c6c1bb09796f0e186275e53761af57b1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:13:08 2023 -0700
fix one test
commit 05917c71b48b7ee5a461dccd8e635190c755589b
Author: Leah Cole <coleleah@google.com>
Date: Fri Jul 28 14:10:53 2023 -0700
fix one test
commit 8116222e050072eddefa18203bd8df3bd91faa03
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:25:19 2023 -0700
removed unused variables
commit 9755031accf1c93b529b5f693b0e268f7a926fcd
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 13:13:27 2023 -0700
wip commit
commit 2b2f84924b8dc723b913500e431631c4c55cf401
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 28 12:19:52 2023 -0700
cleaned up streamHandoffHelper by adding helpers
commit a47c4fe34ab7c8c6f8204a6cec4b652c6bf86b63
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 27 22:50:13 2023 +0200
chore(deps): update dependency @compodoc/compodoc to v1.1.21 (#1453)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.19` -> `1.1.21`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.19/1.1.21) | [](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>compodoc/compodoc (@​compodoc/compodoc)</summary>
### [`v1.1.21`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1121)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.20...1.1.21)
##### Bug fixes
- feat(app): downgrade Marked version ([e0a4b78](https://togithub.com/compodoc/compodoc/commit/e0a4b78)), closes [#​1349](https://togithub.com/compodoc/compodoc/issues/1349)
### [`v1.1.20`](https://togithub.com/compodoc/compodoc/blob/HEAD/CHANGELOG.md#1120---2023-05-23)
[Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.19...1.1.20)
##### Merged
- fix(Input): Add support for Object Expressions in Input decorators [#​1326](https://togithub.com/compodoc/compodoc/pull/1326), Thanks [valentinpalkovic](https://togithub.com/valentinpalkovic)
- fix(app): overview depth [#​1310](https://togithub.com/compodoc/compodoc/pull/1310), Thanks [albeniraouf](https://togithub.com/albeniraouf)
- Translates to Bulgarian [#​1312](https://togithub.com/compodoc/compodoc/pull/1312), Thanks [3phase](https://togithub.com/3phase)
##### Bug fixes
- feat(app): Directive composition API for directives and components ([127076a](https://togithub.com/compodoc/compodoc/commit/127076a)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Required Inputs ([e1a5396](https://togithub.com/compodoc/compodoc/commit/e1a5396)), closes [#​1340](https://togithub.com/compodoc/compodoc/issues/1340)
- feat(app): Standalone components, directives and pipes support ([cb02ca0](https://togithub.com/compodoc/compodoc/commit/cb02ca0)), closes [#​1323](https://togithub.com/compodoc/compodoc/issues/1323)
- fix(app): support exportAs for directives ([76a8f34](https://togithub.com/compodoc/compodoc/commit/76a8f34)), closes [#​1328](https://togithub.com/compodoc/compodoc/issues/1328)
- feat(app): bump [@​compodoc/ngd-transformer](https://togithub.com/compodoc/ngd-transformer) ([ef9bd94](https://togithub.com/compodoc/compodoc/commit/ef9bd94)), closes [#​1311](https://togithub.com/compodoc/compodoc/issues/1311)
- fix(app): service/injectable export in module providers ([34967a9](https://togithub.com/compodoc/compodoc/commit/34967a9)), closes [#​1290](https://togithub.com/compodoc/compodoc/issues/1290)
- fix(app): missing rel attribute with \_blank links ([c8379e0](https://togithub.com/compodoc/compodoc/commit/c8379e0)), closes [#​1282](https://togithub.com/compodoc/compodoc/issues/1282)
- feat(app): Add specific id in each html section ([03ac1ad](https://togithub.com/compodoc/compodoc/commit/03ac1ad)), closes [#​1241](https://togithub.com/compodoc/compodoc/issues/1241)
- fix(app): Invalid links to a class when the class name includes an interface name ([047cedb](https://togithub.com/compodoc/compodoc/commit/047cedb)), closes [#​1239](https://togithub.com/compodoc/compodoc/issues/1239)
- fix(routing): path wrongly resolved during routing analysis ([1722ca3](https://togithub.com/compodoc/compodoc/commit/1722ca3)), closes [#​1170](https://togithub.com/compodoc/compodoc/issues/1170)
</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/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
commit e4f548254bfce3daa3b02ae81764bb3394fc4f23
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:35:40 2023 -0500
fix: release new version of gapic-tools (#1483)
Need to do this until I set up the release-please process properly.
commit 73fcc79413d7ec041d0be06c95a47ea0141c391c
Merge: 4450439 b7db054
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:33:39 2023 -0700
Merge branch 'gax-3.6.0-3' of https://github.com/leahecole/gax-nodejs into gax-3.6.0-3
commit 44504395f47cb094411e21f7d4071970f3fb231f
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 13:32:12 2023 -0700
refactored to use retry.retryCodesOrShouldRetryFn
commit 2fd932e96255f7ece901b2c3e1b08873632a0836
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Thu Jul 27 15:24:01 2023 -0500
chore(main): release 4.0.3 (#1482)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit d0f410d2e08f393f2661c8c92568a0b518fddf99
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Thu Jul 27 15:05:21 2023 -0500
fix: make gapic-tools depend on gax-nodejs (#1480)
* fix: make gapic-tools depend on gax-nodejs
commit b7db0545983f0384edc51c62d6311b8aca520006
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 15:48:36 2023 -0400
fix one instance of shoudlretryfn
commit 0bbce136021a3c88108f4317323d0869b959250c
Merge: 5062a61 bda9605
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 12:27:23 2023 -0700
Merge pull request #4 from leahecole/b/279946426
B/279946426
commit bda9605b9ea6ac897fc20919e3dd58b8e779a74c
Merge: 4dab819 5062a61
Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Date: Thu Jul 27 22:05:59 2023 +0300
Merge branch 'gax-3.6.0-3' into b/279946426
commit 4dab819d44c466bf4fd23ceeaaa721f789ac4227
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 27 14:41:55 2023 -0400
remove typo
commit 5062a616f98c0b70827d2c94197033c29a2c0b52
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu Jul 27 10:44:34 2023 -0700
uncommit streaming unit tests
commit 7eba460024e498eaa91f1427c7d44bacf2b49b61
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 15:51:48 2023 -0700
Added getResumptionRequestFn
commit 561cec4e111f2c79815a602a69c8e330b1508521
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 26 13:31:35 2023 -0700
WIP Commit: Added shouldRetryFn and fixed tests
commit 0b6784f596dfa9786a214143eef6bdda20bfa570
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 15:38:08 2023 -0400
a few more assertions
commit 30193ad2f41c4e29a3292eb4ef517d9e19791b54
Author: Leah Cole <coleleah@google.com>
Date: Wed Jul 26 13:37:06 2023 -0400
fix lint, add todos
commit 2bb9ae256af30ce27837c71b34da0705604186a3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Tue Jul 25 17:46:33 2023 -0500
chore(main): release 4.0.2 (#1479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 39583d5f4faab89b511fe317bd1ec3334c2ea3f5
Author: sofisl <55454395+sofisl@users.noreply.github.com>
Date: Tue Jul 25 17:30:18 2023 -0500
fix: update some pnpm deps (#1478)
* fix: update some pnpm deps
commit 6927a11d6748ea35b8437a9482b1f3c20bd916e1
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 15:26:46 2023 -0700
WIP Commit
commit bf39468b65c7e13f2efe50b57396911c7a3becd7
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jul 25 11:33:00 2023 -0700
WIP commit
commit e791c79947f227e90bbd54dda644e6805948f785
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 24 10:51:59 2023 -0700
fixed failing unit test
commit 8663eb14f9c6c6ab3a6009f6725b347698f6e1f3
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri Jul 21 15:16:53 2023 -0700
chore(main): release 4.0.1 (#1474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
commit 6401a88c50fa0eb3eb8a73cefc830896369c3330
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:55:11 2023 +0200
fix(deps): update dependency retry-request to v6 (#1477)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 8afdd591646a190fde38728f0df14c604643f5cc
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Fri Jul 21 23:38:15 2023 +0200
fix(deps): update dependency google-auth-library to v9 (#1476)
commit 9e93eddc27fbb140a2bdaaef2e9d0db3a05921f4
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jul 21 14:13:15 2023 -0700
build: add extra test for Node 20, update windows tests (#1468)
* build: add extra test for Node 20, update windows tests
Source-Link: https://github.com/googleapis/synthtool/commit/38f5d4bfd5d51116a3cf7f260b8fe5d8a0046cfa
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:ef104a520c849ffde60495342ecf099dfb6256eab0fbd173228f447bc73d1aa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
commit 0252683e00ab3486efb1d606996c2b9bf0c6e085
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:15:50 2023 -0700
changed name of forwardClientEvents
commit f5f27a8a51feabecc90b854860fa5266c18cf7b2
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 21 13:03:48 2023 -0700
lint changes
commit 6631734a51fb4bc270c7012d03af1f3c6eba62ec
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 16:12:27 2023 -0400
reorganize streaming unit tests
commit e4daff99df9ad612b4713d3b467713e394339e73
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 20 15:51:07 2023 -0400
convert retryCodes to retryCodesorShouldRetryFn
commit f9f8b1328c38718bf621b92338b3d81297525aa6
Author: Daniel Bankhead <danielbankhead@google.com>
Date: Tue Jul 18 15:37:51 2023 -0700
Fix: `rimraf` version + remove conflicting types (#1475)
* Fix: `rimraf` version + remove conflicting types
* chore: refactor `rimraf` import
* chore: clean up
commit f4a46be2b6a1e2771085ca86f5ce64a1fbdb3c1a
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Tue Jul 18 03:57:35 2023 +0200
chore(deps): update dependency c8 to v8 (#1457)
commit 2f71435ef3fb8c9d14d00acf172ff1e4b36b82a7
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 16:01:31 2023 -0400
finish rebasing Gal's work into mine
commit 4fe5f2d5c677ed02e9876e7b8b818ac067aac674
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:41:58 2023 -0400
uncomment for rebase
commit 8709ac9e84a76d2c1bdac8af476e0f8e977471e0
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:40:15 2023 -0400
uncomment tests for rebase
commit 866fd2aaa03d445c4ca393f8abcfa4f03dcd3f6e
Author: Leah Cole <coleleah@google.com>
Date: Mon Jul 17 15:28:32 2023 -0400
WIP: param conversion
commit 4a67dd412083e632b24c3136f850a417741bf98f
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:56:02 2023 -0400
WIP: test and parameter conversion
commit 786b7be8b7f850d46547a3240b6cc81954a9459e
Author: Leah Cole <coleleah@google.com>
Date: Thu Jul 13 15:55:32 2023 -0400
fix: update retryrequestoptions to be aligned with retry-request
commit 0a671ea24fb0a0c11aaaea507e0dab4d44a06c5e
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 27 15:18:26 2023 -0400
passing tests for warnings
commit 385b7861d3a335840c7894dc5e22f07e4ac355a1
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 23 14:25:55 2023 -0400
WIP: adding more unit tests
commit 820ed4ff340ac3e06d48e57ada33a8826e66ea8b
Author: Leah Cole <coleleah@google.com>
Date: Wed Jun 21 15:41:41 2023 -0400
add test for both parameters being set
commit 3ffc9684c4d21d309b97df6c2d0ed1d9548953a3
Author: Leah Cole <coleleah@google.com>
Date: Fri Jun 16 15:11:51 2023 -0400
WIP: experimenting with spies in streaming calls
commit 8a05223c68507cc0b10b455a0cd377dd8a96eaf7
Author: Leah Cole <coleleah@google.com>
Date: Tue Jun 13 16:48:28 2023 -0400
WIP: adding unit tests for option conversion
commit 48eed955e7329f55f9427a7bc0656cfe2af395e8
Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Date: Mon Jul 17 13:47:46 2023 -0400
fix: the return types for IAM service methods should be arrays, to match ReturnTuple (#1001)
* fix: the return types for IAM service methods should be arrays, to match ReturnTuple
* fix: update PR to current types
* fix: also fix explicit typings for IAM
* build: work around circular dependency with kms (second PR to follow)
* docs: broken tsdoc
commit 4266f43922d0d582b8eced11f4a21c98a8b451fe
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:18:06 2023 -0700
fix: replace proto-over-HTTP with REGAPIC (#1471)
commit c1c4dc19da45780ade32178f9f7ac76e8bb5aef1
Author: Alexander Fenster <fenster@google.com>
Date: Thu Jul 13 10:00:57 2023 -0700
test: run speech test from monorepo, use gapic-tools (#1472)
commit 7b8414bbb0c535e23dac90e8461a8145d6b6d08d
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 15:44:36 2023 -0700
added tests
commit d2a5ccbf93a987bc4ae6fd6bc3e319ddf10d26f6
Author: Mend Renovate <renovate@whitesourcesoftware.com>
Date: Thu Jul 13 00:06:38 2023 +0200
chore(deps): update dependency protobufjs to v7.2.4 [security] (#1473)
* chore(deps): update dependency protobufjs to v7.2.4 [security]
* chore: update linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 0a7dd948573bd9553a0e9548e9ab92dbcfcb7414
Author: Simen Bekkhus <sbekkhus91@gmail.com>
Date: Wed Jul 12 23:20:05 2023 +0200
fix(deps): update protobufjs (#1467)
* fix: update protobufjs
* chore: add exclusion to linkinator config
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
commit 170a5b69a8d4610fb95ad149ba3632904286a904
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 11:17:25 2023 -0700
uncomment tests and remove streaming retries.ts
commit 6fd1c08de3375df460507ce0ea0d588fb9bd1d65
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:49:40 2023 -0700
added check in forwardEvents for API retry
commit f551ba8ca5d573a245830916f93fa65cfd44df67
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jul 12 10:30:31 2023 -0700
add checks to forwardClientEvents
commit 115e317728c8ae6fa0e61f54d0087e26382d8230
Author: Alexander Fenster <fenster@google.com>
Date: Tue Jul 11 15:34:54 2023 -0700
fix: add missing devDependency for compodoc (#1470)
* fix: add missing devDependency for compodoc
* build: try with skipLibCheck
* build: revert skipLibCheck
* build: install dependency for compodoc
* fix(deps): pin compodoc
commit f420a787774464130caa27724d04ba339b796110
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jul 10 15:44:53 2023 -0700
added check to see which retryCodes are allowed
commit c628a344404ec68ded19dfa67f0be73d562c139e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Jul 7 11:24:40 2023 -0700
server stream update
commit 17621154683532383505d8d07e8f82fdc4aad8ac
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 26 14:01:08 2023 -0700
added retry logic
commit c51b69b14808717a295851af2b263289dc35f5cc
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Wed Jun 14 11:06:09 2023 -0700
updated retry logic
commit 1ac4135dc151adec5d744d1ce5a60202b221a299
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue Jun 13 13:04:37 2023 -0700
added retry logic
commit 6e7135f53e83e799d0b57ee5eb08e0d609dea165
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Jun 5 15:23:23 2023 -0700
added changes
commit 82aaa3996514aa74cd7078da095d7509fc91cf3d
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri Jun 2 13:27:43 2023 -0700
docs: update docs-devsite.sh to use latest node-js-rad version (#1454)
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Link: https://github.com/googleapis/synthtool/commit/b1ced7db5adee08cfa91d6b138679fceff32c004
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
commit 1473e5a8c7c5c3f5b068462fbaf275077216ae34
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Tue May 30 14:11:16 2023 -0700
changed StreamRetries to StreamRetryRequest
commit 5d4e24206b720a07995227011ffe5d5940c3fe4e
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Thu May 25 13:47:32 2023 -0700
Added new streamingRetryRequest option
commit b7b416cec3a3abd98bc4304eb7264f6963daaf1b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 18:04:23 2023 -0400
add one dev dependency
commit b2769be042ea4b872483dc1bca270d648b6efb6b
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:51:41 2023 -0400
Revert "feat!: drop Node 12 & decouple development dependencies (#1439)"
This reverts commit 61a71436e9428c8118831a05fb5c7a3b2b3f99a5.
commit 10b92429add5eaa05a548da9d1cfa396defb1618
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:03 2023 -0400
Revert "build!: remove is-stream & fast-text-encoding dependencies (#1442)"
This reverts commit 111133c5a2bd5a54ebe99a337de9a5a58ee67d2e.
commit 1489e3711b9362c6c2d4e91e5bf6d10db34397f3
Author: Leah Cole <coleleah@google.com>
Date: Wed May 24 17:49:01 2023 -0400
Revert "chore(main): release 4.0.0 (#1445)"
This reverts commit 064e131ba7371e6d994e3d73790fa5e1fd09189a.
commit e445d8ff207539bf4fef4595f69497cac9240083
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 16:06:55 2023 -0400
revert our changes to how the server runs
commit 3806b29afef55b9639a1e54da7006aaa92bd1dd8
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 15:27:22 2023 -0400
replace status codes with enums
commit a56867d5a56da088da0c846174a35944ca74eed2
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:58:32 2023 -0400
remove not needed things
commit 8a4806c4f679206c8f31e03be0b5fd42a17d41c9
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:31:55 2023 -0400
revert copyright year
commit b430bb2ebc4e0ed8cd8e84d27b75bb37213d027b
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:27:36 2023 -0400
pacakge.json change
commit ad7cb0c10828b710996b9f54fdaeba0ca44961d6
Author: Leah Cole <coleleah@google.com>
Date: Tue May 2 14:26:38 2023 -0400
revert package.json changes
commit a6df06029d8c0d0679f3a2f0c0e56f1ec1003ce8
Author: Cloud Composer Team <no-reply@google.com>
Date: Tue May 2 17:47:21 2023 +0000
run npm run fix on the showcase client
commit 8cac3da20b6c58d35ceecc73ecb7142998102a0b
Author: Cloud Composer Team <no-reply@google.com>
Date: Wed Apr 26 19:44:49 2023 +0000
update showcase-echo-client
commit 17b32ca0ccc4c2103688abccc85fc2095d3f19a4
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 14:14:18 2023 -0400
Add comment to alex`
commit 6ae2f431ceb04efa25ffd6def7cc19f573e6e0bf
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:32:23 2023 -0400
add back imports for running w/ local showcase-server
commit 1c64a2330082baf9ba610a81cb94ec89d9180baa
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 13:30:49 2023 -0400
add first couple of tests for sequence streaming
commit 2022441d1bae0a22fc8e6e9475d531a9a0310c2d
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 25 11:09:31 2023 -0400
WIP: Getting tests ready for PR
commit 11df39223f15a6b1a3b588ca6bc9bd43304e2183
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Mon Apr 24 21:28:44 2023 +0300
updated streamingNotRetryEligible
commit 0671a2f5ad8e25bed27e5ea5efd12d420f73dd01
Author: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Date: Fri Apr 21 22:00:44 2023 +0300
WIP: edit streamingNotRetryEligible test
Co-authored-by: Leah E. Cole <leahecole@users.noreply.github.com>
commit ed0918da295a8d92f4bfcfe6ef9bc8fb632d830f
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 16:20:14 2023 -0400
WIP: test for non retry eligible calls
commit 3bea8a058365137d093cafc7983c791fc64e7f96
Author: Leah Cole <coleleah@google.com>
Date: Wed Apr 19 15:37:17 2023 -0400
fix broken tests, add comments with next steps
commit b2c5afd750ba1c255382bd2d8a0ce1e71f3e28d2
Author: Leah Cole <coleleah@google.com>
Date: Tue Apr 18 13:54:54 2023 -0400
fix merge conflict
commit 8be6b90c01bd81dd0db448d4c2e28a201c820eb7
Author: Gal Zahavi <galzahavi@google.com>
Date: Tue Apr 18 17:41:59 2023 +0000
chore : added sequenceStreamingService
* rerun npx gts fix
* fix two of three failing browser tests
* Regenerate showcase (#12)
* regenerate client
* npx gts fix
* add new retry
* remove tsconfig changes
* fix lint
* test: use a custom header for testing headers
* rename "newRetry" parameter
* remove extend dependency
* fix lint
* fix issue where underlying errors were swallowed
* resolve some comments
* replace console logs with our warn module
* utilize enum
* replace "any" with "GoogleError"
* update array checks
* remove debug statement
* remove need to typecast
* null coalescing fix
* reduce duplication
* clean up some optional chaining
* make error optional
* WIP: use nullish coalescing and optional chaining for parameter converesion
* more nullish coalescing and optional chaining
* falsiness checks
* Request/response type
lint
* Request/response type
lint
fix failing test
* make createAPIcall nested statements more readable
* retryCodesOrShouldRetryFn
* make retryCodesOrShouldRetryFn less awful
* fix Sofia's comments
* Retrycodes refactor (#13)
* WIP - accidentally tests transient error
* WIP - updating parameter, adding tests
* update retrycodes
* update unit tests
* remove redundant parameter check
* remove unused check
* uncomment necessary return
* add second transient check
* WIP: more unit tests
* remove unneeded function from streaming test
* remove debug statements
* npm run fix
* address feedback, remove unused parts of streamingRetryRequest
* remove unused streamingRetryRequestCode
* resolve typescript warnings
* fix: dont retry on empty retryCodes server stream
* npm run fix
---------
Co-authored-by: Alexander Fenster <fenster@google.com>
miguelvelezsa
pushed a commit
that referenced
this pull request
Nov 6, 2025
GautamSharda
added a commit
that referenced
this pull request
Dec 5, 2025
* allo allo
* 1.0.0
* readme: fix example
* add exponential backoff
* dont return stream if not using as once - fixes #2
* 1.1.0
* add note about not using POST
* upgrade forward-stream
* 1.1.1
* update readme
* fancy logo
* expose abort function
* 1.2.0
* use stream-forward with explicit events
* 1.2.1
* Don't forward events to the cache stream
RE:
https://github.com/GoogleCloudPlatform/gcloud-node/issues/996#issuecomment-163139386
Previously, we were forwarding events from a request stream to
a cache stream. When the request is confirmed "good to go", the
cache stream is piped to the user's stream. The thought was the
events would be forwarded, too. It kind of worked, but had some
edge cases.
`streamForward` has always been tricky. It turns out it's not
all that helpful, but more confusing in practice. It's now
removed from use in this library. Instead, we are now forwarding
events manually.
* 1.2.2
* expose abort function from request
* 1.2.3
* force secure version of request
* 1.2.4
* support objectmode - fixes #5
* 1.3.0
* remove stream-cache
* 1.3.1
* downgrade request for node 0.12 compatibility
* set engines in package.json
* 1.3.2
* Don't lock down request dependency
* 2.0.0
* retry on low-level errors
* 2.0.1
* fix abort to only call abort() when possible
Fixes #10
* 2.0.2
* only call end if it is a method
* 2.0.3
* assign once listeners
this assigns once listeners instead of on, so that
response events are only handled once
investigative work behind this change: https://github.com/GoogleCloudPlatform/google-cloud-node/issues/2328#issuecomment-303821776
* removeAllListeners so multiple events don't fire
* only remove relevant listeners
* just once the response and complete
* use first-event
* 2.0.4
* use manual tracking instead of first-event
* 2.0.5
* do not retry on 4xx (except for 429)
* 3.0.0
* Remove .only from test
* Add type definitions
* add types field in package.json
* 3.0.1
* Add option to set number of retries when no response
* updated test
* Add to readme + Test refactor
* 3.1.0
* Forward errors from request stream.
* 3.1.1
* Pass in currentRetryAttempt to override the numAttempts value
* Copy currentRetryAttempt instead of incrementing the user supplied property.
* Change deepEqual to strictEqual
* 3.2.0
* Emit a `response` event on every request.
* Lint
* Lint
* 3.3.0
* Delay first request if currentRetryAttempt > 0
* 3.3.1
* Add Circle
* Set default noResponseRetries.
* 3.3.2
* Remove `request` as a dependency.
* 4.0.0
* Upgrade mocha and resovle vulnerabilities.
* Add debug feature
* remove old nodes
* Update package.json
* Remove node v4 from circleci config.yml
* change to version 3
* Update config.yml
* Delete package-lock.json
* Delete .gitignore
* Update index.js
* Update readme.md
* update dependencies
* 4.1.0
* depend on debug
* 4.1.1
* fix: correctly calculate retry attempt (#33)
* Drop through2 (#34)
* Drop through2
Ref https://github.com/rvagg/through2#do-you-need-this
Node builtin stream.Transform handles same functionality just fine on
node 8+. Two dependencies (also readable-stream) can be dropped.
* Use PassThrough instead
* 4.1.2
* 4.1.3
* feat: support enhanced retry settings (#35)
* 4.2.0
* fix: add new retry options to types (#36)
* 4.2.1
* fix: use extend instead of object.assign (#37)
* 4.2.2
* testing: add the standard ci workflow (#45)
* testing: add the standard ci workflow
* testing: add lint build
* chore: add a Code of Conduct (#42)
chore: add a Code of Conduct
* chore: add CONTRIBUTING.md (#44)
chore: add CONTRIBUTING.md
* chore: add standard .gitignore file (#49)
* chore: include standard lint configs, fix quotes (#50)
* chore: include standard lint configs, fix quotes
* ignore unpublished import/require for sibiling packages
* build: mark lint check required
* chore: enable owlbot (#51)
* chore: create .OwlBot.yaml config
* chore: create owlbot lock file
* chore: create .repo-metadata.json
* chore: add owlbot.py
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* docs: add jsdoc config
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* build: fix broken link (#57)
* build: add linkinator, ignore broken link
* 🦉 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>
* chore(deps): update dependency mocha to v9 (#55)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`^6.1.4` -> `^9.0.0`](https://renovatebot.com/diffs/npm/mocha/6.2.3/9.2.2) | [](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>mochajs/mocha</summary>
### [`v9.2.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​922--2022-03-11)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.2.1...v9.2.2)
#### :bug: Fixes
- [#​4842](https://togithub.com/mochajs/mocha/issues/4842): Loading of reporter throws wrong error ([**@​juergba**](https://togithub.com/juergba))
- [#​4839](https://togithub.com/mochajs/mocha/issues/4839): `dry-run`: prevent potential call-stack crash ([**@​juergba**](https://togithub.com/juergba))
#### :nut_and_bolt: Other
- [#​4843](https://togithub.com/mochajs/mocha/issues/4843): Update production dependencies ([**@​juergba**](https://togithub.com/juergba))
### [`v9.2.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​921--2022-02-19)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.2.0...v9.2.1)
#### :bug: Fixes
- [#​4832](https://togithub.com/mochajs/mocha/issues/4832): Loading of config files throws wrong error ([**@​juergba**](https://togithub.com/juergba))
- [#​4799](https://togithub.com/mochajs/mocha/issues/4799): Reporter: configurable `maxDiffSize` reporter-option ([**@​norla**](https://togithub.com/norla))
### [`v9.2.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​920--2022-01-24)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.4...v9.2.0)
#### :tada: Enhancements
- [#​4813](https://togithub.com/mochajs/mocha/issues/4813): Parallel: assign each worker a worker-id ([**@​forty**](https://togithub.com/forty))
#### :nut_and_bolt: Other
- [#​4818](https://togithub.com/mochajs/mocha/issues/4818): Update production dependencies ([**@​juergba**](https://togithub.com/juergba))
### [`v9.1.4`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​914--2022-01-14)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.3...v9.1.4)
#### :bug: Fixes
- [#​4807](https://togithub.com/mochajs/mocha/issues/4807): `import` throws wrong error if loader is used ([**@​giltayar**](https://togithub.com/giltayar))
#### :nut_and_bolt: Other
- [#​4777](https://togithub.com/mochajs/mocha/issues/4777): Add Node v17 to CI test matrix ([**@​outsideris**](https://togithub.com/outsideris))
### [`v9.1.3`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​913--2021-10-15)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.2...v9.1.3)
#### :bug: Fixes
- [#​4769](https://togithub.com/mochajs/mocha/issues/4769): Browser: re-enable `bdd` ES6 style import ([**@​juergba**](https://togithub.com/juergba))
#### :nut_and_bolt: Other
- [#​4764](https://togithub.com/mochajs/mocha/issues/4764): Revert deprecation of `EVENT_SUITE_ADD_*` events ([**@​beatfactor**](https://togithub.com/beatfactor))
### [`v9.1.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​912--2021-09-25)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.1...v9.1.2)
#### :bug: Fixes
- [#​4746](https://togithub.com/mochajs/mocha/issues/4746): Browser: stop using all global vars in `browser-entry.js` ([**@​PaperStrike**](https://togithub.com/PaperStrike))
#### :nut_and_bolt: Other
- [#​4754](https://togithub.com/mochajs/mocha/issues/4754): Remove dependency wide-align ([**@​juergba**](https://togithub.com/juergba))
- [#​4736](https://togithub.com/mochajs/mocha/issues/4736): ESM: remove code for Node versions <10 ([**@​juergba**](https://togithub.com/juergba))
### [`v9.1.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​911--2021-08-28)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.0...v9.1.1)
#### :bug: Fixes
- [#​4623](https://togithub.com/mochajs/mocha/issues/4623): `XUNIT` and `JSON` reporter crash in `parallel` mode ([**@​curtisman**](https://togithub.com/curtisman))
### [`v9.1.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​910--2021-08-20)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.0.3...v9.1.0)
#### :tada: Enhancements
- [#​4716](https://togithub.com/mochajs/mocha/issues/4716): Add new option `--fail-zero` ([**@​juergba**](https://togithub.com/juergba))
- [#​4691](https://togithub.com/mochajs/mocha/issues/4691): Add new option `--node-option` ([**@​juergba**](https://togithub.com/juergba))
- [#​4607](https://togithub.com/mochajs/mocha/issues/4607): Add output option to `JSON` reporter ([**@​dorny**](https://togithub.com/dorny))
### [`v9.0.3`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​903--2021-07-25)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.0.2...v9.0.3)
#### :bug: Fixes
- [#​4702](https://togithub.com/mochajs/mocha/issues/4702): Error rethrow from cwd-relative path while loading `.mocharc.js` ([**@​kirill-golovan**](https://togithub.com/kirill-golovan))
- [#​4688](https://togithub.com/mochajs/mocha/issues/4688): Usage of custom interface in parallel mode ([**@​juergba**](https://togithub.com/juergba))
- [#​4687](https://togithub.com/mochajs/mocha/issues/4687): ESM: don't swallow `MODULE_NOT_FOUND` errors in case of `type:module` ([**@​giltayar**](https://togithub.com/giltayar))
### [`v9.0.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​902--2021-07-03)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.0.1...v9.0.2)
#### :bug: Fixes
- [#​4668](https://togithub.com/mochajs/mocha/issues/4668): ESM: make `--require <dir>` work with new `import`-first loading ([**@​giltayar**](https://togithub.com/giltayar))
#### :nut_and_bolt: Other
- [#​4674](https://togithub.com/mochajs/mocha/issues/4674): Update production dependencies ([**@​juergba**](https://togithub.com/juergba))
### [`v9.0.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​901--2021-06-18)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v9.0.0...v9.0.1)
#### :nut_and_bolt: Other
- [#​4657](https://togithub.com/mochajs/mocha/issues/4657): Browser: add separate bundle for modern browsers ([**@​juergba**](https://togithub.com/juergba))
We added a separate browser bundle `mocha-es2018.js` in javascript ES2018, as we skipped the transpilation down to ES5. This is an **experimental step towards freezing Mocha's support of IE11**.
- [#​4653](https://togithub.com/mochajs/mocha/issues/4653): ESM: proper version check in `hasStableEsmImplementation` ([**@​alexander-fenster**](https://togithub.com/alexander-fenster))
### [`v9.0.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​900--2021-06-07)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.4.0...v9.0.0)
#### :boom: Breaking Changes
- [#​4633](https://togithub.com/mochajs/mocha/issues/4633): **Drop Node.js v10.x support** ([**@​juergba**](https://togithub.com/juergba))
- [#​4635](https://togithub.com/mochajs/mocha/issues/4635): `import`-first loading of test files ([**@​giltayar**](https://togithub.com/giltayar))
**Mocha is going ESM-first!** This means that it will now use ESM `import(test_file)` to load the test files, instead of the CommonJS `require(test_file)`. This is not a problem, as `import` can also load most files that `require` does. In the rare cases where this fails, it will fallback to `require(...)`. This ESM-first approach is the next step in Mocha's ESM migration, and allows ESM loaders to load and transform the test file.
- [#​4636](https://togithub.com/mochajs/mocha/issues/4636): Remove deprecated `utils.lookupFiles()` ([**@​juergba**](https://togithub.com/juergba))
- [#​4638](https://togithub.com/mochajs/mocha/issues/4638): Limit the size of `actual`/`expected` for `diff` generation ([**@​juergba**](https://togithub.com/juergba))
- [#​4389](https://togithub.com/mochajs/mocha/issues/4389): Refactoring: Consuming log-symbols alternate to code for win32 in reporters/base ([**@​MoonSupport**](https://togithub.com/MoonSupport))
#### :tada: Enhancements
- [#​4640](https://togithub.com/mochajs/mocha/issues/4640): Add new option `--dry-run` ([**@​juergba**](https://togithub.com/juergba))
#### :bug: Fixes
- [#​4128](https://togithub.com/mochajs/mocha/issues/4128): Fix: control stringification of error message ([**@​syeutyu**](https://togithub.com/syeutyu))
#### :nut_and_bolt: Other
- [#​4646](https://togithub.com/mochajs/mocha/issues/4646): Deprecate `Runner(suite: Suite, delay: boolean)` signature ([**@​juergba**](https://togithub.com/juergba))
- [#​4643](https://togithub.com/mochajs/mocha/issues/4643): Update production dependencies ([**@​juergba**](https://togithub.com/juergba))
### [`v8.4.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​840--2021-05-07)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.2...v8.4.0)
#### :tada: Enhancements
- [#​4502](https://togithub.com/mochajs/mocha/issues/4502): CLI file parsing errors now have error codes ([**@​evaline-ju**](https://togithub.com/evaline-ju))
#### :bug: Fixes
- [#​4614](https://togithub.com/mochajs/mocha/issues/4614): Watch: fix crash when reloading files ([**@​outsideris**](https://togithub.com/outsideris))
#### :book: Documentation
- [#​4630](https://togithub.com/mochajs/mocha/issues/4630): Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs ([**@​juergba**](https://togithub.com/juergba))
- [#​4617](https://togithub.com/mochajs/mocha/issues/4617): Dynamically generating tests with `top-level await` and ESM test files ([**@​juergba**](https://togithub.com/juergba))
- [#​4608](https://togithub.com/mochajs/mocha/issues/4608): Update default file extensions ([**@​outsideris**](https://togithub.com/outsideris))
Also thanks to [**@​outsideris**](https://togithub.com/outsideris) for various improvements on our GH actions workflows.
### [`v8.3.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​832--2021-03-12)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.1...v8.3.2)
#### :bug: Fixes
- [#​4599](https://togithub.com/mochajs/mocha/issues/4599): Fix regression in `require` interface ([**@​alexander-fenster**](https://togithub.com/alexander-fenster))
#### :book: Documentation
- [#​4601](https://togithub.com/mochajs/mocha/issues/4601): Add build to GH actions run ([**@​christian-bromann**](https://togithub.com/christian-bromann))
- [#​4596](https://togithub.com/mochajs/mocha/issues/4596): Filter active sponsors/backers ([**@​juergba**](https://togithub.com/juergba))
- [#​4225](https://togithub.com/mochajs/mocha/issues/4225): Update config file examples ([**@​pkuczynski**](https://togithub.com/pkuczynski))
### [`v8.3.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​831--2021-03-06)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.0...v8.3.1)
#### :bug: Fixes
- [#​4577](https://togithub.com/mochajs/mocha/issues/4577): Browser: fix `EvalError` caused by regenerator-runtime ([**@​snoack**](https://togithub.com/snoack))
- [#​4574](https://togithub.com/mochajs/mocha/issues/4574): ESM: allow `import` from mocha in parallel mode ([**@​nicojs**](https://togithub.com/nicojs))
### [`v8.3.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​830--2021-02-11)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.2.1...v8.3.0)
#### :tada: Enhancements
- [#​4506](https://togithub.com/mochajs/mocha/issues/4506): Add error code for test timeout errors ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4112](https://togithub.com/mochajs/mocha/issues/4112): Add BigInt support to stringify util function ([**@​JosejeSinohui**](https://togithub.com/JosejeSinohui))
#### :bug: Fixes
- [#​4557](https://togithub.com/mochajs/mocha/issues/4557): Add file location when SyntaxError happens in ESM ([**@​giltayar**](https://togithub.com/giltayar))
- [#​4521](https://togithub.com/mochajs/mocha/issues/4521): Fix `require` error when bundling Mocha with Webpack ([**@​devhazem**](https://togithub.com/devhazem))
#### :book: Documentation
- [#​4507](https://togithub.com/mochajs/mocha/issues/4507): Add support for typescript-style docstrings ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4503](https://togithub.com/mochajs/mocha/issues/4503): Add GH Actions workflow status badge ([**@​outsideris**](https://togithub.com/outsideris))
- [#​4494](https://togithub.com/mochajs/mocha/issues/4494): Add example of generating tests dynamically with a closure ([**@​maxwellgerber**](https://togithub.com/maxwellgerber))
#### :nut_and_bolt: Other
- [#​4556](https://togithub.com/mochajs/mocha/issues/4556): Upgrade all dependencies to latest stable ([**@​AviVahl**](https://togithub.com/AviVahl))
- [#​4543](https://togithub.com/mochajs/mocha/issues/4543): Update dependencies yargs and yargs-parser ([**@​juergba**](https://togithub.com/juergba))
Also thanks to [**@​outsideris**](https://togithub.com/outsideris) and [**@​HyunSangHan**](https://togithub.com/HyunSangHan) for various fixes to our website and documentation.
### [`v8.2.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​821--2020-11-02)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.2.0...v8.2.1)
Fixed stuff.
#### :bug: Fixes
- [#​4489](https://togithub.com/mochajs/mocha/issues/4489): Fix problematic handling of otherwise-unhandled `Promise` rejections and erroneous "`done()` called twice" errors ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4496](https://togithub.com/mochajs/mocha/issues/4496): Avoid `MaxListenersExceededWarning` in watch mode ([**@​boneskull**](https://togithub.com/boneskull))
Also thanks to [**@​akeating**](https://togithub.com/akeating) for a documentation fix!
### [`v8.2.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​820--2020-10-16)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.1.3...v8.2.0)
The major feature added in v8.2.0 is addition of support for [*global fixtures*](https://mochajs.org/#global-fixtures).
While Mocha has always had the ability to run setup and teardown via a hook (e.g., a `before()` at the top level of a test file) when running tests in serial, Mocha v8.0.0 added support for parallel runs. Parallel runs are *incompatible* with this strategy; e.g., a top-level `before()` would only run for the file in which it was defined.
With [global fixtures](https://mochajs.org/#global-fixtures), Mocha can now perform user-defined setup and teardown *regardless* of mode, and these fixtures are guaranteed to run *once and only once*. This holds for parallel mode, serial mode, and even "watch" mode (the teardown will run once you hit Ctrl-C, just before Mocha finally exits). Tasks such as starting and stopping servers are well-suited to global fixtures, but not sharing resources--global fixtures do *not* share context with your test files (but they do share context with each other).
Here's a short example of usage:
```js
// fixtures.js
// can be async or not
exports.mochaGlobalSetup = async function() {
this.server = await startSomeServer({port: process.env.TEST_PORT});
console.log(`server running on port ${this.server.port}`);
};
exports.mochaGlobalTeardown = async function() {
// the context (`this`) is shared, but not with the test files
await this.server.stop();
console.log(`server on port ${this.server.port} stopped`);
};
// this file can contain root hook plugins as well!
// exports.mochaHooks = { ... }
```
Fixtures are loaded with `--require`, e.g., `mocha --require fixtures.js`.
For detailed information, please see the [documentation](https://mochajs.org/#global-fixtures) and this handy-dandy [flowchart](https://mochajs.org/#test-fixture-decision-tree-wizard-thing) to help understand the differences between hooks, root hook plugins, and global fixtures (and when you should use each).
#### :tada: Enhancements
- [#​4308](https://togithub.com/mochajs/mocha/issues/4308): Support run-once [global setup & teardown fixtures](https://mochajs.org/#global-fixtures) ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4442](https://togithub.com/mochajs/mocha/issues/4442): Multi-part extensions (e.g., `test.js`) now usable with `--extension` option ([**@​jordanstephens**](https://togithub.com/jordanstephens))
- [#​4472](https://togithub.com/mochajs/mocha/issues/4472): Leading dots (e.g., `.js`, `.test.js`) now usable with `--extension` option ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4434](https://togithub.com/mochajs/mocha/issues/4434): Output of `json` reporter now contains `speed` ("fast"/"medium"/"slow") property ([**@​wwhurin**](https://togithub.com/wwhurin))
- [#​4464](https://togithub.com/mochajs/mocha/issues/4464): Errors thrown by serializer in parallel mode now have error codes ([**@​evaline-ju**](https://togithub.com/evaline-ju))
*For implementors of custom reporters:*
- [#​4409](https://togithub.com/mochajs/mocha/issues/4409): Parallel mode and custom reporter improvements ([**@​boneskull**](https://togithub.com/boneskull)):
- Support custom worker-process-only reporters (`Runner.prototype.workerReporter()`); reporters should subclass `ParallelBufferedReporter` in `mocha/lib/nodejs/reporters/parallel-buffered`
- Allow opt-in of object reference matching for "sufficiently advanced" custom reporters (`Runner.prototype.linkPartialObjects()`); use if strict object equality is needed when consuming `Runner` event data
- Enable detection of parallel mode (`Runner.prototype.isParallelMode()`)
#### :bug: Fixes
- [#​4476](https://togithub.com/mochajs/mocha/issues/4476): Workaround for profoundly bizarre issue affecting `npm` v6.x causing some of Mocha's deps to be installed when `mocha` is present in a package's `devDependencies` and `npm install --production` is run the package's working copy ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4465](https://togithub.com/mochajs/mocha/issues/4465): Worker processes guaranteed (as opposed to "very likely") to exit before Mocha does; fixes a problem when using `nyc` with Mocha in parallel mode ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4419](https://togithub.com/mochajs/mocha/issues/4419): Restore `lookupFiles()` in `mocha/lib/utils`, which was broken/missing in Mocha v8.1.0; it now prints a deprecation warning (use `const {lookupFiles} = require('mocha/lib/cli')` instead) ([**@​boneskull**](https://togithub.com/boneskull))
Thanks to [**@​AviVahl**](https://togithub.com/AviVahl), [**@​donghoon-song**](https://togithub.com/donghoon-song), [**@​ValeriaVG**](https://togithub.com/ValeriaVG), [**@​znarf**](https://togithub.com/znarf), [**@​sujin-park**](https://togithub.com/sujin-park), and [**@​majecty**](https://togithub.com/majecty) for other helpful contributions!
### [`v8.1.3`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​813--2020-08-28)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.1.2...v8.1.3)
#### :bug: Fixes
- [#​4425](https://togithub.com/mochajs/mocha/issues/4425): Restore `Mocha.utils.lookupFiles()` and Webpack compatibility (both broken since v8.1.0); `Mocha.utils.lookupFiles()` is now **deprecated** and will be removed in the next major revision of Mocha; use `require('mocha/lib/cli').lookupFiles` instead ([**@​boneskull**](https://togithub.com/boneskull))
### [`v8.1.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​812--2020-08-25)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.1.1...v8.1.2)
#### :bug: Fixes
- [#​4418](https://togithub.com/mochajs/mocha/issues/4418): Fix command-line flag incompatibility in forthcoming Node.js v14.9.0 ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4401](https://togithub.com/mochajs/mocha/issues/4401): Fix missing global variable in browser ([**@​irrationnelle**](https://togithub.com/irrationnelle))
#### :lock: Security Fixes
- [#​4396](https://togithub.com/mochajs/mocha/issues/4396): Update many dependencies ([**@​GChuf**](https://togithub.com/GChuf))
#### :book: Documentation
- Various fixes by [**@​sujin-park**](https://togithub.com/sujin-park), [**@​wwhurin**](https://togithub.com/wwhurin) & [**@​Donghoon759**](https://togithub.com/Donghoon759)
### [`v8.1.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​811--2020-08-04)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.1.0...v8.1.1)
#### :bug: Fixes
- [#​4394](https://togithub.com/mochajs/mocha/issues/4394): Fix regression wherein certain reporters did not correctly detect terminal width ([**@​boneskull**](https://togithub.com/boneskull))
### [`v8.1.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​810--2020-07-30)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.1...v8.1.0)
In this release, Mocha now builds its browser bundle with Rollup and Babel, which will provide the project's codebase more flexibility and consistency.
While we've been diligent about backwards compatibility, it's *possible* consumers of the browser bundle will encounter differences (other than an increase in the bundle size). If you *do* encounter an issue with the build, please [report it here](https://togithub.com/mochajs/mocha/issues/new?labels=unconfirmed-bug\&template=bug_report.md\&title=).
This release **does not** drop support for IE11.
Other community contributions came from [**@​Devjeel**](https://togithub.com/Devjeel), [**@​Harsha509**](https://togithub.com/Harsha509) and [**@​sharath2106**](https://togithub.com/sharath2106). *Thank you* to everyone who contributed to this release!
> Do you read Korean? See [this guide to running parallel tests in Mocha](https://blog.outsider.ne.kr/1489), translated by our maintainer, [**@​outsideris**](https://togithub.com/outsideris).
#### :tada: Enhancements
- [#​4287](https://togithub.com/mochajs/mocha/issues/4287): Use background colors with inline diffs for better visual distinction ([**@​michael-brade**](https://togithub.com/michael-brade))
#### :bug: Fixes
- [#​4328](https://togithub.com/mochajs/mocha/issues/4328): Fix "watch" mode when Mocha run in parallel ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4382](https://togithub.com/mochajs/mocha/issues/4382): Fix root hook execution in "watch" mode ([**@​indieisaconcept**](https://togithub.com/indieisaconcept))
- [#​4383](https://togithub.com/mochajs/mocha/issues/4383): Consistent auto-generated hook titles ([**@​cspotcode**](https://togithub.com/cspotcode))
- [#​4359](https://togithub.com/mochajs/mocha/issues/4359): Better errors when running `mocha init` ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4341](https://togithub.com/mochajs/mocha/issues/4341): Fix weirdness when using `delay` option in browser ([**@​craigtaub**](https://togithub.com/craigtaub))
#### :lock: Security Fixes
- [#​4378](https://togithub.com/mochajs/mocha/issues/4378), [#​4333](https://togithub.com/mochajs/mocha/issues/4333): Update [javascript-serialize](https://npm.im/javascript-serialize) ([**@​martinoppitz**](https://togithub.com/martinoppitz), [**@​wnghdcjfe**](https://togithub.com/wnghdcjfe))
- [#​4354](https://togithub.com/mochajs/mocha/issues/4354): Update [yargs-unparser](https://npm.im/yargs-unparser) ([**@​martinoppitz**](https://togithub.com/martinoppitz))
#### :book: Documentation & Website
- [#​4173](https://togithub.com/mochajs/mocha/issues/4173): Document how to use `--enable-source-maps` with Mocha ([**@​bcoe**](https://togithub.com/bcoe))
- [#​4343](https://togithub.com/mochajs/mocha/issues/4343): Clean up some API docs ([**@​craigtaub**](https://togithub.com/craigtaub))
- [#​4318](https://togithub.com/mochajs/mocha/issues/4318): Sponsor images are now self-hosted ([**@​Munter**](https://togithub.com/Munter))
#### :nut_and_bolt: Other
- [#​4293](https://togithub.com/mochajs/mocha/issues/4293): Use Rollup and Babel in build pipeline; add source map to published files ([**@​Munter**](https://togithub.com/Munter))
### [`v8.0.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​801--2020-06-10)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
The obligatory patch after a major.
#### :bug: Fixes
- [#​4328](https://togithub.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@​boneskull**](https://togithub.com/boneskull))
### [`v8.0.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​800--2020-06-10)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v7.2.0...v8.0.0)
In this major release, Mocha adds the ability to *run tests in parallel*. Better late than never! Please note the **breaking changes** detailed below.
Let's welcome [**@​giltayar**](https://togithub.com/giltayar) and [**@​nicojs**](https://togithub.com/nicojs) to the maintenance team!
#### :boom: Breaking Changes
- [#​4164](https://togithub.com/mochajs/mocha/issues/4164): **Mocha v8.0.0 now requires Node.js v10.12.0 or newer.** Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 ([**@​UlisesGascon**](https://togithub.com/UlisesGascon))
- [#​4175](https://togithub.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@​juergba**](https://togithub.com/juergba))
:sparkles: **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
- [#​4260](https://togithub.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@​craigtaub**](https://togithub.com/craigtaub))
:sparkles: **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
- [#​4315](https://togithub.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@​juergba**](https://togithub.com/juergba))
:sparkles: **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
- [#​4309](https://togithub.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@​juergba**](https://togithub.com/juergba))
- [#​4282](https://togithub.com/mochajs/mocha/issues/4282): `--forbid-only` will throw an error even if exclusive tests are avoided via `--grep` or other means ([**@​arvidOtt**](https://togithub.com/arvidOtt))
- [#​4223](https://togithub.com/mochajs/mocha/issues/4223): The context object's `skip()` (`this.skip()`) in a "before all" (`before()`) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites ([**@​juergba**](https://togithub.com/juergba))
- [#​4178](https://togithub.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@​wnghdcjfe**](https://togithub.com/wnghdcjfe)):
- `Mocha.prototype.ignoreLeaks()`
- `Mocha.prototype.useColors()`
- `Mocha.prototype.useInlineDiffs()`
- `Mocha.prototype.hideDiff()`
#### :tada: Enhancements
- [#​4245](https://togithub.com/mochajs/mocha/issues/4245): Add ability to run tests in parallel for Node.js (see [docs](https://mochajs.org/#parallel-tests)) ([**@​boneskull**](https://togithub.com/boneskull))
:exclamation: See also [#​4244](https://togithub.com/mochajs/mocha/issues/4244); [Root Hook Plugins (docs)](https://mochajs.org/#root-hook-plugins) -- *root hooks must be defined via Root Hook Plugins to work in parallel mode*
- [#​4304](https://togithub.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@​JacobLey**](https://togithub.com/JacobLey))
- [#​4299](https://togithub.com/mochajs/mocha/issues/4299): In some circumstances, Mocha can run ES modules under Node.js v10 -- *use at your own risk!* ([**@​giltayar**](https://togithub.com/giltayar))
#### :book: Documentation
- [#​4246](https://togithub.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@​boneskull**](https://togithub.com/boneskull))
#### :nut_and_bolt: Other
- [#​4200](https://togithub.com/mochajs/mocha/issues/4200): Drop mkdirp and replace it with fs.mkdirSync ([**@​HyunSangHan**](https://togithub.com/HyunSangHan))
#### :bug: Fixes
(All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)
### [`v7.2.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​720--2020-05-22)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.2...v7.2.0)
#### :tada: Enhancements
- [#​4234](https://togithub.com/mochajs/mocha/issues/4234): Add ability to run tests in a mocha instance multiple times ([**@​nicojs**](https://togithub.com/nicojs))
- [#​4219](https://togithub.com/mochajs/mocha/issues/4219): Exposing filename in JSON, doc, and json-stream reporters ([**@​Daniel0113**](https://togithub.com/Daniel0113))
- [#​4244](https://togithub.com/mochajs/mocha/issues/4244): Add Root Hook Plugins ([**@​boneskull**](https://togithub.com/boneskull))
#### :bug: Fixes
- [#​4258](https://togithub.com/mochajs/mocha/issues/4258): Fix missing dot in name of configuration file ([**@​sonicdoe**](https://togithub.com/sonicdoe))
- [#​4194](https://togithub.com/mochajs/mocha/issues/4194): Check if module.paths really exists ([**@​ematipico**](https://togithub.com/ematipico))
- [#​4256](https://togithub.com/mochajs/mocha/issues/4256): `--forbid-only` does not recognize `it.only` when `before` crashes ([**@​arvidOtt**](https://togithub.com/arvidOtt))
- [#​4152](https://togithub.com/mochajs/mocha/issues/4152): Bug with multiple async done() calls ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4275](https://togithub.com/mochajs/mocha/issues/4275): Improper warnings for invalid reporters ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4288](https://togithub.com/mochajs/mocha/issues/4288): Broken hook.spec.js test for IE11 ([**@​boneskull**](https://togithub.com/boneskull))
#### :book: Documentation
- [#​4081](https://togithub.com/mochajs/mocha/issues/4081): Insufficient white space for API docs in view on mobile ([**@​HyunSangHan**](https://togithub.com/HyunSangHan))
- [#​4255](https://togithub.com/mochajs/mocha/issues/4255): Update mocha-docdash for UI fixes on API docs ([**@​craigtaub**](https://togithub.com/craigtaub))
- [#​4235](https://togithub.com/mochajs/mocha/issues/4235): Enable emoji on website; enable normal ul elements ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4272](https://togithub.com/mochajs/mocha/issues/4272): Fetch sponsors at build time, show ALL non-skeevy sponsors ([**@​boneskull**](https://togithub.com/boneskull))
#### :nut_and_bolt: Other
- [#​4249](https://togithub.com/mochajs/mocha/issues/4249): Refactoring improving encapsulation ([**@​arvidOtt**](https://togithub.com/arvidOtt))
- [#​4242](https://togithub.com/mochajs/mocha/issues/4242): CI add job names, add Node.js v14 to matrix ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4237](https://togithub.com/mochajs/mocha/issues/4237): Refactor validatePlugins to throw coded errors ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4236](https://togithub.com/mochajs/mocha/issues/4236): Better debug output ([**@​boneskull**](https://togithub.com/boneskull))
### [`v7.1.2`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​712--2020-04-26)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.1...v7.1.2)
#### :nut_and_bolt: Other
- [#​4251](https://togithub.com/mochajs/mocha/issues/4251): Prevent karma-mocha from stalling ([**@​juergba**](https://togithub.com/juergba))
- [#​4222](https://togithub.com/mochajs/mocha/issues/4222): Update dependency mkdirp to v0.5.5 ([**@​outsideris**](https://togithub.com/outsideris))
#### :book: Documentation
- [#​4208](https://togithub.com/mochajs/mocha/issues/4208): Add Wallaby logo to site ([**@​boneskull**](https://togithub.com/boneskull))
### [`v7.1.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​711--2020-03-18)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.0...v7.1.1)
#### :lock: Security Fixes
- [#​4204](https://togithub.com/mochajs/mocha/issues/4204): Update dependencies mkdirp, yargs-parser and yargs ([**@​juergba**](https://togithub.com/juergba))
#### :bug: Fixes
- [#​3660](https://togithub.com/mochajs/mocha/issues/3660): Fix `runner` listening to `start` and `end` events ([**@​juergba**](https://togithub.com/juergba))
#### :book: Documentation
- [#​4190](https://togithub.com/mochajs/mocha/issues/4190): Show Netlify badge on footer ([**@​outsideris**](https://togithub.com/outsideris))
### [`v7.1.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​710--2020-02-26)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v7.0.1...v7.1.0)
#### :tada: Enhancements
[#​4038](https://togithub.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@​giltayar**](https://togithub.com/giltayar))
Mocha supports writing your test files as ES modules:
- Node.js only v12.11.0 and above
- Node.js below v13.2.0, you must set `--experimental-modules` option
- current limitations: please check our [documentation](https://mochajs.org/#nodejs-native-esm-support)
- for programmatic usage: see [API: loadFilesAsync()](https://mochajs.org/api/mocha#loadFilesAsync)
**Note:** Node.JS native [ECMAScript Modules](https://nodejs.org/api/esm.html) implementation has status: **Stability: 1 - Experimental**
#### :bug: Fixes
- [#​4181](https://togithub.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@​juergba**](https://togithub.com/juergba))
- [#​4174](https://togithub.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@​juergba**](https://togithub.com/juergba))
#### :book: Documentation
- [#​4058](https://togithub.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@​outsideris**](https://togithub.com/outsideris))
#### :nut_and_bolt: Other
- [#​4138](https://togithub.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@​kaicataldo**](https://togithub.com/kaicataldo))
### [`v7.0.1`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​701--2020-01-25)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v7.0.0...v7.0.1)
#### :bug: Fixes
- [#​4165](https://togithub.com/mochajs/mocha/issues/4165): Fix exception when skipping tests programmatically ([**@​juergba**](https://togithub.com/juergba))
- [#​4153](https://togithub.com/mochajs/mocha/issues/4153): Restore backwards compatibility for `reporterOptions` ([**@​holm**](https://togithub.com/holm))
- [#​4150](https://togithub.com/mochajs/mocha/issues/4150): Fix recovery of an open test upon uncaught exception ([**@​juergba**](https://togithub.com/juergba))
- [#​4147](https://togithub.com/mochajs/mocha/issues/4147): Fix regression of leaking uncaught exception handler ([**@​juergba**](https://togithub.com/juergba))
#### :book: Documentation
- [#​4146](https://togithub.com/mochajs/mocha/issues/4146): Update copyright & trademark notices per OJSF ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4140](https://togithub.com/mochajs/mocha/issues/4140): Fix broken links ([**@​KyoungWan**](https://togithub.com/KyoungWan))
#### :nut_and_bolt: Other
- [#​4133](https://togithub.com/mochajs/mocha/issues/4133): Print more descriptive error message ([**@​Zirak**](https://togithub.com/Zirak))
### [`v7.0.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#​700--2020-01-05)
[Compare Source](https://togithub.com/mochajs/mocha/compare/v6.2.3...v7.0.0)
#### :boom: Breaking Changes
- [#​3885](https://togithub.com/mochajs/mocha/issues/3885): **Drop Node.js v6.x support** ([**@​mojosoeun**](https://togithub.com/mojosoeun))
- [#​3890](https://togithub.com/mochajs/mocha/issues/3890): Remove Node.js debug-related flags `--debug`/`--debug-brk` and deprecate `debug` argument ([**@​juergba**](https://togithub.com/juergba))
- [#​3962](https://togithub.com/mochajs/mocha/issues/3962): Changes to command-line options ([**@​ParkSB**](https://togithub.com/ParkSB)):
- `--list-interfaces` replaces `--interfaces`
- `--list-reporters` replaces `--reporters`
- Hook pattern of `this.skip()` ([**@​juergba**](https://togithub.com/juergba)):
- [#​3859](https://togithub.com/mochajs/mocha/issues/3859): When conditionally skipping in a `it` test, related `afterEach` hooks are now executed
- [#​3741](https://togithub.com/mochajs/mocha/issues/3741): When conditionally skipping in a `beforeEach` hook, subsequent inner `beforeEach` hooks are now skipped and related `afterEach` hooks are executed
- [#​4136](https://togithub.com/mochajs/mocha/issues/4136): Disallow `this.skip()` within `after` hooks
- [#​3967](https://togithub.com/mochajs/mocha/issues/3967): Remove deprecated `getOptions()` and `lib/cli/options.js` ([**@​juergba**](https://togithub.com/juergba))
- [#​4083](https://togithub.com/mochajs/mocha/issues/4083): Uncaught exception in `pending` test: don't swallow, but retrospectively fail the test for correct exit code ([**@​juergba**](https://togithub.com/juergba))
- [#​4004](https://togithub.com/mochajs/mocha/issues/4004): Align `Mocha` constructor's option names with command-line options ([**@​juergba**](https://togithub.com/juergba))
#### :tada: Enhancements
- [#​3980](https://togithub.com/mochajs/mocha/issues/3980): Refactor and improve `--watch` mode with chokidar ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)):
- adds command-line options `--watch-files` and `--watch-ignore`
- removes `--watch-extensions`
- [#​3979](https://togithub.com/mochajs/mocha/issues/3979): Type "rs\n" to restart tests ([**@​broofa**](https://togithub.com/broofa))
#### :fax: Deprecations
These are *soft*-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:
- [#​3968](https://togithub.com/mochajs/mocha/issues/3968): Deprecate legacy configuration via `mocha.opts` ([**@​juergba**](https://togithub.com/juergba))
#### :bug: Fixes
- [#​4125](https://togithub.com/mochajs/mocha/issues/4125): Fix timeout handling with `--inspect-brk`/`--inspect` ([**@​juergba**](https://togithub.com/juergba))
- [#​4070](https://togithub.com/mochajs/mocha/issues/4070): `Mocha` constructor: improve browser setup ([**@​juergba**](https://togithub.com/juergba))
- [#​4068](https://togithub.com/mochajs/mocha/issues/4068): XUnit reporter should handle exceptions during diff generation ([**@​rgroothuijsen**](https://togithub.com/rgroothuijsen))
- [#​4030](https://togithub.com/mochajs/mocha/issues/4030): Fix `--allow-uncaught` with `this.skip()` ([**@​juergba**](https://togithub.com/juergba))
#### :mag: Coverage
- [#​4109](https://togithub.com/mochajs/mocha/issues/4109): Add Node.js v13.x to CI test matrix ([**@​juergba**](https://togithub.com/juergba))
#### :book: Documentation
- [#​4129](https://togithub.com/mochajs/mocha/issues/4129): Fix broken links ([**@​SaeromB**](https://togithub.com/SaeromB))
- [#​4127](https://togithub.com/mochajs/mocha/issues/4127): Add reporter alias names to docs ([**@​khg0712**](https://togithub.com/khg0712))
- [#​4101](https://togithub.com/mochajs/mocha/issues/4101): Clarify invalid usage of `done()` ([**@​jgehrcke**](https://togithub.com/jgehrcke))
- [#​4092](https://togithub.com/mochajs/mocha/issues/4092): Replace `:coffee:` with emoji ☕️ ([**@​pzrq**](https://togithub.com/pzrq))
- [#​4088](https://togithub.com/mochajs/mocha/issues/4088): Initial draft of project charter ([**@​boneskull**](https://togithub.com/boneskull))
- [#​4066](https://togithub.com/mochajs/mocha/issues/4066): Change `sh` to `bash` for code block in docs/index.md ([**@​HyunSangHan**](https://togithub.com/HyunSangHan))
- [#​4045](https://togithub.com/mochajs/mocha/issues/4045): Update README.md concerning GraphicsMagick installation ([**@​HyunSangHan**](https://togithub.com/HyunSangHan))
- [#​3988](https://togithub.com/mochajs/mocha/issues/3988): Fix sponsors background color for readability ([**@​outsideris**](https://togithub.com/outsideris))
#### :nut_and_bolt: Other
- [#​4118](https://togithub.com/mochajs/mocha/issues/4118): Update node-environment-flags to 1.0.6 ([**@​kylef**](https://togithub.com/kylef))
- [#​4097](https://togithub.com/mochajs/mocha/issues/4097): Add GH Funding Metadata ([**@​SheetJSDev**](https://togithub.com/SheetJSDev))
- [#​4089](https://togithub.com/mochajs/mocha/issues/4089): Add funding information to `package.json` ([**@​Munter**](https://togithub.com/Munter))
- [#​4077](https://togithub.com/mochajs/mocha/issues/4077): Improve integration tests ([**@​soobing**](https://togithub.com/soobing))
</details>
---
### Configuration
📅 **Schedule**: "after 9am and before 3pm" (UTC).
🚦 **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, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/retry-request).
* chore(main): release 4.2.0 (#52)
:robot: I have created a release *beep* *boop*
---
## [4.2.0](https://github.com/googleapis/retry-request/compare/v4.1.0...v4.2.0) (2022-04-06)
### Features
* support enhanced retry settings ([#35](https://github.com/googleapis/retry-request/issues/35)) ([0184676](https://github.com/googleapis/retry-request/commit/0184676dee36596fb939fb4559af11d0a14f64bd))
### Bug Fixes
* add new retry options to types ([#36](https://github.com/googleapis/retry-request/issues/36)) ([3f10798](https://github.com/googleapis/retry-request/commit/3f10798f47c03b50f1ba352b04d09ea3d0458b9c))
* correctly calculate retry attempt ([#33](https://github.com/googleapis/retry-request/issues/33)) ([4c852e2](https://github.com/googleapis/retry-request/commit/4c852e2ba22a7f75edfb3c905bd37a7e9913e67d))
* use extend instead of object.assign ([#37](https://github.com/googleapis/retry-request/issues/37)) ([8c8dcdd](https://github.com/googleapis/retry-request/commit/8c8dcdd7d6262ce305c93fa4a8a7b2630e984824))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
* chore(deps): update dependency linkinator to v3 (#59)
* chore(main): release 4.2.1 (#62)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* build!: drop node 10 (#68)
* build!: drop node 10
* add noop system test
* update mocha to ^9.2.2
* chore(main): release 5.0.0 (#70)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* fix: respect totalTimeout and do not retry if nextRetryDelay is <= 0 (#38)
* fix: respect totalTimeout and do not retry if nextRetryDelay is <= 0
* linter fix
* chore(deps): update dependency jsdoc-region-tag to v2 (#76)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdoc-region-tag](https://togithub.com/googleapis/jsdoc-region-tag) | [`^1.0.4` -> `^2.0.0`](https://renovatebot.com/diffs/npm/jsdoc-region-tag/1.3.1/2.0.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>googleapis/jsdoc-region-tag</summary>
### [`v2.0.0`](https://togithub.com/googleapis/jsdoc-region-tag/blob/HEAD/CHANGELOG.md#​200-httpsgithubcomgoogleapisjsdoc-region-tagcomparev131v200-2022-05-20)
[Compare Source](https://togithub.com/googleapis/jsdoc-region-tag/compare/v1.3.1...v2.0.0)
##### ⚠ BREAKING CHANGES
- update library to use Node 12 ([#​107](https://togithub.com/googleapis/jsdoc-region-tag/issues/107))
##### Build System
- update library to use Node 12 ([#​107](https://togithub.com/googleapis/jsdoc-region-tag/issues/107)) ([5b51796](https://togithub.com/googleapis/jsdoc-region-tag/commit/5b51796771984cf8b978990025f14faa03c19923))
##### [1.3.1](https://www.github.com/googleapis/jsdoc-region-tag/compare/v1.3.0...v1.3.1) (2021-08-11)
##### Bug Fixes
- **build:** migrate to using main branch ([#​79](https://www.togithub.com/googleapis/jsdoc-region-tag/issues/79)) ([5050615](https://www.github.com/googleapis/jsdoc-region-tag/commit/50506150b7758592df5e389c6a5c3d82b3b20881))
</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, click this checkbox.
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/retry-request).
* chore(deps): update dependency jsdoc-fresh to v2 (#75)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdoc-fresh](https://togithub.com/googleapis/jsdoc-fresh) | [`^1.0.2` -> `^2.0.0`](https://renovatebot.com/diffs/npm/jsdoc-fresh/1.1.1/2.0.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>googleapis/jsdoc-fresh</summary>
### [`v2.0.0`](https://togithub.com/googleapis/jsdoc-fresh/blob/HEAD/CHANGELOG.md#​200-httpsgithubcomgoogleapisjsdoc-freshcomparev111v200-2022-05-18)
[Compare Source](https://togithub.com/googleapis/jsdoc-fresh/compare/v1.1.1...v2.0.0)
##### ⚠ BREAKING CHANGES
- update library to use Node 12 ([#​108](https://togithub.com/googleapis/jsdoc-fresh/issues/108))
##### Build System
- update library to use Node 12 ([#​108](https://togithub.com/googleapis/jsdoc-fresh/issues/108)) ([e61c223](https://togithub.com/googleapis/jsdoc-fresh/commit/e61c2238db8900e339e5fe7fb8aea09642290182))
##### [1.1.1](https://www.github.com/googleapis/jsdoc-fresh/compare/v1.1.0...v1.1.1) (2021-08-11)
##### Bug Fixes
- **build:** migrate to using main branch ([#​83](https://www.togithub.com/googleapis/jsdoc-fresh/issues/83)) ([9474adb](https://www.github.com/googleapis/jsdoc-fresh/commit/9474adbf0d559d319ff207397ba2be6b557999ac))
</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, click this checkbox.
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/retry-request).
* chore(main): release 5.0.1 (#73)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
* chore(deps): update dependency linkinator to v4 (#77)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [linkinator](https://togithub.com/JustinBeckwith/linkinator) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/linkinator/3.1.0/4.0.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>JustinBeckwith/linkinator</summary>
### [`v4.0.0`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v4.0.0)
[Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v3.1.0...v4.0.0)
##### Features
- create new release with notes ([#​508](https://togithub.com/JustinBeckwith/linkinator/issues/508)) ([2cab633](https://togithub.com/JustinBeckwith/linkinator/commit/2cab633c9659eb10794a4bac06f8b0acdc3e2c0c))
##### BREAKING CHANGES
- The commits in [#​507](https://togithub.com/JustinBeckwith/linkinator/issues/507) and [#​506](https://togithub.com/JustinBeckwith/linkinator/issues/506) both had breaking changes. They included dropping support for Node.js 12.x and updating the CSV export to be streaming, and to use a new way of writing the CSV file. This is an empty to commit using the `BREAKING CHANGE` format in the commit message to ensure a release is triggered.
</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, click this checkbox.
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/retry-request).
* fix: delete second LICENSE (#82)
* fix: delete second LICENSE
* chore(main): release 5.0.2 (#80)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(deps): update dependency jsdoc to v4 (#83)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdoc](https://togithub.com/jsdoc/jsdoc) | [`^3.6.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/jsdoc/3.6.11/4.0.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>jsdoc/jsdoc</summary>
### [`v4.0.0`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#​400-November-2022)
[Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.11...084218523a7d69fec14a852ce680f374f526af28)
- JSDoc releases now use [semantic versioning](https://semver.org/). If JSDoc makes
backwards-incompatible changes in the future, the major version will be incremented.
- JSDoc no longer uses the [`taffydb`](https://taffydb.com/) package. If your JSDoc template or
plugin uses the `taffydb` package, see the
[instructions for replacing `taffydb` with `@jsdoc/salty`](https://togithub.com/jsdoc/jsdoc/tree/main/packages/jsdoc-salty#use-salty-in-a-jsdoc-template).
- JSDoc now supports Node.js 12.0.0 and later.
</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://app.renovatebot.com/dashboard#github/googleapis/retry-request).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
* build: disable docs check due to issue in linkinator (#94)
* build: disable docs check due to issue in linkinator
* exclude ci.yaml from owlbot
* chore!: move minimum version to node 14 (#96)
* chore(main): release 6.0.0 (#98)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(deps): update dependency gts to v5 (#99)
* chore(deps): update dependency jsdoc-region-tag to v3 (#101)
* chore(deps): update dependency jsdoc-fresh to v3 (#100)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jsdoc-fresh](https://togithub.com/googleapis/jsdoc-fresh) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/jsdoc-fresh/2.0.2/3.0.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>googleapis/jsdoc-fresh (jsdoc-fresh)</summary>
### [`v3.0.0`](https://togithub.com/googleapis/jsdoc-fresh/blob/HEAD/CHANGELOG.md#300-2023-08-10)
[Compare Source](https://togithub.com/googleapis/jsdoc-fresh/compare/v2.0.2...v3.0.0)
##### ⚠ BREAKING CHANGES
- upgrade to Node 14
##### Miscellaneous Chores
- Upgrade to Node 14 ([50c1a03](https://togithub.com/googleapis/jsdoc-fresh/commit/50c1a0328a2ff7b1940989b6818366535f1c47a2))
</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/retry-request).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
* chore(nodejs): Add `system-test/fixtures` to `.eslintignore` (#106)
* fix: Add `system-test/fixtures` to `.eslintignore`
* refactor: Use `**`
Source-Link: https://github.com/googleapis/synthtool/commit/b7858ba70e8acabc89d13558a71dd9318a57034a
P…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7->v8Release Notes
actions/github-script (actions/github-script)
v8: .0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
New Contributors
Full Changelog: actions/github-script@v7.1.0...v8.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.