Skip to content

Releases: googleapis/python-firestore

v2.5.0

19 May 13:04
9c830fe
Compare
Choose a tag to compare

2.5.0 (2022-05-05)

Features

Documentation

  • clarifications for filters (4d054b0)
  • fix type in docstring for map fields (4d054b0)

v1.9.1

05 Apr 21:43
0bfc4f1
Compare
Choose a tag to compare

1.9.1 (2022-04-05)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#550) (dadf010)

Documentation

v2.4.0

09 Mar 01:17
89be1c9
Compare
Choose a tag to compare

2.4.0 (2022-03-08)

Features

  • add api key support (#523) (31c943e)
  • add context manager support in client (#470) (1e1de20)
  • add support for Python 3.10 (#469) (ddcb099)
  • allow 'Collection.where(name, in, [hello, world])' (#501) (7d71244)
  • update client libraries to support Database operations (#513) (74d8171)

Bug Fixes

  • deps: drop packaging dependency (6b5a779)
  • deps: require google-api-core >= 1.28.0 (6b5a779)
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#543) (c214732)
  • fix license text in the unit test (#535) (3f1fd36)
  • handle empty last chunk correctly in 'Query._chunkify' (#489) (3ddc718)
  • hash snapshots using correct type for 'update_time' (#467) (5e66a73)
  • resolve DuplicateCredentialArgs error when using credentials_file (77b9082)
  • stop / start stream after filter mismatch (#502) (a256752)

Documentation

  • add generated snippets (#532) (aea2af9)
  • clarify docstring in RunQueryRequest/RunQueryResponse (#544) (d17febb)
  • list oneofs in docstring (6b5a779)

v2.3.4

30 Sep 15:18
6b9272a
Compare
Choose a tag to compare

Bug Fixes

  • improper types in pagers generation (4434415)

v2.3.3

24 Sep 17:02
0213e0c
Compare
Choose a tag to compare

Bug Fixes

  • add 'dict' annotation type to 'request' (32bc180)
  • harden 'query.stream' against retriable exceptions (#456) (0dca32f)
  • unbreak query orders w/ non-orderable operators (#453) (2dbbba0)

Performance Improvements

  • strip proto wrappers in 'helpers.decode{value,dict}' (#458) (335e2c4)

v2.3.2

14 Sep 22:02
51c92aa
Compare
Choose a tag to compare

Bug Fixes

v2.3.1

30 Aug 20:34
ee786ca
Compare
Choose a tag to compare

Bug Fixes

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

v2.3.0

23 Aug 19:48
5950e2b
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v2.2.0

22 Jul 16:47
58300d3
Compare
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
Compare
Choose a tag to compare

Bug Fixes