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.41.0
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.42.0
Choose a head ref
  • 13 commits
  • 45 files changed
  • 10 contributors

Commits on Apr 15, 2026

  1. fix: enforce read-before-write in transaction execute() (#2358)

    Ensures that Pipeline.execute() calls within a transaction follow the
    requirement that all reads must occur before any writes. Previously,
    this check was missing from the execute() methods in
    ServerSideTransaction.
    wu-hui authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    71eab7b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. fix: Remove client-side assertion for Union with subcollection and de…

    …legate to backend (#2356)
    
    * Remove validation check
    
    * allow the subquery test to run in prod env
    
    * chore: generate libraries at Mon Apr 13 17:41:06 UTC 2026
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    cherylEnkidu and cloud-java-bot authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    be110ee View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. fix: Fix sending of Pipeline options when running a Pipeline in a tra…

    …nsaction (#2348)
    
    * fix execute options for ServerSideTransaction.java
    
    * fix: Fix sending of Pipeline options when running a Pipeline in a transaction
    
    * test: Fix invalid foo option in ITPipelineTest
    
    * chore: generate libraries at Mon Apr 20 20:23:08 UTC 2026
    
    ---------
    
    Co-authored-by: wu-hui <[email protected]>
    Co-authored-by: wu-hui <[email protected]>
    Co-authored-by: cloud-java-bot <[email protected]>
    4 people authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    d6c3770 View commit details
    Browse the repository at this point in the history
  2. chore: stop referencing googleapis/sdk-platform-java (#2370)

    * chore: Stop referencing googleapis/sdk-platform-java
    
    * chore: generate libraries at Tue Apr 21 17:38:38 UTC 2026
    
    * chore: Use gapic-libraries-bom version for tags
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    suztomo and cloud-java-bot authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    d2f01d5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. chore(firestore): rename nameddb to enterprise (#2371)

    * chore(firestore): rename nameddb to enterprise
    
    * chore: generate libraries at Mon Apr 20 19:53:10 UTC 2026
    
    * chore: generate libraries at Tue Apr 21 17:01:08 UTC 2026
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    wu-hui and cloud-java-bot authored May 1, 2026
    Configuration menu
    Copy the full SHA
    26c830a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. feat(firestore): Added search stage support for languageCode, offset,…

    … limit, and retrievalDepth (#2373)
    
    * feat(firestore): Added search stage support for languageCode, offset, limit, and retrievalDepth
    
    * chore: generate libraries at Mon May  4 19:18:21 UTC 2026
    
    ---------
    
    Co-authored-by: cloud-java-bot <[email protected]>
    MarkDuckworth and cloud-java-bot authored May 5, 2026
    Configuration menu
    Copy the full SHA
    a075c99 View commit details
    Browse the repository at this point in the history
  2. ci: use CLOUD_JAVA_BOT_GITHUB_TOKEN (#2374)

    The old secret has been deleted. Let's use the new one.
    
    b/509523021
    suztomo authored May 5, 2026
    Configuration menu
    Copy the full SHA
    e1bcdd1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2026

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

Commits on May 7, 2026

  1. Configuration menu
    Copy the full SHA
    cf77a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    195d8f1 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.41.1-SNAPSHOT (#2363)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 7, 2026
    Configuration menu
    Copy the full SHA
    380bb41 View commit details
    Browse the repository at this point in the history
  4. chore: Update generation configuration at Thu May 7 18:51:29 UTC 2026 (

    …#2383)
    
    Merge pull request #2383 from googleapis/java-firestore
    cloud-java-bot authored May 7, 2026
    Configuration menu
    Copy the full SHA
    1838215 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 3.42.0 (#2384)

    * chore(main): release 3.42.0
    
    * chore: generate libraries at Thu May  7 20:36:06 UTC 2026
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: cloud-java-bot <[email protected]>
    release-please[bot] and cloud-java-bot authored May 7, 2026
    Configuration menu
    Copy the full SHA
    ad636be View commit details
    Browse the repository at this point in the history
Loading