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: v1.9.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: v1.10.0
Choose a head ref
  • 16 commits
  • 219 files changed
  • 6 contributors

Commits on Jan 10, 2020

  1. chore: release 1.9.2-SNAPSHOT (#148)

    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigtable-deps-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigtable-emulator/pom.xml [ci skip]
    
    * updated google-cloud-bigtable/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-v2/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-v2/pom.xml [ci skip]
    release-please[bot] authored and kolea2 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    62208f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3462b1 View commit details
    Browse the repository at this point in the history
  3. build(deps): update dependency org.apache.maven.plugins:maven-compile…

    …r-plugin to v3.8.1 (#150)
    renovate-bot authored and kolea2 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    fa58232 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    f92da32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6275a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    f767feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abbc6c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    cb686d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    b375e87 View commit details
    Browse the repository at this point in the history
  2. feat: introducing bulk read API through Batcher (#99)

    * feat: introducing bulk read API through Batcher
    
    This change introduces BulkReadAPI on BigtableDataClient. This operation
    accepts row keys in a batch mode and behind the scene fetch rows based
    on configurable batches.
    
    * Added Query.clone test case and some formatting changes
    
    * Address feedback comments
    
    * Address more feedback comments
    
    * Updated QueryTest with asserts
    
    * Moved TODO into getDefaultChannelPoolSize()
    
    * Minor changes to address feedback changes
    rahulKQL authored and igorbernstein2 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e87179e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. chore: force compute engine creds for directpath test (#162)

    * chore: force compute engine creds for directpath test
    
    * fix deps
    igorbernstein2 authored and kolea2 committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    cdf4cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc0fb86 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    36e528d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d69936 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. chore: add filter size check on read row request (#166)

    * chore: add filter size check on read row request
    
    Currently, bigtable could only serve read row request with filter size of 20MB only. So adding this check to stop server request.
    
    * adding unit test case
    
    * adding unit test for filter size
    rahulKQL authored and igorbernstein2 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    c5baee0 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.10.0 (#169)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable-bom/pom.xml [ci skip]
    
    * updated google-cloud-bigtable-emulator/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated grpc-google-cloud-bigtable-v2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-admin-v2/pom.xml [ci skip]
    
    * updated proto-google-cloud-bigtable-v2/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated google-cloud-bigtable/pom.xml [ci skip]
    
    * updated google-cloud-bigtable-deps-bom/pom.xml [ci skip]
    release-please[bot] authored and kolea2 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f5de36d View commit details
    Browse the repository at this point in the history
Loading