Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.16.0
Choose a base ref
...
head repository: googleapis/nodejs-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.17.0
Choose a head ref
  • 11 commits
  • 59 files changed
  • 6 contributors

Commits on Nov 11, 2024

  1. 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> 🦕
    surbhigarg92 authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    97ed577 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. chore: Release fix (#2187)

    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.
    surbhigarg92 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1be3d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. 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>
    Sally-Ye and gcf-owl-bot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5dbe3d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    7299a43 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    223f167 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. 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]>
    3 people authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5df8e74 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. 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.
    alkatrivedi authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    92248c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. 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>
    surbhigarg92 and gcf-owl-bot[bot] authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    3cc257e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. 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>
    surbhigarg92 and gcf-owl-bot[bot] authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    559031d View commit details
    Browse the repository at this point in the history
  2. 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.
    alkatrivedi authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    b467380 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. 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>
    3 people authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    8d89b9a View commit details
    Browse the repository at this point in the history
Loading