-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: googleapis/nodejs-spanner
base: v7.16.0
head repository: googleapis/nodejs-spanner
compare: v7.17.0
- 11 commits
- 59 files changed
- 6 contributors
Commits on Nov 11, 2024
-
fix: Span events Issue 2166 (#2184)
In this PR we are removing some extra events added for `No session available` and fixing this event for async transaction runner. Fixes #<2166> 🦕
Configuration menu - View commit details
-
Copy full SHA for 97ed577 - Browse repository at this point
Copy the full SHA 97ed577View commit details
Commits on Nov 12, 2024
-
Currently the release pipeline is failing. Yesterday the release PR got mergehttps://togithub.com//pull/2180 but it did not trigger the publish release. As per offline discussion with @sofisl , this should fix the issue temporarily.
Configuration menu - View commit details
-
Copy full SHA for 1be3d5d - Browse repository at this point
Copy the full SHA 1be3d5dView commit details
Commits on Nov 15, 2024
-
chore(samples): Add samples for Cloud Spanner Default Backup Schedules (
#2190) * chore(samples): Add samples for Cloud Spanner Default Backup Schedules * chore(samples): Add samples for Cloud Spanner Default Backup Schedules * chore(samples): Add samples for Cloud Spanner Default Backup Schedules * chore(samples): Add samples for Cloud Spanner Default Backup Schedules * chore(samples): Add samples for Cloud Spanner Default Backup Schedules * chore(samples): Add samples for Cloud Spanner Default Backup Schedules. Fix lint issues * 🦉 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 5dbe3d7 - Browse repository at this point
Copy the full SHA 5dbe3d7View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7299a43 - Browse repository at this point
Copy the full SHA 7299a43View commit details
Commits on Nov 25, 2024
-
feat: Add the last statement option to ExecuteSqlRequest and ExecuteB…
…atchDmlRequest (#2196) * feat: Add the last statement option to ExecuteSqlRequest and ExecuteBatchDmlRequest PiperOrigin-RevId: 699218836 Source-Link: googleapis/googleapis@97da65f Source-Link: googleapis/googleapis-gen@d134e8d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDEzNGU4ZGE4MDQ4MzkzYjAxOWRhMzk4NjY5NzZkMmM0MTNhYzVlMSJ9 * 🦉 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 223f167 - Browse repository at this point
Copy the full SHA 223f167View commit details
Commits on Dec 2, 2024
-
chore: fix
npm
for Node v18 samples tests (#2195)chore: fix `npm` for samples tests Source-Link: googleapis/synthtool@4d75242 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0d39e59663287ae929c1d4ccf8ebf7cef9946826c9b86eda7e85d8d752dbb584 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: alkatrivedi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5df8e74 - Browse repository at this point
Copy the full SHA 5df8e74View commit details
Commits on Dec 9, 2024
-
chore: add support for class MultiplexedSession (#2201)
This PR contains the code for the newly introduced class `MultiplexedSession`. This PR includes the same changes as [PR #2191](https://togithub.com/googleapis/nodejs-spanner/pull/2191), which has already been reviewed. The previous PR had to be closed due to restrictions on OwlBot runs, which prevented it from being merged.
Configuration menu - View commit details
-
Copy full SHA for 92248c1 - Browse repository at this point
Copy the full SHA 92248c1View commit details
Commits on Dec 24, 2024
-
feat: Enable e2e tracing (#2202)
* e2eTracing * context propagation * 🦉 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 * Add end to end tracing header and refactore resource header * Add end to end tracing header and refactore resource header --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cc257e - Browse repository at this point
Copy the full SHA 3cc257eView commit details
Commits on Dec 27, 2024
-
chore: Improve error message for Read-only transaction with bounded s…
…taleness (#2207) * chore: integration test fix * chore: Improve error message for Read-only transaction with bounded staleness * 🦉 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 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * review comments * review comments * review comment --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 559031d - Browse repository at this point
Copy the full SHA 559031dView commit details -
chore: support for common interface to get a session to support multi…
…plexed session (#2204) This PR contains the common interface class SessionFactory which will be responsible for the creation of the Session Pool and the Multiplexed Session(if the env variable would be set to true) upon client initialization. This PR also contains the getSession method which will return the session(multiplexed/regular) based upon the env variable value.
Configuration menu - View commit details
-
Copy full SHA for b467380 - Browse repository at this point
Copy the full SHA b467380View commit details
Commits on Jan 3, 2025
-
chore(main): release 7.17.0 (#2185)
* chore(main): release 7.17.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: surbhigarg92 <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d89b9a - Browse repository at this point
Copy the full SHA 8d89b9aView 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 v7.16.0...v7.17.0