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.81.2
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.82.0
Choose a head ref
  • 15 commits
  • 64 files changed
  • 11 contributors

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    49fd803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cb585 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. chore(spanner): use different project for directpath presubmit integr…

    …ation tests (#3494)
    
    * chore(spanner): use different project for directpath presubmit integration tests
    
    * change SA
    
    * Fix secret manager
    sakthivelmanii authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ed0ad28 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. feat: add option for retrying DML as PDML (#3480)

    * feat: add option for retrying DML as PDML
    
    Adds an option to the Connection API for automatically retrying DML
    statements as Partitioned DML, if the DML statement fails due to
    exceeding the Spanner mutation limit. The retry as Partitiond DML
    fails if the DML statement is not suitable for Partitioned DML.
    
    The option can be enabled with the `fallback_to_partitioned_dml`
    connection variable. This can be set with a SQL statement like this:
    
    ```
    SET FALLBACK_TO_PARTITIONED_DML = TRUE;
    UPDATE my_table SET active=true WHERE true;
    ```
    
    The property can also be set in the connection URL and by calling
    the method `Connection#setFallbackToPartitionedDml(boolean)`.
    
    This option can also be used in the Spanner JDBC driver and
    PGAdapter, once those libraries include a version of the Spanner
    client that includes this change.
    
    * refactor: include the option in autocommit_dml_mode
    olavloite authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b545557 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.81.3-SNAPSHOT (#3489)

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

Commits on Nov 28, 2024

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

Commits on Nov 29, 2024

  1. fix: shutdown built in metrics meter provider (#3518)

    This PR calls Meter provider shutdown method when the client is shutdown to clean up the resources and export the remaining metrics data.
    surbhigarg92 authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c935e2e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    4b824b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82948d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. chore: Update generation configuration at Tue Dec 3 02:29:13 UTC 2024 (

    …#3468)
    
    * chore: Update generation configuration at Tue Nov 12 02:22:10 UTC 2024
    
    * chore: Update generation configuration at Wed Nov 13 02:23:52 UTC 2024
    
    * chore: Update generation configuration at Thu Nov 14 02:24:36 UTC 2024
    
    * chore: Update generation configuration at Fri Nov 15 02:27:22 UTC 2024
    
    * chore: Update generation configuration at Sat Nov 16 02:26:05 UTC 2024
    
    * chore: Update generation configuration at Mon Nov 18 02:28:19 UTC 2024
    
    * chore: Update generation configuration at Tue Nov 19 02:27:26 UTC 2024
    
    * chore: Update generation configuration at Wed Nov 20 02:26:55 UTC 2024
    
    * chore: generate libraries at Wed Nov 20 02:27:37 UTC 2024
    
    * chore: Update generation configuration at Thu Nov 21 02:26:58 UTC 2024
    
    * chore: Update generation configuration at Fri Nov 22 02:27:25 UTC 2024
    
    * chore: Update generation configuration at Sat Nov 23 02:25:19 UTC 2024
    
    * chore: generate libraries at Sat Nov 23 02:26:02 UTC 2024
    
    * chore: Update generation configuration at Tue Nov 26 02:27:53 UTC 2024
    
    * chore: Update generation configuration at Wed Nov 27 02:28:25 UTC 2024
    
    * chore: Update generation configuration at Thu Nov 28 02:28:27 UTC 2024
    
    * chore: Update generation configuration at Fri Nov 29 02:28:13 UTC 2024
    
    * chore: Update generation configuration at Tue Dec  3 02:29:13 UTC 2024
    cloud-java-bot authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    76ab801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8b3ad View commit details
    Browse the repository at this point in the history
  3. chore: make library generation required (#3516)

    * chore: make library generation required
    
    * chore: generate libraries at Tue Dec  3 18:07:14 UTC 2024
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    JoeWang1127 and cloud-java-bot authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f121ca9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    e6884d9 View commit details
    Browse the repository at this point in the history
  2. docs: add Multi Region Encryption samples (#3524)

    * docs: add Multi Region Encryption samples
    
    * add create backup sample
    
    * chore: generate libraries at Wed Dec  4 08:33:54 UTC 2024
    
    * add sample for CopyBackup with multi region encryption keys
    
    * add restore backup sample
    
    * fix sample
    
    * chore: generate libraries at Wed Dec  4 09:25:28 UTC 2024
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    rahul2393 and cloud-java-bot authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    316f971 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.82.0 (#3525)

    * chore(main): release 6.82.0
    
    * chore: generate libraries at Wed Dec  4 10:11:11 UTC 2024
    
    ---------
    
    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 Dec 4, 2024
    Configuration menu
    Copy the full SHA
    01eafce View commit details
    Browse the repository at this point in the history
Loading