-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: googleapis/java-spanner
base: v3.0.4
head repository: googleapis/java-spanner
compare: v3.0.5
- 10 commits
- 26 files changed
- 5 contributors
Commits on Nov 17, 2020
-
chore: release 3.0.5-SNAPSHOT (#637)
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for 54de514 - Browse repository at this point
Copy the full SHA 54de514View commit details -
chore: regenerate README (#640)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-17 09:41:32,582 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-17 09:41:33,601 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/005ecbdd-e849-49dc-b49e-0b895e2d2872/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for e032315 - Browse repository at this point
Copy the full SHA e032315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7584baa - Browse repository at this point
Copy the full SHA 7584baaView commit details
Commits on Nov 18, 2020
-
fix: query could hang transaction if ResultSet#next() is not called (#…
…643) If the first statement of a read/write transaction was a query or a read operation, and the application would not call ResultSet#next() on the return result, the transaction would hang indefinetely as the query would be marked as the one that should initiate the transaction (inline the BeginTransaction option). The query would however never be executed, as the actual query execution is deferred until the first call to ResultSet#next(). Fixes #641
Configuration menu - View commit details
-
Copy full SHA for 48f92e3 - Browse repository at this point
Copy the full SHA 48f92e3View commit details -
fix: does not generate codeowners (#631)
Prevents the re-generation of the github CODEOWNERS file.
Configuration menu - View commit details
-
Copy full SHA for 9e133a9 - Browse repository at this point
Copy the full SHA 9e133a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6be15 - Browse repository at this point
Copy the full SHA 9d6be15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447a99b - Browse repository at this point
Copy the full SHA 447a99bView commit details -
chore: regenerate README (#648)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-18 00:20:16,991 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-18 00:20:17,985 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/44f2d200-ccfc-470d-8d23-b1d174cc7c25/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for 0f9b7bd - Browse repository at this point
Copy the full SHA 0f9b7bdView commit details
Commits on Nov 19, 2020
-
test: fix flaky InlineBeginTransactionTest (#664)
The query_ThenUpdate_ThenConsumeResultSet did not take into account that the session pool initialization will execute 4 BatchCreateSessions requests. These will normally be executed before the test transaction, but sometimes at least one of those requests might arrive after the transaction has started. That could cause the last 3 requests on the mock server to be different from what the test expected.
Configuration menu - View commit details
-
Copy full SHA for b791c86 - Browse repository at this point
Copy the full SHA b791c86View commit details
Commits on Nov 23, 2020
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c532ca8 - Browse repository at this point
Copy the full SHA c532ca8View 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 v3.0.4...v3.0.5