Skip to content
This repository was archived by the owner on Mar 3, 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/nodejs-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.17.2
Choose a base ref
...
head repository: googleapis/nodejs-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.17.3
Choose a head ref
  • 11 commits
  • 16 files changed
  • 7 contributors

Commits on Oct 22, 2025

  1. chore: update setup-node in github workflows (#2661)

    Source-Link: googleapis/synthtool@bfba274
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:da8a4a745d5eb96f07fa99a550afe49ac80dcd9b93a8d914e4f1f6f1cda653ff
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    f9a1fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69036ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15da282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3477d1e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. chore: Support Node 18+ (#2540)

    * feat: Support Node 18+
    
    * chore: Additional Node 18 upgrades
    
    * chore: don't change test fixtures
    
    * feat: Move kokoro directories to 18
    
    * chore: Update checkout and setup-node to v4
    
    - https://github.com/actions/checkout/releases/tag/v4.0.0
    
    - https://github.com/actions/setup-node/releases/tag/v4.0.0
    
    Source-Link: googleapis/synthtool@c19dd80
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:8060aba1f6d5617d08091767141ab2a99ea1ccbd9371fd42ffc208c5329caa73
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
    3 people authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    e0ac235 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. fix: 🐛 fix the issue 2667, do not mutate object given to options … (#…

    …2668)
    
    * fix: 🐛 fix the issue 2667, do not mutate object given to options argument in file download method
    
    * test: 🧪 add the test for issue 2667, and fix another faulty test
    
    * style: 🎨 fix the lint error in test
    gnekich authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    8a9f259 View commit details
    Browse the repository at this point in the history
  2. chore: fix ignore regex in owlbot.yaml (#2671)

    * chore: fix ignore regex in owlbot.yaml
    
    * re-add samples to owlbot.py
    
    * fix regex format
    ddelgrosso1 authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    f572456 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Revert "fix: Implement path containment to prevent traversal attacks (#…

    …2654)" (#2674)
    
    This reverts commit 08d7abf.
    
    Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
    thiyaguk09 and ddelgrosso1 authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    254b6b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Chore: Update move logic now to support non-HNS buckets (#2666)

    * Chore: Update move logic to support non-HNS buckets
    
    The existing logic for file move operations was implicitly tied to
    features available only in Hierarchical Namespace (HNS) enabled buckets.
    
    This update refactors the underlying move implementation to correctly
    handle the different API requirements and constraints of **non-HNS
    buckets**.
    
    * refactor: system test
    
    * add more assert
    
    * bug fix
    
    * addressing comments
    thiyaguk09 authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    642c3e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    71c0d05 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 7.17.3 (#2670)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    274fd4e View commit details
    Browse the repository at this point in the history
Loading