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.96.1
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.97.0
Choose a head ref
  • 8 commits
  • 26 files changed
  • 7 contributors

Commits on Jul 1, 2025

  1. fix: return non-empty metadata for DataBoost queries (#3936)

    Queries that use the PartitionedQuery API in combination with DataBoost can return
    completely empty result sets (no results and no metadata) for some partitions. The
    MergedResultSet should ignore these result sets and not use them as the source of
    metadata for the merged result.
    olavloite authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    79c0684 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

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

Commits on Jul 9, 2025

  1. ci: Add tests for retry_info trailer (#3983)

    * ci: Add tests for retry_delay trailer
    
    * add license header
    
    * chore: generate libraries at Wed Jul  9 08:15:27 UTC 2025
    
    * skip the test for emulator
    
    * Address review comments
    
    * Address review comments
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    sakthivelmanii and cloud-java-bot authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    2849fae View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. fix: drop max message size (#3987)

    Drop the client-side hardcoded max message size to prevent errors if the server sends larger than expected messages.
    olavloite authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    3eee899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5651f61 View commit details
    Browse the repository at this point in the history
  3. chore: bump the max inbound message size from GRPC's default 4MB (#3989)

    * chore: bump set the max inbound message size from GRPC's default 4MB
    
    * trigger build
    rahul2393 authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    735ab0b View commit details
    Browse the repository at this point in the history
  4. chore(main): release 6.96.2-SNAPSHOT (#3934)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    b4eab04 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 6.97.0 (#3990)

    * chore(main): release 6.97.0
    
    * chore: generate libraries at Thu Jul 10 21:15:47 UTC 2025
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    release-please[bot] and cloud-java-bot authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    640b25a View commit details
    Browse the repository at this point in the history
Loading