-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v6.45.3
head repository: googleapis/java-spanner
compare: v6.46.0
- 10 commits
- 32 files changed
- 6 contributors
Commits on Aug 17, 2023
-
chore(main): release 6.45.4-SNAPSHOT (#2596)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 134bf33 - Browse repository at this point
Copy the full SHA 134bf33View commit details
Commits on Aug 18, 2023
-
feat: Adding support for databoost (#2505)
* feat: Adding support for databoost Enable databoost feature for all customers and removing the beta api annotation. * Enabling databoost test * Update ITBatchReadTest.java * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs fix * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Rajat Bhatta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd3e9a0 - Browse repository at this point
Copy the full SHA dd3e9a0View commit details
Commits on Aug 23, 2023
-
docs: add sample for transaction timeouts (#2599)
Our current samples show how to set timeout and retry settings for all RPC invocations for a given RPC method, and how to set a timeout for a single statement, but we did not have a sample for setting a timeout for an entire transaction. This is something that customers have been asking multiple times. This sample shows how a transaction timeout can be set by using a gRPC context with a timeout.
Configuration menu - View commit details
-
Copy full SHA for 59cec9b - Browse repository at this point
Copy the full SHA 59cec9bView commit details
Commits on Aug 29, 2023
-
chore: allow comments in PG strings (#2604)
Allow comments in PostgreSQL query strings for extracting parameter definitions. The comments need to be preserved, as they could contain query hints.
Configuration menu - View commit details
-
Copy full SHA for bfa777b - Browse repository at this point
Copy the full SHA bfa777bView commit details
Commits on Aug 30, 2023
-
feat: support PostgreSQL for autoConfigEmulator (#2601)
* feat: support PostgreSQL for autoConfigEmulator The autoConfigEmulator=true flag in the Connection API can be used to automatically connect to the emulator and automatically create the instance and database that is being referenced. This makes running a quick test on the emulator much easier, as all you need to do is to configure the correct (JDBC) connection URL, and it will automatically work. This mode would always create a GoogleSQL database. This change adds support for creating a PostgreSQL database if the user specifically sets the dialect in the connection string. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbf1df9 - Browse repository at this point
Copy the full SHA fbf1df9View commit details
Commits on Aug 31, 2023
-
fix: fix kokoro windows java8 ci (#2573)
* chore: fix kokoro windows java8 ci * chore: update version * chore: update file * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 465df7b - Browse repository at this point
Copy the full SHA 465df7bView commit details
Commits on Sep 6, 2023
-
test: add a test for blind writes (#2595)
* test: add a test for blind writes Adds a test for blind writes before executing a read or SQL statement in a read/write transaction. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78470cb - Browse repository at this point
Copy the full SHA 78470cbView commit details -
chore: deduplicate code for batch updates (#2591)
* chore: deduplicate code for batch updates De-duplicate code that is equal for both the sync and async version of the executeBatchUpdate methods. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f850e9 - Browse repository at this point
Copy the full SHA 1f850e9View commit details -
chore: add execute method with allowed return types (#2592)
* chore: add execute method with allowed return types Adds an execute method to the Connection API that allows the caller to specify the allowed result types. This can be used by driver implementations, such as JDBC, to use a single execute method in the Connection API, while still making sure that the method only executes statements that it should. The current executeUpdate method in the Connection API does not overlap completely with semantics of executeUpdate in JDBC, as JDBC allows any statement type that does not return a ResultSet to be executed with that method. The Connection API only allows statements that return an update count. Instead of modifying the executeUpdate method in the Connection API to match the semantics of JDBC (which would be a breaking change), this method can be used generically for all execute*** methods in the JDBC driver, which again can be used to clean up some code there. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: bad merge for clirr --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2851ce8 - Browse repository at this point
Copy the full SHA 2851ce8View commit details
Commits on Sep 8, 2023
-
chore(main): release 6.46.0 (#2598)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 823582c - Browse repository at this point
Copy the full SHA 823582cView 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.45.3...v6.46.0