Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 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
36916cc
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Jul 31, 2026
f1d9527
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 3, 2026
89f5355
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 4, 2026
a6ec34c
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 4, 2026
7091957
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 5, 2026
ec4a5bd
Merge branch 'main' into feat/bucket-ip-filter
Dhriti07 Aug 5, 2026
f843afa
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 5, 2026
218a5a7
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 5, 2026
051bbd7
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 6, 2026
12cf720
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 7, 2026
a27c5f1
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 10, 2026
bb0b0d5
chore(main): release google-ads-datamanager 1.0.0 (#9113)
release-please[bot] Aug 10, 2026
af8074c
fix: upgrade all node core library dependencies to their latest node …
danieljbruce Aug 10, 2026
7e1b441
chore: update CODEOWNERS file (#9037)
shivanee-p Aug 10, 2026
f5ab609
chore: release main (#9110)
release-please[bot] Aug 10, 2026
ddb1d99
chore(deps-dev): bump tmp from 0.2.6 to 0.2.7 in /core/packages/gaxio…
dependabot[bot] Aug 10, 2026
a747a1a
chore(deps): update dependency protobufjs-cli to v1.2.1 [security] (#…
renovate-bot Aug 10, 2026
13d1ca8
chore(main): release storage 7.22.0 (#8676)
release-please[bot] Aug 11, 2026
f2f336f
chore(deps): bump js-yaml from 4.1.1 to 4.3.0 in /core/generator/gapi…
dependabot[bot] Aug 11, 2026
aaed24f
chore(deps-dev): bump tmp from 0.2.5 to 0.2.7 in /core/packages/nodej…
dependabot[bot] Aug 11, 2026
febccec
Merge branch 'main' into feat/bucket-ip-filter
thiyaguk09 Aug 11, 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# The cloud sdk nodejs team is the default owner for nodejs repositories.
# team_members: @pearigee @feywind @danieljbruce @shivanee-p
# team_members: @westarle @feywind @danieljbruce @shivanee-p
* @googleapis/cloud-sdk-nodejs-team
/handwritten/bigquery @googleapis/bigquery-team
/handwritten/cloud-profiler @googleapis/cloud-profiler-team
Expand Down
48 changes: 24 additions & 24 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"core/common": "8.0.0",
"core/common": "8.0.1",
"core/dev-packages/jsdoc-fresh": "6.0.0",
"core/dev-packages/jsdoc-region-tag": "5.0.0",
"core/dev-packages/pack-n-play": "5.0.1",
"core/generator/gapic-generator-typescript": "5.0.0",
"core/packages/gapic-node-processing": "0.2.0",
"core/packages/gax": "6.0.0",
"core/packages/gapic-node-processing": "0.2.1",
"core/packages/gax": "6.0.1",
"core/packages/gaxios": "7.3.0",
"core/packages/gcp-metadata": "9.0.1",
"core/packages/google-auth-library-nodejs": "11.0.0",
"core/packages/logging-utils": "2.0.0",
"core/packages/nodejs-googleapis-common": "9.0.1",
"core/packages/nodejs-proto-files": "6.0.0",
"core/packages/proto3-json-serializer-nodejs": "4.0.0",
"core/packages/retry-request": "9.0.0",
"core/packages/teeny-request": "11.0.0",
"core/packages/tools": "2.0.0",
"core/packages/gcp-metadata": "9.0.2",
"core/packages/google-auth-library-nodejs": "11.0.1",
"core/packages/logging-utils": "2.0.1",
"core/packages/nodejs-googleapis-common": "9.0.2",
"core/packages/nodejs-proto-files": "6.0.1",
"core/packages/proto3-json-serializer-nodejs": "4.0.1",
"core/packages/retry-request": "9.0.1",
"core/packages/teeny-request": "11.0.1",
"core/packages/tools": "2.0.1",
"core/packages/typeless-sample-bot": "4.0.0",
"core/paginator": "7.0.0",
"core/paginator": "7.0.1",
"core/precise-date": "6.0.0",
"core/projectify": "6.0.0",
"core/promisify": "6.0.0",
"core/projectify": "6.0.1",
"core/promisify": "6.0.1",
"handwritten/bigquery": "9.0.1",
"handwritten/bigquery-storage": "6.0.0",
"handwritten/bigtable": "7.1.0",
Expand All @@ -34,9 +34,9 @@
"handwritten/logging-winston": "7.0.0",
"handwritten/pubsub": "6.0.0",
"handwritten/spanner": "8.10.0",
"handwritten/storage": "7.21.0",
"handwritten/storage": "7.22.0",
"packages/google-ads-admanager": "0.9.0",
"packages/google-ads-datamanager": "0.6.0",
"packages/google-ads-datamanager": "1.0.0",
"packages/google-ai-generativelanguage": "4.0.0",
"packages/google-analytics-admin": "10.0.0",
"packages/google-analytics-data": "7.0.0",
Expand All @@ -49,12 +49,12 @@
"packages/google-apps-events-subscriptions": "0.2.0",
"packages/google-apps-meet": "0.8.0",
"packages/google-area120-tables": "5.0.0",
"packages/google-chat": "0.28.0",
"packages/google-chat": "0.29.0",
"packages/google-cloud-accessapproval": "5.0.0",
"packages/google-cloud-advisorynotifications": "3.0.0",
"packages/google-cloud-agentidentity": "0.1.0",
"packages/google-cloud-agentregistry": "0.3.0",
"packages/google-cloud-aiplatform": "7.0.0",
"packages/google-cloud-aiplatform": "7.1.0",
"packages/google-cloud-alloydb": "3.0.0",
"packages/google-cloud-apigateway": "5.0.0",
"packages/google-cloud-apigeeconnect": "5.0.0",
Expand Down Expand Up @@ -96,8 +96,8 @@
"packages/google-cloud-clouddms": "5.0.0",
"packages/google-cloud-cloudsecuritycompliance": "0.3.0",
"packages/google-cloud-commerce-consumer-procurement": "0.8.0",
"packages/google-cloud-commerceproducer": "0.3.0",
"packages/google-cloud-compute": "7.0.0",
"packages/google-cloud-commerceproducer": "0.4.0",
"packages/google-cloud-compute": "7.1.0",
"packages/google-cloud-confidentialcomputing": "3.0.0",
"packages/google-cloud-config": "0.13.0",
"packages/google-cloud-configdelivery": "0.2.0",
Expand All @@ -108,7 +108,7 @@
"packages/google-cloud-datacatalog": "6.0.0",
"packages/google-cloud-datacatalog-lineage": "3.0.0",
"packages/google-cloud-datacatalog-lineage-configmanagement": "0.2.0",
"packages/google-cloud-dataform": "3.0.0",
"packages/google-cloud-dataform": "3.1.0",
"packages/google-cloud-datafusion": "5.0.0",
"packages/google-cloud-datalabeling": "6.0.0",
"packages/google-cloud-dataplex": "6.0.0",
Expand All @@ -131,7 +131,7 @@
"packages/google-cloud-eventarc-publishing": "5.0.0",
"packages/google-cloud-filestore": "5.0.0",
"packages/google-cloud-financialservices": "0.5.0",
"packages/google-cloud-firestore-api": "0.4.0",
"packages/google-cloud-firestore-api": "0.5.0",
"packages/google-cloud-functions": "5.0.0",
"packages/google-cloud-gdchardwaremanagement": "0.11.0",
"packages/google-cloud-geminidataanalytics": "0.9.0",
Expand Down Expand Up @@ -239,7 +239,7 @@
"packages/google-devtools-cloudbuild": "6.0.0",
"packages/google-devtools-cloudprofiler": "0.10.0",
"packages/google-devtools-containeranalysis": "7.0.0",
"packages/google-iam": "3.0.0",
"packages/google-iam": "3.1.0",
"packages/google-iam-credentials": "5.0.0",
"packages/google-identity-accesscontextmanager": "5.0.0",
"packages/google-maps-addressvalidation": "4.0.0",
Expand Down
Loading
Loading