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
base: v2.27.0
Choose a base ref
...
head repository: googleapis/java-bigtable
compare: v2.27.1
Choose a head ref
  • 9 commits
  • 35 files changed
  • 8 contributors

Commits on Aug 18, 2023

  1. chore(main): release 2.27.1-SNAPSHOT (#1890)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4c712f8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-bigtable…

    … to v2.27.0 (#1891)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.27.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    380dab9 View commit details
    Browse the repository at this point in the history
  3. ci: javadoc as a required check (#1892)

    Manual configuration has been removed. Adding that back via sync-repo-settings.yaml.
    suztomo committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7cc8a28 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. deps: Update the Java code generator (gapic-generator-java) to 2.25.0 (

    …#1902)
    
    * chore: Update the Java code generator (gapic-generator-java) to 2.25.0
    
    PiperOrigin-RevId: 563824709
    
    Source-Link: googleapis/googleapis@8fe4127
    
    Source-Link: googleapis/googleapis-gen@c8c0112
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhjMDExMjE1MWIxOWQ4OTBiYjQ5Yjc0N2IwYWIyOGI4MTZkNDdiMSJ9
    
    * 🦉 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] committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f4fe6a0 View commit details
    Browse the repository at this point in the history
  2. fix: aggregate batching throttling latency per attempt and reset it b…

    …etween (#1905)
    
    * fix: aggregate batching throttling latency per attempt and reset it between
    
    This should improve reporting of latency when bulk mutation throttling is enabled. Also:
    - fix tests to properly close the batcher
    - simplify tests to avoid unnecessary mocking
    - improve test failure messaging
    
    Change-Id: I53748c5e54ebbbe2a896f8ea0ce6c39a8f5fa297
    
    * 🦉 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>
    igorbernstein2 and gcf-owl-bot[bot] committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e6cc5f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b976a98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    100dcd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix: make sure to propagate the response when throttling is enabled (#…

    …1908)
    
    Change-Id: I690c522aebea03a966155d930bff26042d1bb1f1
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> ☕️
    
    If you write sample code, please follow the [samples format](
    https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
    igorbernstein2 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f743187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62dc5a4 View commit details
    Browse the repository at this point in the history