Skip to content

Releases: googleapis/python-firestore

v2.1.2

14 Jun 20:17
bc90ff8
Compare
Choose a tag to compare

Documentation

  • fix broken links in multiprocessing.rst (#360) (6e2c899)

v2.1.1

03 May 18:02
ee518b7
Compare
Choose a tag to compare

Bug Fixes

  • Allow underspecifying a cursor (#340) (abe9e8a)
  • bump minimum versions for google-api-core and proto-plus (#334) (08554dc)

v2.1.0

30 Mar 21:17
e671aa4
Compare
Choose a tag to compare

Features

Bug Fixes

  • limit data transferred as part of list_documents as we don't require field data (#280) (0386bc4)
  • patch emulator channel to be created accordingly (#288) (1a973f3)
  • remove client recv msg limit fix: add enums to types/__init__.py (#274) (2b47c00)
  • use correct retry deadline (#331) (f9586d4)
  • use correct type hint for '*path' args (#300) (15b579f)

Documentation

  • add documentation for documentsnapshot class (#263) (448c965)
  • clarify semantics of 'merge' argument to 'Document.set' (#278) (29c6374), closes #277
  • trailing whitespace (#310) (b8192f0)
  • update intersphinx for grpc and auth (#261) (1bbd3a0)

v2.0.2

05 Dec 01:16
b9b8705
Compare
Choose a tag to compare

Bug Fixes

  • request and flattened params are exclusive, surface transport in generated layer (#256) (386e85e), closes #251 #252

v2.0.1

12 Nov 19:02
ab19546
Compare
Choose a tag to compare

Bug Fixes

Documentation

v2.0.0

10 Nov 18:47
75d0a48
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove support for Python 2.7
  • remove v1beta1 surface for v2 (#96)
  • Begin using new microgenerator for v2 firestore (#91)
  • from firestore-0.30.0: revert to merge not being an option;

Features

Bug Fixes

Read more

v2.0.0-dev2

27 Oct 17:16
ac1abaa
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove v1beta1 surface for v2 (#96)
  • Begin using new microgenerator for v2 firestore (#91)
  • from firestore-0.30.0: revert to merge not being an option;

Features

Bug Fixes

Documentation

v2.0.0-dev1

21 Aug 03:01
a22ecdd
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove v1beta1 surface for v2 (#96)
  • Begin using new microgenerator for v2 firestore (#91)
  • from firestore-0.30.0: revert to merge not being an option;

Features

Bug Fixes

Documentation

Read more

v1.9.0

19 Aug 17:08
140e158
Compare
Choose a tag to compare

Features

  • firestore: add client_options to base class (#148) (91d6580)

v1.8.1

07 Jul 01:01
71737a6
Compare
Choose a tag to compare

Bug Fixes