-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: googleapis/nodejs-bigtable
base: v3.9.4
head repository: googleapis/nodejs-bigtable
compare: v3.10.0
- 13 commits
- 35 files changed
- 9 contributors
Commits on Mar 17, 2022
-
chore: update v2.14.2 gapic-generator-typescript (#1027)
- [ ] Regenerate this pull request now. Committer: @summer-ji-eng PiperOrigin-RevId: 434859890 Source-Link: googleapis/googleapis@bc2432d Source-Link: googleapis/googleapis-gen@930b673 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMwYjY3MzEwM2U5MjUyM2Y4Y2ZlZDM4ZGVjZDdkM2FmYWU4ZWJlNyJ9
Configuration menu - View commit details
-
Copy full SHA for 05e39cc - Browse repository at this point
Copy the full SHA 05e39ccView commit details
Commits on Mar 22, 2022
-
chore(deps): update dependency gts to v3 (#979)
* chore(deps): update dependency gts to v3 * 🦉 Updates from OwlBot 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> Co-authored-by: Benjamin E. Coe <bencoe@google.com> Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8ae30a - Browse repository at this point
Copy the full SHA d8ae30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0b2c0 - Browse repository at this point
Copy the full SHA 9a0b2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e2e9f - Browse repository at this point
Copy the full SHA 55e2e9fView commit details
Commits on Mar 23, 2022
-
feat: Add ListHotTablets API method and protobufs (#1057)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 436758628 Source-Link: googleapis/googleapis@92ab86a Source-Link: googleapis/googleapis-gen@931ef11 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMxZWYxMTRkNWY4NDVhYmYxMTdiZjhlMGEyOTgzNmNhMzAwYjY5NCJ9
Configuration menu - View commit details
-
Copy full SHA for 2b175ac - Browse repository at this point
Copy the full SHA 2b175acView commit details
Commits on Mar 31, 2022
-
fix: disable retry-request, add exponential backoff in mutateRows and…
… readRows (#1060) * fix: add rpc level retries for mutate * remove debugging logs * add exponential backoff * simplify mutate row retry logic * fix broken tests * ignore checks for retry options * fix lint * comments * reset retry after a succee response * fix lint * fix system test * clean up * add rpc status in mutate rows, and remove http status * remove unnecessary check * remove decorate status * update * fix * correct retry count
Configuration menu - View commit details
-
Copy full SHA for 3718011 - Browse repository at this point
Copy the full SHA 3718011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90de80f - Browse repository at this point
Copy the full SHA 90de80fView commit details
Commits on Apr 4, 2022
-
chore: Enable Size-Label bot in all googleapis NodeJs repositories (#…
…1382) (#1063) * chore: Enable Size-Label bot in all googleapis NodeJs repositories Auto-label T-shirt size indicator should be assigned on every new pull request in all googleapis NodeJs repositories * Remove product Remove product since it is by default true Source-Link: googleapis/synthtool@f1562fa Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb4d47d0e770abad62699a4664ce6b9ff1629d50c276a6c75860a6a1853dd19b
Configuration menu - View commit details
-
Copy full SHA for 6c09b0a - Browse repository at this point
Copy the full SHA 6c09b0aView commit details
Commits on Apr 5, 2022
-
feat: AuditConfig for IAM v1 (#1061)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 439356405 Source-Link: googleapis/googleapis@afa2ba1 Source-Link: googleapis/googleapis-gen@3e40c17 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2U0MGMxN2UxNTEwYzk1ZmFiNThmYzIxNDNjY2I2MWNjZWNhNTk4OSJ9 docs: Update `cpu_utilization_percent` limit docs: Remove the limitation of all clusters in a CMEK instance must use the same key PiperOrigin-RevId: 438385300 Source-Link: googleapis/googleapis@c59f02e Source-Link: googleapis/googleapis-gen@04d03d1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDRkMDNkMTdhYWZhN2I0NDIyZjczYzkzNjAwZjA0MDU0MjgxN2ZjZCJ9
Configuration menu - View commit details
-
Copy full SHA for d1b5f1a - Browse repository at this point
Copy the full SHA d1b5f1aView commit details
Commits on Apr 6, 2022
-
chore(deps): update actions/setup-node action to v3 (#1393) (#1064)
Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Link: googleapis/synthtool@6593fb2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:1d25dfefd805b689a2a2356d35a25b13f2f67bcce55400246432c43a42e96214
Configuration menu - View commit details
-
Copy full SHA for f506592 - Browse repository at this point
Copy the full SHA f506592View commit details -
chore(deps): update actions/checkout action to v3 (#1392) (#1066)
Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Link: googleapis/synthtool@9368bc7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:f74e740638e66be7ced1540626217dbb72980eb73885b2339a70592f38c9ff2c
Configuration menu - View commit details
-
Copy full SHA for 9951e75 - Browse repository at this point
Copy the full SHA 9951e75View commit details -
feat: enable channel pooling (#1065)
* feat: enable channel pooling * fix unit tests * bump grpc-gcp version and tweak the channel pool config * inline json to avoid compliants from pack-n-play. Also only install the channel pool on data connection. And improve error reporting for pack n play * fixes * typo * style Co-authored-by: Mattie Fu <mattiefu@google.com>
Configuration menu - View commit details
-
Copy full SHA for 6c3c397 - Browse repository at this point
Copy the full SHA 6c3c397View commit details -
chore(main): release 3.10.0 (#1058)
🤖 I have created a release *beep* *boop* --- ## [3.10.0](v3.9.4...v3.10.0) (2022-04-06) ### Features * Add ListHotTablets API method and protobufs ([#1057](#1057)) ([2b175ac](2b175ac)) * AuditConfig for IAM v1 ([#1061](#1061)) ([d1b5f1a](d1b5f1a)) * enable channel pooling ([#1065](#1065)) ([6c3c397](6c3c397)) ### Bug Fixes * disable retry-request, add exponential backoff in mutateRows and readRows ([#1060](#1060)) ([3718011](3718011)) * retry rst_stream errors ([#1059](#1059)) ([90de80f](90de80f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 3a02e49 - Browse repository at this point
Copy the full SHA 3a02e49View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.9.4...v3.10.0