Skip to content

Commit

Permalink
Merge branch 'main' into renovate/node-20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Feb 8, 2025
2 parents ed03f57 + 2e6ea96 commit ec55171
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
lib-name: [showcase, kms, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging, bigquery-v2]
lib-name: [showcase, kms, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging, bigquery-v2, redis]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
lib-name: [showcase, kms, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging, bigquery-v2]
lib-name: [showcase, kms, translate, monitoring, dlp, texttospeech, showcase-legacy, compute, logging, bigquery-v2, redis]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.7.2](https://github.com/googleapis/gapic-generator-typescript/compare/v4.7.1...v4.7.2) (2025-02-05)


### Bug Fixes

* Typings for headers and tests ([#1682](https://github.com/googleapis/gapic-generator-typescript/issues/1682)) ([cf2dfd2](https://github.com/googleapis/gapic-generator-typescript/commit/cf2dfd2f8355530c1e8479cab7079a59a2753bd9))

## [4.7.1](https://github.com/googleapis/gapic-generator-typescript/compare/v4.7.0...v4.7.1) (2025-02-03)


### Bug Fixes

* Add type checking for headers ([#1677](https://github.com/googleapis/gapic-generator-typescript/issues/1677)) ([be289a9](https://github.com/googleapis/gapic-generator-typescript/commit/be289a97e88f409e8f5d12405fff8d9b1516c768))

## [4.7.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.6.3...v4.7.0) (2025-01-28)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ export class CloudRedisClient {
request: protos.google.longrunning.ListOperationsRequest,
options?: gax.CallOptions
): AsyncIterable<protos.google.longrunning.ListOperationsResponse> {
let options: gax.CallOptions = options || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
options.otherArgs.headers = options.otherArgs.headers || {};
Expand Down Expand Up @@ -1455,8 +1454,8 @@ export class CloudRedisClient {
optionsOrCallback?:
| gax.CallOptions
| Callback<
protos.google.protobuf.Empty,
protos.google.longrunning.CancelOperationRequest,
protos.google.protobuf.Empty,
{} | undefined | null
>,
callback?: Callback<
Expand Down
3 changes: 1 addition & 2 deletions baselines/redis/src/v1beta1/cloud_redis_client.ts.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,6 @@ export class CloudRedisClient {
request: protos.google.longrunning.ListOperationsRequest,
options?: gax.CallOptions
): AsyncIterable<protos.google.longrunning.ListOperationsResponse> {
let options: gax.CallOptions = options || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
options.otherArgs.headers = options.otherArgs.headers || {};
Expand Down Expand Up @@ -1433,8 +1432,8 @@ export class CloudRedisClient {
optionsOrCallback?:
| gax.CallOptions
| Callback<
protos.google.protobuf.Empty,
protos.google.longrunning.CancelOperationRequest,
protos.google.protobuf.Empty,
{} | undefined | null
>,
callback?: Callback<
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/gapic-generator",
"version": "4.7.0",
"version": "4.7.2",
"type": "module",
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
"homepage": "https://github.com/googleapis/gapic-generator-typescript#readme",
Expand Down
3 changes: 1 addition & 2 deletions templates/cjs/typescript_gapic/_operations.njk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
request: protos.google.longrunning.ListOperationsRequest,
options?: gax.CallOptions
): AsyncIterable<protos.google.longrunning.ListOperationsResponse> {
let options: gax.CallOptions = options || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
options.otherArgs.headers = options.otherArgs.headers || {};
Expand Down Expand Up @@ -147,8 +146,8 @@
optionsOrCallback?:
| gax.CallOptions
| Callback<
protos.google.protobuf.Empty,
protos.google.longrunning.CancelOperationRequest,
protos.google.protobuf.Empty,
{} | undefined | null
>,
callback?: Callback<
Expand Down
3 changes: 1 addition & 2 deletions templates/esm/typescript_gapic/_operations.njk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
request: protos.google.longrunning.ListOperationsRequest,
options?: gax.CallOptions
): AsyncIterable<protos.google.longrunning.ListOperationsResponse> {
let options: gax.CallOptions = options || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
options.otherArgs.headers = options.otherArgs.headers || {};
Expand Down Expand Up @@ -147,8 +146,8 @@
optionsOrCallback?:
| gax.CallOptions
| Callback<
protos.google.protobuf.Empty,
protos.google.longrunning.CancelOperationRequest,
protos.google.protobuf.Empty,
{} | undefined | null
>,
callback?: Callback<
Expand Down

0 comments on commit ec55171

Please sign in to comment.