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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.67.0
Choose a base ref
...
head repository: googleapis/java-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.68.0
Choose a head ref
  • 11 commits
  • 59 files changed
  • 9 contributors

Commits on May 22, 2024

  1. chore(main): release 6.67.1-SNAPSHOT (#3119)

    🤖 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 May 22, 2024
    Configuration menu
    Copy the full SHA
    a100123 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. chore: update dependency versions in java templates (#1964) (#3102)

    * chore: update dependency versions in java templates
    
    * update other templates
    Source-Link: googleapis/synthtool@0b86c72
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    b93850f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …39.0 (#3077)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.39.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    0345ff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddebbbb View commit details
    Browse the repository at this point in the history
  4. chore: add exclude_txn_from_change_streams option to Connection API (#…

    …3104)
    
    * chore: add exclude_txn_from_change_streams option to Connection API
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: add support for PDML
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    olavloite and gcf-owl-bot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    dfd9c4b View commit details
    Browse the repository at this point in the history
  5. feat: allow DML batches in transactions to execute analyzeUpdate (#3114)

    Executing analyzeUpdate in a DML Batch inside a transaction should
    be possible, as the parent transaction can be used for that.
    olavloite authored May 23, 2024
    Configuration menu
    Copy the full SHA
    dee7cda View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. chore(deps): update dependency com.google.cloud:google-cloud-spanner …

    …to v6.67.0 (#3120)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.67.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored May 24, 2024
    Configuration menu
    Copy the full SHA
    ae93c57 View commit details
    Browse the repository at this point in the history
  2. feat(spanner): add support for Proto Columns in Connection API (#3123)

    * feat: Support for Proto Messages & Enums (#2155)
    
    * feat: Importing Proto Changes
    
    Commit will be reverted, once PROTO changes are available publicly.
    
    * feat: Proto Message Implementation
    
    * feat: Adding support for enum
    
    * feat: Code refactoring
    
    Adding default implementation for newly added methods
    ByteArray compatability changes for Proto Messages
    
    * docs: Adding Java docs for all the newly added methods.
    
    * test: Sample Proto & Generated classes for unit test
    
    * feat: Adding bytes/proto & int64/enum compatability
    
    Adding Additional check for ChecksumResultSet
    
    * test: Adding unit tests
    
    * test: Adding unit tests for ValueBinder.java
    
    * feat: refactoring to add support for getValue & other minor changes
    
    * feat: Minor refactoring
    
    1. Adding docs and formatting the code.
    2. Adding additional methods for enum and message which accepts descriptors.
    
    * feat: Adding bytes/message & int64/enum compatability in Value
    
    * refactor: Minor refactoring
    
    * feat: Adding Proto Array Implementation
    
    * test: Implementing unit tests for array of protos and enums
    
    * refactor: adding clirr ignores
    
    * feat: Adding support for enum as Primary Key
    
    * feat: Code Review Changes, minor refactoring and adding docs
    
    * feat: Addressing review comments
    
    -Modified Docs/Comments
    -Minor Refactoring
    
    * refactor: Using Column instead of column to avoid test failures
    
    * feat: Minor refactoring
    
    -code review comments
    -adding function docs
    
    * samples: Adding samples for updating & querying Proto messages & enums (#2211)
    
    * samples: Adding samples for updating & querying Proto messages & enums
    
    * style: linting
    
    * style: linting
    
    * docs: Adding function and class doc
    
    * test: Proto Column Integration tests (#2212)
    
    * test: Adding Integration tests for Proto Messages & Enums
    
    * test: Adding additional test for Parameterized Queries, Primary Keys & Invalid Wire type errors.
    
    * style: Formatting
    
    * style: Formatting
    
    * test: Updating instance and db name
    
    * test: Adding inter compatability check while writing data
    
    * Configured jitpack.yml to use OpenJDK 11 (#2218)
    
    Co-authored-by: Pavol Juhos <[email protected]>
    
    * feat: add support for Proto Columns DDL (#2277)
    
    * feat: add code changes and tests for Proto columns DDL support
    
    * feat: add auto generated code
    
    * feat: code changes and tests for Proto columns DDL support
    
    * feat: add descriptors file
    
    * feat: code refactoring
    
    * feat: Integration tests and code refactoring
    
    * feat: code refactoring
    
    * feat: unit tests and clirr differences
    
    * feat: lint changes
    
    * feat: code refactor
    
    * feat: code refactoring
    
    * feat: code refactoring
    
    * feat: code refactoring
    
    * feat: add java docs to new methods
    
    * feat: lint formatting
    
    * feat: lint formatting changes
    
    * feat: lint formatting
    
    * feat: lint formatting
    
    * feat: test exception cases
    
    * feat: code refactoring
    
    * feat: add java docs and refactoring
    
    * feat: add java docs
    
    * feat: java docs refactor
    
    * feat: remove overload method setProtoDescriptors that accepts file path as input to avoid unexpected issues
    
    * feat: remove updateDdl method overload to update proto descriptor
    
    * teat: update pom file to run tests on cloud-devel region temporarily to validate main branch update
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: revert host changes in pom.xml file
    
    * feat: add support for Proto Columns to Connection API
    
    * feat: add client side statement support for proto descriptor
    
    * feat: update existing unit tests to include proto descriptorss argument
    
    * feat: code refactor for client side statements
    
    * feat: add unit tests
    
    * feat: code refactoring for file path client statement
    
    * test: add integration test for DDL
    
    * fix: comment refactoring
    
    * feat: move proto descriptor file read logic to ConnectionImpl file to fix autogenerated client side statement tests
    
    * feat: add autogenerated test for new proto columns client side statements
    
    * feat: add unit tests to verify proto descriptor set via filepath
    
    * feat: add review comments
    
    * feat: add client side statement to show proto descriptors file path
    
    * fix: remove proto descriptors file extension validation
    
    * feat: comment refactor
    
    * feat: address review comments
    
    * feat: update tests and revert autogenerated code
    
    * chore: revert autogenerated coee
    
    * chore: revert autogenerated code
    
    * chore: revert autogenerated code
    
    * chore: lint format
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: regenerate descriptors file
    
    * chore: update schema
    
    * chore: update base64 value for protodescriptor
    
    * chore: update copyright year
    
    ---------
    
    Co-authored-by: Gaurav Purohit <[email protected]>
    Co-authored-by: Pavol Juhos <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    4 people authored May 24, 2024
    Configuration menu
    Copy the full SHA
    7e7c814 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: allow getMetadata() calls before calling next() (#3111)

    * fix: allow getMetadata() calls before calling next()
    
    Calling getMetadata() on a MergedResultSet should be allowed without
    first calling next() in order to be consistent with other ResultSets
    that are returned by the Connection API.
    
    * fix: remove unnecessary partitions
    olavloite authored May 27, 2024
    Configuration menu
    Copy the full SHA
    39902c3 View commit details
    Browse the repository at this point in the history
  2. feat: [java] allow passing libraries_bom_version from env (#1967) (#3112

    )
    
    * feat: [java] allow passing libraries_bom_version from env (#1967)
    
    * feat: [java] allow passing libraries_bom_version from env
    
    * reformat
    Source-Link: googleapis/synthtool@e36d2f1
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: rahul2393 <[email protected]>
    3 people authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7d5a52c View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.68.0 (#3121)

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