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.3
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.18.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Nov 12, 2025

  1. samples: Add Soft Delete policy and object management samples (#2676)

    * samples: Add Soft Delete policy and object management samples
    
    Adds complete code samples demonstrating the following operations:
    - storage_disable_soft_delete
    - storage_get_soft_delete_policy
    - storage_set_soft_delete_policy
    - storage_list_soft_deleted_objects
    - storage_list_soft_deleted_object_versions
    - storage_restore_object
    
    * remove conflict
    
    * bug fix
    
    * refactor: Use literal for retention duration and improve test assertion
    
    - Removed the SOFT_DELETE_RETENTION_SECONDS constant, replacing it with
    the literal value (604800) and adding a comment.
    - Updated the listSoftDeletedObjectVersions test to assert on the object
    generation number, improving test coverage and reflecting the logging
    change.
    
    * 🦉 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>
    thiyaguk09 and gcf-owl-bot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    bae7040 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. chore(python): remove configure_previous_major_version_branches (#2675)

    chore(python): remove configure_previous_major_version_branches from python post processor
    
    Source-Link: googleapis/synthtool@6702a34
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    633a13a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. feat(listBuckets): Add support for returning partial success (#2678)

    * feat(listBuckets): Add support for returning partial success
    
    Implements the optional parameter `returnPartialSuccess`.
    
    If set to `true` and the API response contains an `unreachable` array,
    the function will return a successful callback (`err: null`) and pass
    the `unreachable` array as the 5th argument.
    
    This allows users to process the available buckets without the entire
    operation failing on soft errors.
    
    * docs(samples): Add listBucketsPartialSuccess sample
    
    New sample for partial success in ListBuckets
    (storage_list_buckets_partial_success)
    
    * code refactor
    
    * minor fix
    
    * Ensure positional consistency for optional callback results
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Enable partial success via placeholder objects
    
    * bug fix
    
    * addressing commends
    
    * refactor: Simplify partial success placeholder logic
    
    * addressing comments
    
    * Revert "addressing comments"
    
    This reverts commit 10a7e87.
    
    * addressing comments
    
    * chore: Clean up unreachable placeholder creation loop
    
    * refactor: test case
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    thiyaguk09 and gcf-owl-bot[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    c7004da View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore(main): release 7.18.0 (#2684)

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