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-spanner-jdbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.5
Choose a base ref
...
head repository: googleapis/java-spanner-jdbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0
Choose a head ref
  • 18 commits
  • 44 files changed
  • 3 contributors

Commits on Feb 21, 2024

  1. chore(main): release 2.15.6-SNAPSHOT (#1509)

    🤖 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 Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6bc086b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    3ce9489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4082c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    cf8fe9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5825c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cfaa1a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

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

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    28986f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8eecfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a457e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd428db View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

    …v6.61.0 (#1523)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-spanner-bom](https://togithub.com/googleapis/java-spanner) | `6.60.1` -> `6.61.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-spanner-bom/6.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-spanner-bom/6.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-spanner-bom/6.60.1/6.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-spanner-bom/6.60.1/6.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-spanner (com.google.cloud:google-cloud-spanner-bom)</summary>
    
    ### [`v6.61.0`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#6610-2024-03-04)
    
    [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.60.1...v6.61.0)
    
    ##### Features
    
    -   Support float32 type ([#&#8203;2894](https://togithub.com/googleapis/java-spanner/issues/2894)) ([19b7976](https://togithub.com/googleapis/java-spanner/commit/19b79764294e938ad85d02b7c0662db6ec3afeda))
    
    ##### Bug Fixes
    
    -   Flaky test issue due to AbortedException. ([#&#8203;2925](https://togithub.com/googleapis/java-spanner/issues/2925)) ([cd34c1d](https://togithub.com/googleapis/java-spanner/commit/cd34c1d3ae9a5a36f4d5516dcf7c3667a9cf015a))
    
    ##### Dependencies
    
    -   Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 ([#&#8203;2935](https://togithub.com/googleapis/java-spanner/issues/2935)) ([f8f835a](https://togithub.com/googleapis/java-spanner/commit/f8f835a9da705605c492e232a58276c39d1d7e6c))
    -   Update dependency org.json:json to v20240303 ([#&#8203;2936](https://togithub.com/googleapis/java-spanner/issues/2936)) ([1d7044e](https://togithub.com/googleapis/java-spanner/commit/1d7044e97d16f5296b7de020cd24b11cbe2a7df0))
    
    ##### Documentation
    
    -   Samples and tests for backup Admin APIs and overall spanner Admin APIs. ([#&#8203;2882](https://togithub.com/googleapis/java-spanner/issues/2882)) ([de13636](https://togithub.com/googleapis/java-spanner/commit/de1363645e03f46deed5be41f90ddfed72766751))
    -   Update all public documents to use auto-generated admin clients. ([#&#8203;2928](https://togithub.com/googleapis/java-spanner/issues/2928)) ([ccb110a](https://togithub.com/googleapis/java-spanner/commit/ccb110ad6835557870933c95cfd76580fd317a16))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate-bot authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0c1e281 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. chore: remove custom type name implementation (#1525)

    Remove the custom type name implementation in the JDBC driver and rely
    on the implementation in the Java client library.
    olavloite authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a3c26da View commit details
    Browse the repository at this point in the history
  2. test: enable integration tests for PG on emulator (#1526)

    The emulator now supports PostgreSQL, so we can enable the integration tests for PostgreSQL when running on the emulator.
    
    This change also changes some of the tests that had workarounds for features that were initially missing in PostgreSQL, such as support for DATE and TIMESTAMPTZ.
    olavloite authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    90f35b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    1e7a4f7 View commit details
    Browse the repository at this point in the history
  2. feat: support float32 (#1518)

    * feat: support float32
    
    Adds support for the FLOAT32 / real data type.
    
    * test: update tests to use new RandomResultSetGenerator
    
    * test: add more tests
    
    * deps: bump to Spanner 6.61.0
    
    * test: enable pg_numeric test on emulator
    
    * test: skip setFloat(..) until float32 is supported
    
    * chore: address review comments
    olavloite authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    635ac41 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.16.0 (#1515)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    138d637 View commit details
    Browse the repository at this point in the history
Loading