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.8.0
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.9.0
Choose a head ref
  • 14 commits
  • 18 files changed
  • 5 contributors

Commits on Dec 17, 2019

  1. chore: release 1.8.1-SNAPSHOT (#120)

    * updated versions.txt [ci skip]
    
    * updated google-cloud-bigtable-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 Dec 17, 2019
    Configuration menu
    Copy the full SHA
    d1c1f62 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

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

Commits on Dec 19, 2019

  1. chore: fix renovate config (#123)

    chingor13 authored and kolea2 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    26e6ba1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-conforma…

    …nce-tests to v0.0.3 (#124)
    renovate-bot authored and kolea2 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    cb58262 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

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

Commits on Dec 26, 2019

  1. chore(deps): group core dependencies

    chingor13 authored and codyoss committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    7ec9ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f3cf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

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

Commits on Jan 2, 2020

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

Commits on Jan 6, 2020

  1. feat: introduce google-cloud-bigtable-deps-bom (#130)

    * feat: introduce google-cloud-bigtable-deps-bom
    
    Move all of the dependency version management out of the root pom and into a separate BOM.
    This will allow java-bigtable-hbase to sync on dependency versions with java-bigtable
    
    * docs
    
    * whitespace
    igorbernstein2 authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9289a13 View commit details
    Browse the repository at this point in the history
  2. feat: add BigtableDataClientFactory to create lightweight data clients (

    #112)
    
    * feat: add BigtableDataClientFactory to create lightweight data clients
    
    The new factory allows users to construct a single heavy factory object that can create many lightweight clients.
    This is meant to be used in situations when a single application needs to access multiple instances or use different application profiles
    
    * code format
    
    * disclaimer comment
    igorbernstein2 authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    d6bfd30 View commit details
    Browse the repository at this point in the history
  3. build(deps): manually update dependency com.google.cloud:google-cloud…

    …-shared-config to v0.3.1 (#135)
    
    This is a counter PR for #133 that fixes the failsafe config
    igorbernstein2 authored and kolea2 committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    bb2d85c View commit details
    Browse the repository at this point in the history
  4. chore: release 1.9.0 (#134)

    * 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-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 6, 2020
    Configuration menu
    Copy the full SHA
    945e34a View commit details
    Browse the repository at this point in the history
Loading