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/google-cloud-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.110.0
Choose a base ref
...
head repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.111.0
Choose a head ref
  • 18 commits
  • 363 files changed
  • 9 contributors

Commits on Sep 19, 2019

  1. Bump next snapshot (#6305)

    chingor13 authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7e101d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5335971 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Bigquery: Fix bug when empty or null String for TableId, DatasetId, M…

    …odelId and more. (#6284)
    
    * added checkargument and isNullOrEmpty
    
    * modified code
    Praful Makani authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    28466a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195cf65 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Cleaning up the deprecated APIs from Bigtable (#6309)

    * Cleaning up the deprecated APIs from Bigtable
    
    This commit contains below changes:
    
     - Removed deprecated `BulkMutationBatcher.java` from BigtableDataClient and other reference. As `newBulkMutationBatcher(tableId)` is stable.
     - Removed deprecated `EnhancedBigtableStub#bulkMutateRowsBatchingCallable`.
     - Renamed  V2 from new `MutateRowsBatchingDescriptorV2.java`.
     - Removed unnecessary qualification from `MutateRowsBatchingDescriptor` javadoc.
    
    * Removing deprecated MeasureMutateRowsCallable.java
    
    Also, removing V2 suffix from the MeasureMutateRowsCallableV2.
    Updated test case to adapt with latest class.
    
    * formatted OpenCensus occurrence
    
    * adding more formatting changes
    rahulKQL authored and kolea2 committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4ad0ec5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Bigquery: Expose CMEK functionality for ML models. (#6303)

    * added EncryptionConfiguration
    
    * added test case to builder level
    Praful Makani authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    6ba66e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca141fc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    791b75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e4928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9dc23a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92ccb8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79aac38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53c72fa View commit details
    Browse the repository at this point in the history
  7. Datastore: Fix StructuredQuery.Builder - Allow limit of 0 (#6292)

    * fix query limit of datastore
    
    * fix review changes
    athakor authored and chingor13 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    5d2db2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a971205 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e540e49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3b1eb1 View commit details
    Browse the repository at this point in the history
  11. Release google-cloud-java v0.111.0 (#6347)

    * Release v0.111.0
    
    * Change Bigtable version to 1.0.0.
    kolea2 authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9e5fbcd View commit details
    Browse the repository at this point in the history
Loading