-
Notifications
You must be signed in to change notification settings - Fork 108
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/nodejs-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.19.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 39 files changed
- 7 contributors
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a6919b1 - Browse repository at this point
Copy the full SHA a6919b1View commit details
Commits on Feb 9, 2025
-
feat(x-goog-spanner-request-id): add bases (#2211)
* feat(x-goog-spanner-request-id): add bases This change brings in the bases for x-goog-spanner-request-id by commit AtomicCounter and the various utilities plus some unit tests. Ripped out of PR #2205 Updates #2200 * Fix lint * Address review comments * Address more review feedback * fix: format process-id as a 32-bit hex number * chore: fix formatting issue * fix: left-pad process-id * fix: no of elements after process-id should be 4 --------- Co-authored-by: Knut Olav Løite <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0008038 - Browse repository at this point
Copy the full SHA 0008038View commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2cc44cf - Browse repository at this point
Copy the full SHA 2cc44cfView commit details
Commits on Feb 21, 2025
-
feat(spanner): A new enum
IsolationLevel
is added (#2225)- [ ] Regenerate this pull request now. feat(spanner): A new field `isolation_level` is added to message `.google.spanner.v1.TransactionOptions` docs(spanner): A comment for enum value `READ_LOCK_MODE_UNSPECIFIED` in enum `ReadLockMode` is changed docs(spanner): A comment for enum value `PESSIMISTIC` in enum `ReadLockMode` is changed docs(spanner): A comment for enum value `OPTIMISTIC` in enum `ReadLockMode` is changed PiperOrigin-RevId: 729265828 Source-Link: https://togithub.com/googleapis/googleapis/commit/516ab0ae2f7477526ebf2472a28bf5dc191412a7 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/ccd095926c893f40148ed9a9ba2276a8d15cf8d9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2NkMDk1OTI2Yzg5M2Y0MDE0OGVkOWE5YmEyMjc2YThkMTVjZjhkOSJ9 BEGIN_NESTED_COMMIT feat(spanner): Add instance partitions field in backup proto PiperOrigin-RevId: 726160420 Source-Link: https://togithub.com/googleapis/googleapis/commit/1185fe543e0cd1392ebd6ce6a330139186959a94 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d1ab008828297ba1bc5e0d79678f725f955833d7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDFhYjAwODgyODI5N2JhMWJjNWUwZDc5Njc4ZjcyNWY5NTU4MzNkNyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: finalize fixing typings for headers in generator PiperOrigin-RevId: 723563760 Source-Link: https://togithub.com/googleapis/googleapis/commit/2f843e2dfbaae2fb9c341b22d209d61fb637a808 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/cd0f9c6fe1dd77c552ef766e6047f8dcfd3bcc2e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2QwZjljNmZlMWRkNzdjNTUyZWY3NjZlNjA0N2Y4ZGNmZDNiY2MyZSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: fix typings for headers in generator PiperOrigin-RevId: 723181578 Source-Link: https://togithub.com/googleapis/googleapis/commit/c7b69f411c722a1cdb836b0efe27fabb656e7c59 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d1bc1acd74296422a5cb6e0c4016c8c48e998538 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDFiYzFhY2Q3NDI5NjQyMmE1Y2I2ZTBjNDAxNmM4YzQ4ZTk5ODUzOCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add AddSplitPoints API PiperOrigin-RevId: 721248606 Source-Link: https://togithub.com/googleapis/googleapis/commit/d57f2c114b2d1d3db7fa71a1333d72129f8fd1ae Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c2418f305f5002010264d2533fbcb7a900353499 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzI0MThmMzA1ZjUwMDIwMTAyNjRkMjUzM2ZiY2I3YTkwMDM1MzQ5OSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: paging changes for bigquery fix: add x-goog-request params to headers for LRO-polling methods fix: remove extra protos in ESM & capture ESM in headers docs: update comments for a Nodejs stream object PiperOrigin-RevId: 721038181 Source-Link: https://togithub.com/googleapis/googleapis/commit/331a41aa9b3a0631abe4e1eb5dae67ab9c8bb043 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/e81b4c5b5208895f663a24048615a59d5636f415 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTgxYjRjNWI1MjA4ODk1ZjY2M2EyNDA0ODYxNWE1OWQ1NjM2ZjQxNSJ9 END_NESTED_COMMIT
Configuration menu - View commit details
-
Copy full SHA for e4d389a - Browse repository at this point
Copy the full SHA e4d389aView commit details
Commits on Feb 26, 2025
-
feat(spanner): add support for Multiplexed Session for Read Only Tran… (
#2214) * feat(spanner): add support for Multiplexed Session for Read Only Transactions * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 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> * fix: remove default global trace context propagator (#2209) Fixes #2208 * chore(main): release 7.17.1 (#2210) :robot: I have created a release *beep* *boop* --- ## [7.17.1](https://togithub.com/googleapis/nodejs-spanner/compare/v7.17.0...v7.17.1) (2025-01-03) ### Bug Fixes * Remove default global trace context propagator ([#2209](https://togithub.com/googleapis/nodejs-spanner/issues/2209)) ([7898e0c](https://togithub.com/googleapis/nodejs-spanner/commit/7898e0ce0477e2d4327822ac26a2674203b47a64)), closes [#2208](https://togithub.com/googleapis/nodejs-spanner/issues/2208) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * refactor: test * refactor: test * refactor: test * 🦉 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 * refactor * refactor * tests: changes for kokoro pipeline * refactor * refactor * doc: refactor * test: refactor test to support mux session * refactor test * refactor * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * refactor --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: surbhigarg92 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a7a51b - Browse repository at this point
Copy the full SHA 3a7a51bView commit details
Commits on Feb 27, 2025
-
chore(main): release 7.19.0 (#2232)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 707c101 - Browse repository at this point
Copy the full SHA 707c101View commit details
Loading
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.18.1...v7.19.0