这是indexloc提供的服务,不要输入任何密码
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-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.0
Choose a base ref
...
head repository: googleapis/nodejs-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 5 contributors

Commits on Oct 2, 2023

  1. chore(deps): update actions/checkout action to v4 (#1148)

    * chore(deps): update actions/checkout action to v4
    
    * 🦉 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>
    Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
    3 people authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7e0cd3a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency jsdoc-fresh to v3 (#1136)

    Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
    Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
    3 people authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a946c12 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix: Make aggregation query requests run properly inside a transaction (

    #1166)
    
    * Add a test that ensures the read is txn read
    
    When doing a readOnly transaction, the code should do reads from a consistent snapshot so that if a write is done mid-transaction then that doesn’t affect the read value.
    
    * Code change that lets test pass
    
    This code change ensures transactions that run aggregate queries actually make the request as an aggregate query.
    
    * Add a test to verify run query results
    
    Verify run query results at a particular time so that we know what data we are working with for the rest of the aggregate query tests.
    
    * linting fix
    danieljbruce authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    263804b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. chore(main): release 8.2.1 (#1168)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    251bc67 View commit details
    Browse the repository at this point in the history
Loading