Skip to content

Releases: googleapis/python-firestore

v2.3.2

14 Sep 22:02
51c92aa

Choose a tag to compare

Bug Fixes

v2.3.1

30 Aug 20:34
ee786ca

Choose a tag to compare

Bug Fixes

  • harden lookup of credentials id_token attribute (#434) (e28272a)

v2.3.0

23 Aug 19:48
5950e2b

Choose a tag to compare

Features

Bug Fixes

Documentation

v2.2.0

22 Jul 16:47
58300d3

Choose a tag to compare

Features

Bug Fixes

  • disable always_use_jwt_access (#385) (13753e2)
  • reseed RNG for each auto id on 3.6 to avoid collisions (#388) (784e8ae)
  • update type hint for async_collection.document() (#370) (ee6a1c2)

Documentation

  • omit mention of Python 2.7 in CONTRIBUTING.rst(#377) (23ec468)
  • add "Samples" section to CONTRIBUTING.rst (#401) (0f9184d)

v2.1.3

15 Jun 21:47
77e6ced

Choose a tag to compare

Bug Fixes

v2.1.2

14 Jun 20:17
bc90ff8

Choose a tag to compare

Documentation

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

v2.1.1

03 May 18:02
ee518b7

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

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

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

Choose a tag to compare

Bug Fixes

Documentation