Skip to content
This repository was archived by the owner on Mar 4, 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/nodejs-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.3
Choose a base ref
...
head repository: googleapis/nodejs-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 5 contributors

Commits on Feb 17, 2023

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

Commits on Feb 28, 2023

  1. fix: enable REST numeric enums (#1829)

    * feat(typescript): enable REST transport
    
    To use REST transport, pass {fallback: "rest"} to the client constructor.
    
    PiperOrigin-RevId: 512747300
    
    Source-Link: googleapis/googleapis@b0f2af1
    
    Source-Link: googleapis/googleapis-gen@c986984
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzk4Njk4NDkwZWFiNzYwMzJkMjA2MDZlMjE0ZDMxMDM5NGU3OTMwZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix(deps): bump google-gax to ^3.5.7
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Alexander Fenster <fenster@google.com>
    3 people authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3737696 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. feat: OR Queries (#1800)

    * WIP: OR Query with unit tests. No OR operator.
    
    * Updating documentation and member visibility.
    
    * Formatting
    
    * Skipping OR Query system test.
    
    * Updated copyright holder for new files.
    
    * PR fixes.
    
    * feat: OR Query support (#1801)
    
    * OR operator support and integration tests.
    
    * Updating documentation and member visibility.
    
    * Remove usage of OPERATOR_UNSPECIFIED standing in for OR.
    
    * Removing private and internal tags from OR query public API members.
    
    * Ensure that new OR Query features are in firestore.d.ts and are exported from the main entry point.
    
    * Update documentation for OR query features to match android PR 4274.
    
    * Removing CompositeFilter and UnaryFilter from the type definitions and JS doc.
    
    * Corrected the descending order test for OR queries.
    
    * fix: update generated proto types; fix the update script (#1825)
    
    * Adding OR enum value for composit filter operator.
    
    ---------
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    
    * Updating header copyright to 2023
    
    * Tests that require an index are configured to only run against the emulator.
    
    * Test cleanup based on PR comments.
    
    ---------
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    MarkDuckworth and alexander-fenster authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    983a477 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.5.0 (#1826)

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