Skip to content

Commit

Permalink
chore(firestore): release firestore/v1.3.0 (googleapis#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Jul 28, 2020
1 parent d7cd97c commit 9012612
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions firestore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## v1.3.0

- Add support for LimitToLast feature for queries. This allows
a query to return the final N results. See docs
[here](https://firebase.google.com/docs/reference/js/firebase.database.Query#limittolast).
- Add support for FieldTransformMinimum and FieldTransformMaximum.
- Add exported SetGoogleClientInfo method.
- Various updates to autogenerated clients.

## v1.2.0

- Deprecate v1beta1 client.
Expand Down

0 comments on commit 9012612

Please sign in to comment.