-
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.70.0
head repository: googleapis/java-spanner
compare: v6.71.0
- 6 commits
- 48 files changed
- 5 contributors
Commits on Jul 3, 2024
-
feat: support multiplexed sessions for RO transactions (#3141)
* feat(spanner): environment variable to enable multiplexed sessions * chore: lint fix * feat(spanner): add comment for gRPC-GCP * feat(spanner): make strict check in env variable * feat(spanner): add test * feat(spanner): add test * chore(spanner): lint * 🦉 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 2b8e9ed - Browse repository at this point
Copy the full SHA 2b8e9edView commit details -
chore(main): release 6.70.1-SNAPSHOT (#3187)
🤖 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 b8e9174 - Browse repository at this point
Copy the full SHA b8e9174View commit details -
chore: add property for keep-transaction-alive (#3149)
* chore: add property for keep-transaction-alive Adds a property to the Connection API for keeping read/write transactions alive. This can be used in CLI-like applications that might wait a longer period of time for user input. The property is disabled by default, as enabling it can cause read/write transactions to hold on to locks for a longer period of time than intended. Updates GoogleCloudPlatform/pgadapter#1826 * 🦉 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 943d649 - Browse repository at this point
Copy the full SHA 943d649View commit details -
feat: include thread name in traces (#3173)
Include the name of the tread that is executing a statement in the traces that are generated, so it is easier to debug concurrency issues. Sometimes, it is not clear whether a statement is being executed by a background worker thread or the main thread.
Configuration menu - View commit details
-
Copy full SHA for 92b1e07 - Browse repository at this point
Copy the full SHA 92b1e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f394dde - Browse repository at this point
Copy the full SHA f394ddeView commit details -
chore(main): release 6.71.0 (#3194)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3d3f23 - Browse repository at this point
Copy the full SHA c3d3f23View 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.70.0...v6.71.0