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/java-bigtable Loading
base: v2.25.2
Choose a base ref
...
head repository: googleapis/java-bigtable Loading
compare: v2.25.3
Choose a head ref
  • 3 commits
  • 24 files changed
  • 5 contributors

Commits on Sep 18, 2023

  1. chore(2.25.x): release 2.25.3-SNAPSHOT (#1928)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8127d34 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix: a rare race condition in the row merger (#1939) (#2002)

    * fix: a rare race condition in the row merger (#1939)
    
    * fix: a rare race condition in the row merger
    
    This would manifest as a hang when iterating over a ServerStream from ReadRows
    
    Change-Id: I74533c6714b40a68ec0ef81dadac747e10bee39d
    
    * 🦉 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>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Fix flaky metrics tests (#1865)
    
    This fixes a few flaky unit tests that relied on `Thread.sleep` to ensure that all metrics processing was done.  Rather than using `Thread.sleep`, we can instead use an inline event queue in the OpenCensus stats component to execute all work inline, removing the need to wait for anything to finish.
    
    ---------
    
    Co-authored-by: Igor Bernstein <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Steven Niemitz <[email protected]>
    4 people committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6de74f3 View commit details
    Browse the repository at this point in the history
  2. chore(2.25.x): release 2.25.3 (#2004)

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