-
Notifications
You must be signed in to change notification settings - Fork 132
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v6.81.2
head repository: googleapis/java-spanner
compare: v6.82.0
- 15 commits
- 64 files changed
- 11 contributors
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49fd803 - Browse repository at this point
Copy the full SHA 49fd803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77cb585 - Browse repository at this point
Copy the full SHA 77cb585View commit details
Commits on Nov 25, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for ed0ad28 - Browse repository at this point
Copy the full SHA ed0ad28View commit details
Commits on Nov 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b545557 - Browse repository at this point
Copy the full SHA b545557View commit details -
chore(main): release 6.81.3-SNAPSHOT (#3489)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 927083f - Browse repository at this point
Copy the full SHA 927083fView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9e6caf - Browse repository at this point
Copy the full SHA b9e6cafView commit details
Commits on Nov 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c935e2e - Browse repository at this point
Copy the full SHA c935e2eView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b824b6 - Browse repository at this point
Copy the full SHA 4b824b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82948d8 - Browse repository at this point
Copy the full SHA 82948d8View commit details
Commits on Dec 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 76ab801 - Browse repository at this point
Copy the full SHA 76ab801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8b3ad - Browse repository at this point
Copy the full SHA 5c8b3adView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f121ca9 - Browse repository at this point
Copy the full SHA f121ca9View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6884d9 - Browse repository at this point
Copy the full SHA e6884d9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 316f971 - Browse repository at this point
Copy the full SHA 316f971View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 01eafce - Browse repository at this point
Copy the full SHA 01eafceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.81.2...v6.82.0