这是indexloc提供的服务,不要输入任何密码
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.100.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.101.0
Choose a head ref
  • 14 commits
  • 99 files changed
  • 9 contributors

Commits on Sep 15, 2025

  1. fix: potential NullPointerException in Value#hashCode (#4046)

    The Value#hashCode() method throwed a NullPointerException for untyped values.
    olavloite authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    74abb34 View commit details
    Browse the repository at this point in the history
  2. test: correctly return tx id for update counts (#4045)

    The mock Spanner server did not correctly return the transaction ID when
    ExecuteStreamingSql was used in combination with an update count result.
    
    Instead of returning the transaction ID of the transaction that was
    actually started, it returned the transaction ID that was set on the
    request. This would be empty for requests that used a Begin transaction
    selector, which again meant that it would return an empty transaction ID.
    
    This change also returns the UPDATE_COUNT field in the result set, which
    is also not returned by real Spanner.
    olavloite authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    29c5d7f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. test: Integration Tests setup for experimental host (#4030)

    * feat: Integration Tests setup for experimental host
    
    * added tracking bug for invalid column allow timestamp validation
    sagnghos authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b7f61ab View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

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

Commits on Sep 23, 2025

  1. test: disable mtls checks during tests (#4052)

    * test: disable mtls checks during tests
    
    Disable MTLS checks during tests, as the check is otherwise executed for
    every stub creation. This slows down running the tests locally to the
    point that they are unusable.
    
    This workaround should be removed once googleapis/sdk-platform-java#3911
    has been fixed.
    
    * chore: generate libraries at Sat Sep 20 05:24:30 UTC 2025
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    olavloite and cloud-java-bot authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    26385f9 View commit details
    Browse the repository at this point in the history
  2. fix: recalculate remaining statement timeout after retry (#4053)

    If a connection has a statement timeout and a statement is executed in a read/write
    transaction, the statement timeout would be reset to the original value during each
    retry, instead of being reduced after each attempt. This could cause multiple
    transaction retries to make the execution of a single statement take much longer
    than the configured timeout value.
    olavloite authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    5e26596 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. feat: TPC support (#4055)

    * feat: TPC support
    
    * Fix test cases
    
    * Address comments
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    sakthivelmanii and cloud-java-bot authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    7625cce View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Update SpannerSample.java (#4054)

    chore: fix tag for isolation level sample
    skuruppu authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    abd4eae View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    312801e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d782aff View commit details
    Browse the repository at this point in the history
  3. feat: add transaction_timeout connection property (#4056)

    Add a transaction_timeout property that sets a timeout for an entire
    read/write transaction. When a transaction is started, a deadline is
    calculated based on the current setting for transaction_timeout. The
    deadline is applied to all statements and the commit of the transaction.
    olavloite authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    cdc52d4 View commit details
    Browse the repository at this point in the history
  4. chore: Update generation configuration at Fri Sep 26 02:27:40 UTC 2025 (

    #4038)
    
    * chore: Update generation configuration at Wed Sep 10 02:27:29 UTC 2025
    
    * chore: Update generation configuration at Thu Sep 11 02:28:10 UTC 2025
    
    * chore: Update generation configuration at Fri Sep 12 02:25:37 UTC 2025
    
    * chore: Update generation configuration at Sat Sep 13 02:22:25 UTC 2025
    
    * chore: Update generation configuration at Sun Sep 14 02:30:44 UTC 2025
    
    * chore: Update generation configuration at Mon Sep 15 02:30:22 UTC 2025
    
    * chore: generate libraries at Mon Sep 15 02:30:58 UTC 2025
    
    * chore: Update generation configuration at Tue Sep 16 02:26:24 UTC 2025
    
    * chore: Update generation configuration at Wed Sep 17 02:27:06 UTC 2025
    
    * chore: Update generation configuration at Thu Sep 18 02:27:24 UTC 2025
    
    * chore: Update generation configuration at Fri Sep 19 02:29:32 UTC 2025
    
    * chore: generate libraries at Fri Sep 19 02:30:06 UTC 2025
    
    * chore: Update generation configuration at Sat Sep 20 02:26:50 UTC 2025
    
    * chore: Update generation configuration at Tue Sep 23 02:27:23 UTC 2025
    
    * chore: Update generation configuration at Wed Sep 24 02:29:05 UTC 2025
    
    * chore: Update generation configuration at Thu Sep 25 02:29:33 UTC 2025
    cloud-java-bot authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    8d6cbf6 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 6.100.1-SNAPSHOT (#4043)

    * chore(main): release 6.100.1-SNAPSHOT
    
    * chore: generate libraries at Fri Sep 26 05:13:26 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 Sep 26, 2025
    Configuration menu
    Copy the full SHA
    fb9cb58 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 6.101.0 (#4090)

    * chore(main): release 6.101.0
    
    * chore: generate libraries at Fri Sep 26 15:17:23 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 Sep 26, 2025
    Configuration menu
    Copy the full SHA
    88f7227 View commit details
    Browse the repository at this point in the history
Loading