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/java-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.3
Choose a base ref
...
head repository: googleapis/java-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.17.0
Choose a head ref
  • 11 commits
  • 41 files changed
  • 6 contributors

Commits on Aug 2, 2023

  1. chore(deps): update dependency com.google.cloud:google-cloud-datastor…

    …e to v2.16.3 (#1162)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-datastore to v2.16.3
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e9c28c7 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.16.4-SNAPSHOT (#1161)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    eb25599 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    70cc371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4094c70 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …22.0 (#1168)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.22.0
    
    * 🦉 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>
    renovate-bot and gcf-owl-bot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c8cc09a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. feat: publish proto definitions for SUM/AVG in Datastore (#1157)

    * feat: publish proto definitions for SUM/AVG in Datastore
    
    PiperOrigin-RevId: 552847139
    
    Source-Link: googleapis/googleapis@6148e5b
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/96be51b995047bfdef4825178539e238583101a9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTZiZTUxYjk5NTA0N2JmZGVmNDgyNTE3ODUzOWUyMzg1ODMxMDFhOSJ9
    
    * 🦉 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 Aug 17, 2023
    Configuration menu
    Copy the full SHA
    954320a View commit details
    Browse the repository at this point in the history
  2. docs: Update property requirement specifications (#1169)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 557861399
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/3303b93dc165b6a5b8efdaf30db292e9ed1f28e5
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/fb0d0a45385eb0be5842111af79af5d719d32168
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmIwZDBhNDUzODVlYjBiZTU4NDIxMTFhZjc5YWY1ZDcxOWQzMjE2OCJ9
    gcf-owl-bot[bot] authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c908837 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. ci: javadoc as a required check (#1171)

    Manual configuration to the required check has been removed. Adding that back via sync-repo-settings.yaml.
    suztomo authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4dc4aa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. feat: Sum and Avg aggregation feature (#1067)

    * creating sum aggregation
    
    * creating avg aggregation
    
    * refactoring code to configure alias into an aggregation
    
    * Add method in aggregation query builders to accept aggregation in var args form
    
    * refactoring equals implementation
    
    * changed visibility from public to protected
    
    * Made aggregation result capable of returning double values
    
    * clirr ignore new method
    
    * Made transformer capable of parsing double values
    
    * mock webserver simulating sum and avg aggregation response
    
    * integration tests for sum and avg
    
    * Marking sum and avg methods with @BetaApi annotation
    
    * incorporating feedbacks
    
    * fixing lint
    
    * refactoring dispatcher code
    
    * incorporating feedbacks
    
    * cleaing up proxy code, as sum/avg now can be run against nightly
    
    * remove deprecated annotation
    
    * tests for sum and avg aggregations in GQL query
    
    * removing the addaggregation variant accepting list of aggregations
    
    * fix lint failures
    
    * removed BetaApi annotation from sum and avg aggregation
    
    * adding doc to AggregationResult#getDouble
    
    * adding sum/avg aggreggation test with autogenerated alias
    
    * adding a test to run sum and avg aggregation together
    
    * testing sum and avg aggregations with transactions
    
    * type check before returning the result from aggregation result class
    jainsahab authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    56d1001 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.17.0 (#1164)

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