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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.45.1
Choose a base ref
...
head repository: googleapis/java-bigtable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.46.0
Choose a head ref
  • 9 commits
  • 38 files changed
  • 7 contributors

Commits on Oct 15, 2024

  1. test: Add test proxy implementation for ExecuteQuery api (#2360)

    * test: Test proxy support SSL backend and ExecuteQuery
    
    Change-Id: I39f81dcf098b93eff79973648c57515e8908fde3
    
    * test: Support query params in test proxy
    
    Change-Id: I53122fdf0301fb41d4f24881dc8de65d174dee35
    
    * Remove security options for a separate PR
    
    Change-Id: Ibe2fb899f83744d4e38debc58379e9942350a83f
    
    ---------
    
    Co-authored-by: Patrick Wrobel <[email protected]>
    jackdingilian and Patrick Wrobel authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    be62968 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix: fix client blocking latency (#2346)

    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)
    - [ ] Rollback plan is reviewed and LGTMed
    - [ ] All new data plane features have a completed end to end testing plan
    
    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).
    mutianf authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3801961 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix: fix first response latencies (#2382)

    * fix: fix first response latencies
    
    * fix
    mutianf authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8b2953e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. feat: Test proxy support SSL backend (#2381)

    Change-Id: I622b1cca3b02d176beaef8a21dce8bab6b16a937
    
    Co-authored-by: Patrick Wrobel <[email protected]>
    jackdingilian and Patrick Wrobel authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3cbf4ab View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. chore(main): release 2.45.2-SNAPSHOT (#2380)

    🤖 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] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cc117df View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore: Update generation configuration at Sun Oct 27 02:27:47 UTC 2024 (

    #2379)
    
    * chore: Update generation configuration at Sat Oct 12 02:22:52 UTC 2024
    
    * chore: Update generation configuration at Sun Oct 13 02:27:03 UTC 2024
    
    * chore: Update generation configuration at Tue Oct 15 02:25:53 UTC 2024
    
    * chore: Update generation configuration at Wed Oct 16 02:26:16 UTC 2024
    
    * chore: Update generation configuration at Thu Oct 17 02:25:21 UTC 2024
    
    * chore: generate libraries at Thu Oct 17 02:25:49 UTC 2024
    
    * chore: Update generation configuration at Fri Oct 18 02:25:48 UTC 2024
    
    * chore: Update generation configuration at Sat Oct 19 02:24:06 UTC 2024
    
    * chore: Update generation configuration at Tue Oct 22 02:25:49 UTC 2024
    
    * chore: Update generation configuration at Wed Oct 23 02:25:19 UTC 2024
    
    * chore: Update generation configuration at Thu Oct 24 02:25:07 UTC 2024
    
    * chore: generate libraries at Thu Oct 24 02:25:32 UTC 2024
    
    * chore: Update generation configuration at Fri Oct 25 02:25:47 UTC 2024
    
    * chore: Update generation configuration at Sat Oct 26 02:23:01 UTC 2024
    
    * chore: Update generation configuration at Sun Oct 27 02:27:47 UTC 2024
    cloud-java-bot authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ef5941f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. chore: Update generation configuration at Tue Oct 29 02:26:16 UTC 2024 (

    #2388)
    
    * chore: Update generation configuration at Tue Oct 29 02:26:16 UTC 2024
    
    * chore: generate libraries at Tue Oct 29 02:26:45 UTC 2024
    cloud-java-bot authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6ad5867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d7215 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.46.0 (#2387)

    * chore(main): release 2.46.0
    
    * chore: generate libraries at Tue Oct 29 13:17:38 UTC 2024
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2b8fae4 View commit details
    Browse the repository at this point in the history
Loading