Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-bigtable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: googleapis/nodejs-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 6 commits
  • 26 files changed
  • 4 contributors

Commits on Feb 1, 2023

  1. chore(testproxy): read row should return a single row (#1230)

    * Slight change in data returned by readRow
    
    * Empty-Commit
    danieljbruce authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1ccbfe6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. chore: update .gitignore to always include protos folder (#1232)

    * chore: update .gitignore to always include protos folder
    
    Use gapic-generator-typescript v3.0.0.
    
    PiperOrigin-RevId: 507004755
    
    Source-Link: googleapis/googleapis@d784f3c
    
    Source-Link: googleapis/googleapis-gen@5e64ba8
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWU2NGJhODYxNWY2NWZkZWRiMWZjZDZhYzc5MmU1ZWE2MjEwMjdlNCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2d9e759 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. fix: Out of order read rows fix (#1231)

    Client changes:
    
    Emits an error if the chunk transformer receives keys that are out of order. The chunk transformer is a stream that data passes through before it reaches the stream that has the handlers for errors and retries.
    
    Also pulls some comparison functions into a utility file because now those functions are used by the chunk transformer to check to see if rows are in order. They are still used by the table.ts file, but are available in both places now.
    
    Test proxy changes:
    
    Makes it so that when the client emits an error as a result of rows that are out of order, that the error is sent back to the test runner as an rpc message instead of an rpc error. This is done to stay consistent with the test proxy in Java and allows the TestReadRows_NoRetry_OutOfOrderError test case to pass.
    danieljbruce authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7dbaa6e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. chore(gitignore): only ignore folders in the top level (#1233)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 507603203
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/a4f2de456480c0a4ed9feeeaa1f8ee620bbef23a
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/dcf882154e7c710ecf2a1abc77b35c95f9062371
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGNmODgyMTU0ZTdjNzEwZWNmMmExYWJjNzdiMzVjOTVmOTA2MjM3MSJ9
    gcf-owl-bot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    41d2fc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. feat: publish the Cloud Bigtable Change Streams (#1237)

    * feat: publish the Cloud Bigtable Change Streams
    
    PiperOrigin-RevId: 508465928
    
    Source-Link: googleapis/googleapis@3770af2
    
    Source-Link: googleapis/googleapis-gen@0280f1f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI4MGYxZjViOTkwZDkwMTNhMWM0YzU1NWRlZjI0MWEzMTI0MjM3NiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    000a353 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. chore(main): release 4.3.0 (#1235)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    cc460c1 View commit details
    Browse the repository at this point in the history
Loading