Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
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-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.1
Choose a base ref
...
head repository: googleapis/java-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.0
Choose a head ref
  • 9 commits
  • 24 files changed
  • 6 contributors

Commits on Feb 17, 2023

  1. chore(main): release 3.8.2-SNAPSHOT (#1210)

    🤖 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 Feb 17, 2023
    Configuration menu
    Copy the full SHA
    25edee4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

    …e to v3.8.1 (#1211)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.8.1
    
    * 🦉 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 Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7372b7e View commit details
    Browse the repository at this point in the history
  2. build(deps): update releasetool version for release scripts (#1768) (#…

    …1216)
    
    This should fix release script reporting back to the release PRs
    Source-Link: https://togithub.com/googleapis/synthtool/commit/4c15ec0960687db8e6da43535fa1ee0e92fbb817
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
    gcf-owl-bot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5be8d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

    …9.0 (#1217)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.9.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 Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ecf6c62 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    fe84125 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.8.2 (#1220)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.8.2](https://togithub.com/googleapis/java-firestore/compare/v3.8.1...v3.8.2) (2023-03-02)
    
    
    ### Dependencies
    
    * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 ([#1219](https://togithub.com/googleapis/java-firestore/issues/1219)) ([fe84125](https://togithub.com/googleapis/java-firestore/commit/fe84125054618bb1dbcfa1d648369a8df0120531))
    
    ---
    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 Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8878770 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.8.3-SNAPSHOT (#1221)

    🤖 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 Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8b6ecd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. feat: Enable OR Query support. (#1007)

    * Remove TODOs and add tests for OR Query support.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Address comments and backport a new test.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Target backend for integration tests.
    
    * Fix: uninitialized 'firestore' variable.
    
    * Add the docs.
    
    * 🦉 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 test dependency.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove tests that require composite index and unsupported cases.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Remove the 'hide' annotation.
    
    * Rearrange/add tests.
    
    * remove duplicate test which is run only against emulator.
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: meredithslota <meredithslota@google.com>
    3 people authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e502cd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. chore(main): release 3.9.0 (#1224)

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