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 Loading
base: v7.4.0
Choose a base ref
...
head repository: googleapis/nodejs-datastore Loading
compare: v7.5.0
Choose a head ref
  • 5 commits
  • 20 files changed
  • 5 contributors

Commits on Mar 16, 2023

  1. chore: store nodejs build artifacts in placer (#1087)

    Source-Link: googleapis/synthtool@3602660
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e6d785d6de3cab027f6213d95ccedab4cab3811b0d3172b78db2216faa182e32
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d0998d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. feat: Add SUM/AVG aggregation query support in the preview branch and…

    … improve query API documentation (#1094)
    
    * feat: Add SUM/AVG aggregation query support in the preview branch and improve query API documentation
    
    PiperOrigin-RevId: 518940761
    
    Source-Link: googleapis/googleapis@b1efb32
    
    Source-Link: googleapis/googleapis-gen@f7c2054
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjdjMjA1NDE0YTVjNjU3OTQzOGI1ODA2ZDNkYzVmMjBkMDllZjgzYyJ9
    
    * 🦉 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] committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d14f87e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. docs: adds OR sample (#1092)

    * docs: adds OR sample
    
    * fixed tests
    
    * per linter
    
    * exclude IDE stuff
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * remove unneeded stuff
    
    * git is hard
    
    * 🦉 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>
    Eric Schmidt and gcf-owl-bot[bot] committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8eb857d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. fix: allow IN queries on __key__ (#1085)

    This change removes special handling encoding property filters when the property provided is `__key__`. In this special case, changes are made to signatures to cause typescript compilation errors when values associated with the `__key__` property are not keys or arrays of keys. This is because we only expect and support such values when `__key__` is provided in place of property so it is better if the user understands which values are supported at compile time. Special care with extra tests was taken to ensure that when removing this logic, tests for all supported use cases were still passing and every new use case worked as intended. Changes to make code more idiomatic were also introduced.
    danieljbruce committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    dd2d5f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. chore(main): release 7.5.0 (#1095)

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