Conversation
…endRowsRequest PiperOrigin-RevId: 684900949 Source-Link: googleapis/googleapis@b49a983 Source-Link: googleapis/googleapis-gen@34ddd03 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzRkZGQwMzk5Mzg2YWViMWQ0YWI1ZDM5N2E2ZGNjZTU5MDhhMTZmMCJ9
feat: specify retry configuration PiperOrigin-RevId: 712493958 Source-Link: googleapis/googleapis@29aea41 Source-Link: googleapis/googleapis-gen@04bcbab Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDRiY2JhYjQ1MDU5ODllOTg0YjE0MDNkNDM4ZmZmYzAzMTIxNDRhZiJ9
fix: add x-goog-request params to headers for LRO-polling methods fix: remove extra protos in ESM & capture ESM in headers docs: update comments for a Nodejs stream object PiperOrigin-RevId: 721038181 Source-Link: googleapis/googleapis@331a41a Source-Link: googleapis/googleapis-gen@e81b4c5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTgxYjRjNWI1MjA4ODk1ZjY2M2EyNDA0ODYxNWE1OWQ1NjM2ZjQxNSJ9
PiperOrigin-RevId: 731694023 Source-Link: googleapis/googleapis@12fc2f9 Source-Link: googleapis/googleapis-gen@ec9b041 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWM5YjA0MTRhYWM1Y2U2MTFmZjU3NjU1YTRkYTY1NWJkZGZmZjBmZSJ9
PiperOrigin-RevId: 731731294 Source-Link: googleapis/googleapis@a2dbd2d Source-Link: googleapis/googleapis-gen@c28cf03 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzI4Y2YwMzRlMTM4ZWEwOTg3MDYyYTMzODUwMDIxMWI3YjRmNDM2MiJ9
PiperOrigin-RevId: 732130682 Source-Link: googleapis/googleapis@9415ba0 Source-Link: googleapis/googleapis-gen@2905f83 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjkwNWY4MzM3NTZjMmIyMGIzMjgyYmU4NGI1MTFlMDQwZmU1NGYzMyJ9
feat: add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) fix: add json files to tsconfig templates (#1692) (ba6be1d) PiperOrigin-RevId: 735896588 Source-Link: googleapis/googleapis@3419af7 Source-Link: googleapis/googleapis-gen@f35ba11 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjM1YmExMTQyZjRlMTY4MjIyMzI3ZDg5MmI1ZjZlZTkwOGU1ZDQ2MSJ9
PiperOrigin-RevId: 738212310 Source-Link: googleapis/googleapis@803b234 Source-Link: googleapis/googleapis-gen@4f44bd2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY0NGJkMmJhYThkZDVhNzFjYTBjZWJkYjE2NGMzYzM0MzQxZWQ4NyJ9
|
Warning: This pull request is touching the following templated files:
|
|
I think that some changes got lost in a force push that are causing compile errors - https://github.com/googleapis/nodejs-bigquery-storage/compare/3ee7c38228ee68b64fe7fd8509ef41d6623ee67b..8d52d12a9ff49d9e90a297923437088ff5c8e51b Some of these later got reverted, but the changes to src/adapt/proto_mappings.ts and src/adapt/proto.ts are missing. I am going to rollback to before you commit and then try re-adding your stuff @sofisl |
|
|
||
| close() { | ||
| this._client.close(); | ||
| this._client.close().catch(err => { |
There was a problem hiding this comment.
why this change is needed for the upgrade ?
There was a problem hiding this comment.
Great question! It's from this generator update googleapis/gapic-generator-typescript#1697 - we changed our lint rules and don't allow floating promises anymore, so you'll see more catch blocks like these in all of our code
fixes b/397529720
I think this also fixes #540