Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/retry-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: googleapis/retry-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 10 commits
  • 25 files changed
  • 5 contributors

Commits on Nov 10, 2022

  1. chore(deps): update dependency jsdoc to v4 (#83)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/jsdoc/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jsdoc/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jsdoc/4.0.0/compatibility-slim/3.6.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jsdoc/4.0.0/confidence-slim/3.6.11)](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#&#8203;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-->
    renovate-bot authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2fc51de View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. build: have Kokoro grab service account credentials from secret that …

    …will be rotated for system tests (#85)
    
    Source-Link: googleapis/synthtool@abbc97d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:fe04ae044dadf5ad88d979dbcc85e0e99372fb5d6316790341e6aca5e4e3fbc8
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b642d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. chore: store nodejs build artifacts in placer (#87)

    Source-Link: googleapis/synthtool@3602660
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e6d785d6de3cab027f6213d95ccedab4cab3811b0d3172b78db2216faa182e32
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b8a9bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. build: disable docs check due to issue in linkinator (#94)

    * build: disable docs check due to issue in linkinator
    
    * exclude ci.yaml from owlbot
    ddelgrosso1 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e4c3cbe View commit details
    Browse the repository at this point in the history
  2. docs: update docs-devsite.sh to use latest node-js-rad version (#88)

    Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
    
    Source-Link: googleapis/synthtool@b1ced7d
    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>
    Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
    3 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ae4212a View commit details
    Browse the repository at this point in the history
  3. chore: upgrade to Node 14 (#91)

    Source-Link: googleapis/synthtool@2d2d5e5
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bfa6fdba19aa7d105167d01fb51f5fd8285e8cd9fca264e43aff849e9e7fa36c
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
    3 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b8f5e50 View commit details
    Browse the repository at this point in the history
  4. build: add extra test for Node 20, update windows tests (#92)

    * build: add extra test for Node 20, update windows tests
    
    Source-Link: googleapis/synthtool@38f5d4b
    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: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
    3 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fbb45f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    2167a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f42d074 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.0.0 (#98)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1c5c56d View commit details
    Browse the repository at this point in the history
Loading