Skip to content

Releases: googleapis/python-firestore

v1.9.2

09 Jun 14:49
787e8c4

Choose a tag to compare

1.9.2 (2022-06-08)

Bug Fixes

  • deps: require protobuf<4.0.0 on v1 branch (#604) (fb76a71)

v2.5.3

02 Jun 23:14
3d3619b

Choose a tag to compare

2.5.3 (2022-06-02)

Documentation

  • fix changelog header to consistent size (#597) (0aca503)

v2.5.2

01 Jun 18:18
975b186

Choose a tag to compare

2.5.2 (2022-06-01)

Bug Fixes

v2.5.1

30 May 21:11
17c1ce5

Choose a tag to compare

2.5.1 (2022-05-30)

Bug Fixes

v2.5.0

19 May 13:04
9c830fe

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

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

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

Choose a tag to compare

Bug Fixes

  • improper types in pagers generation (4434415)

v2.3.3

24 Sep 17:02
0213e0c

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

Choose a tag to compare

Bug Fixes