Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
9c24074
feat(storage): add IpFilter support to bucket metadata
thiyaguk09 Jun 8, 2026
bda0d1b
test(storage): add unit for bucket ipFilter metadata management
thiyaguk09 Jun 8, 2026
e469440
test(storage): add system tests for bucket ipFilter metadata configur…
thiyaguk09 Jun 9, 2026
a065dbd
refactor: restrict IpFilter mode to specific union types and allow nu…
thiyaguk09 Jun 9, 2026
991c863
fix: handle destroyed FileWriteStream in upload pipeline and update t…
thiyaguk09 Jun 9, 2026
78d047d
chore: add postinstall script to patch yargs for cjs compatibility
thiyaguk09 Jun 9, 2026
17af3a1
chore: upgrade yargs to v18.0.0 and remove the obsolete yargs patchin…
thiyaguk09 Jun 9, 2026
96bbd56
chore: downgrade yargs dependency to version 17.3.1
thiyaguk09 Jun 9, 2026
f136b64
refactor: remove yargs shimming logic and clean up File stream error …
thiyaguk09 Jun 12, 2026
2389a61
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 12, 2026
fcbcdf2
test: update ipFilter test configuration and refine bucket metadata t…
thiyaguk09 Jun 12, 2026
b140f4e
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 15, 2026
d52bd4e
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 16, 2026
acacc92
test: update ipFilter test cases to verify clearing CIDR ranges and l…
thiyaguk09 Jun 16, 2026
91c4721
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 17, 2026
82ef42d
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 18, 2026
9b96dee
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 18, 2026
790fd69
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 18, 2026
3ccd76d
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 19, 2026
11b10f0
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 22, 2026
b9db610
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 23, 2026
faf97d4
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 23, 2026
0dcb2dc
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 24, 2026
d2ecac7
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 24, 2026
09fad64
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 25, 2026
c1d68c1
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 25, 2026
9450d9e
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 26, 2026
255bd03
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 29, 2026
3b48981
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jun 30, 2026
84ce69b
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 1, 2026
cecb043
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 3, 2026
80eb01d
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 7, 2026
636192e
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 8, 2026
eef69b7
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 9, 2026
b74cc2d
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 10, 2026
3512197
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 21, 2026
8cf3a71
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 22, 2026
e4bac2b
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 23, 2026
f3fc567
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 24, 2026
a69f4c4
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 27, 2026
bbf03ef
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 28, 2026
8bc0fb4
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 28, 2026
17c069a
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 29, 2026
32edc2a
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 30, 2026
26b1e8b
ci: resolve ref-version-mismatch in GitHub Actions workflows (#9028)
westarle Jul 30, 2026
98dc35c
chore(docs): update README template to monorepo (#9020)
westarle Jul 30, 2026
863c3cc
feat!: upgrade minimum Node.js version to 22 for the gapic-generator-…
danieljbruce Jul 30, 2026
36916cc
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql-autogenerated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false

Expand All @@ -62,10 +62,10 @@ jobs:

# Initializes the CodeQL tools for scanning - autogen flavour.
- name: Initialize CodeQL for autogenerated
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
config-file: .github/codeql/codeql-autogenerated.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis for autogenerated
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6 changes: 3 additions & 3 deletions .github/workflows/codeql-handwritten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false

Expand All @@ -62,10 +62,10 @@ jobs:

# Initializes the CodeQL tools for scanning - handwritten flavour.
- name: Initialize CodeQL for handwritten
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
config-file: .github/codeql/codeql-handwritten.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis for handwritten
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6 changes: 3 additions & 3 deletions .github/workflows/codeql-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false

Expand All @@ -62,11 +62,11 @@ jobs:

# Initializes the CodeQL tools for scanning - repo meta flavour.
- name: Initialize CodeQL for repo meta
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
config-file: .github/codeql/codeql-repo.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis for repo meta
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4 changes: 2 additions & 2 deletions .github/workflows/conformance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
conformance-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 14
- run: node --version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
matrix:
node: [ 18, 20 ]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
repository: googleapis/cloud-bigtable-clients-test
ref: main
path: handwritten/bigtable/cloud-bigtable-clients-test
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generator-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis:20250404
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 300
persist-credentials: false
Expand All @@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }}

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issues-no-repro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 18
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mandatory-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
matrix:
node: [ 18, 20 ]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
repository: googleapis/cloud-bigtable-clients-test
ref: v0.0.3
path: handwritten/bigtable/cloud-bigtable-clients-test
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
Expand All @@ -32,7 +32,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-api-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
update-api-list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 18
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions bin/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Once downloaded, store the path to this file in the `GOOGLE_APPLICATION_CREDENTI

### Other Authentication Methods

Other authentication methods are outlined in the README for [google-auth-library-nodejs](https://github.com/googleapis/google-auth-library-nodejs),
Other authentication methods are outlined in the README for [google-auth-library-nodejs](https://github.com/googleapis/google-cloud-node/tree/main/core/packages/google-auth-library-nodejs),
which is the authentication library used by all Google Cloud Node.js clients.

## Example Applications
Expand Down Expand Up @@ -105,8 +105,8 @@ Apache 2.0 - See [LICENSE][license] for more information.
[hya-io]: https://hya.io
[gstore-node]: https://github.com/sebelga/gstore-node
[gstore-api]: https://github.com/sebelga/gstore-api
[devconsole]: https://console.developer.google.com
[googleapis]: https://github.com/google/google-api-nodejs-client
[devconsole]: https://console.cloud.google.com
[googleapis]: https://github.com/googleapis/google-api-nodejs-client
[semver]: http://semver.org
[contributing]: CONTRIBUTING.md
[license]: LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -103,6 +103,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -59,6 +59,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -103,6 +103,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -59,6 +59,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -109,6 +109,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -65,6 +65,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -104,6 +104,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -60,6 +60,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -103,6 +103,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -59,6 +59,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -108,6 +108,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Loading
Loading