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

Commits on Jun 27, 2025

  1. chore(x-goog-spanner-request-id): propagate reqId into exceptions plu…

    …s prior code review suggestions (#3922)
    
    * chore(x-goog-spanner-request-id): propagate reqId into exceptions plus prior code review suggestions
    
    This change propagates the associated request-id into encountered
    exceptions and also addresses some code review questions from PR #3900.
    While here added some updates for AbstractReadContext.java and
    ResumableStreamIterator.java to set grounds for much smaller PRs
    in which we shall wholesomely test the changes.
    
    Curved out of PR #3898 and PR #3915
    
    * Update tests with session.getRequestIdCreator
    
    * More plumbing
    
    * Update tests
    
    * Deal with the multiplex-session .getOptions null returns in getChannel
    
    * Correct array copy
    odeke-em authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    85d074d View commit details
    Browse the repository at this point in the history
  2. chore: remove redundant graal-sdk dependency (#3913)

    We only make use of org.graalvm.nativeimage for native image configs and the use of graal-sdk is deprecated: https://github.com/oracle/graal/blob/fefc2a03a1e46ce60ce4b03f223d83640fbef0f4/sdk/CHANGELOG.md#version-2310
    
    Co-authored-by: Sakthivel Subramanian <[email protected]>
    mpeddada1 and sakthivelmanii authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    1cbc00b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. chore(x-goog-spanner-request-id): enable tests for more RPCs (#3898)

    Enable asserting that all the Spanner Method RPCs have
    x-goog-spanner-request-id.
    
    Updates #3537
    odeke-em authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    380ea90 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    1372bbd View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.96.1-SNAPSHOT (#3930)

    * chore(main): release 6.96.1-SNAPSHOT
    
    * chore: generate libraries at Mon Jun 30 15:17:08 UTC 2025
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    f7666db View commit details
    Browse the repository at this point in the history
  3. chore: Update generation configuration at Sun Jun 29 02:40:51 UTC 2025 (

    #3901)
    
    * chore: Update generation configuration at Wed Jun  4 02:32:07 UTC 2025
    
    * chore: generate libraries at Wed Jun  4 02:32:44 UTC 2025
    
    * chore: Update generation configuration at Thu Jun  5 02:31:50 UTC 2025
    
    * chore: Update generation configuration at Fri Jun  6 02:31:45 UTC 2025
    
    * chore: Update generation configuration at Sat Jun  7 02:26:41 UTC 2025
    
    * chore: Update generation configuration at Tue Jun 10 02:33:09 UTC 2025
    
    * chore: Update generation configuration at Wed Jun 11 02:32:13 UTC 2025
    
    * chore: Update generation configuration at Thu Jun 12 02:32:04 UTC 2025
    
    * chore: Update generation configuration at Fri Jun 13 02:32:15 UTC 2025
    
    * chore: Update generation configuration at Sat Jun 14 02:31:04 UTC 2025
    
    * chore: Update generation configuration at Tue Jun 17 02:32:42 UTC 2025
    
    * chore: Update generation configuration at Wed Jun 18 02:32:14 UTC 2025
    
    * chore: Update generation configuration at Thu Jun 19 02:32:56 UTC 2025
    
    * chore: Update generation configuration at Fri Jun 20 02:32:12 UTC 2025
    
    * chore: Update generation configuration at Sat Jun 21 02:31:23 UTC 2025
    
    * chore: Update generation configuration at Wed Jun 25 02:33:41 UTC 2025
    
    * chore: Update generation configuration at Thu Jun 26 02:33:01 UTC 2025
    
    * chore: Update generation configuration at Fri Jun 27 02:33:32 UTC 2025
    
    * chore: Update generation configuration at Sat Jun 28 02:31:34 UTC 2025
    
    * chore: Update generation configuration at Sun Jun 29 02:40:51 UTC 2025
    cloud-java-bot authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    2836042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    201a4e6 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 6.96.1 (#3933)

    * chore(main): release 6.96.1
    
    * chore: generate libraries at Mon Jun 30 16:03:23 UTC 2025
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    f056436 View commit details
    Browse the repository at this point in the history
Loading