Skip to content

Latest commit

 

History

History
156 lines (117 loc) · 9.54 KB

File metadata and controls

156 lines (117 loc) · 9.54 KB

Changelog

PyPI History

0.31.0

12-18-2018 11:20 PST

Implementation Changes

  • Implement equality semantics for public types (#6916)
  • Pick up stub docstring fix in GAPIC generator. (#6988)
  • Use 'DatetimeWithNanos' for converting timestamp messages. (#6920)
  • Enable use of 'WriteBatch' as a context manager. (#6912)
  • Document timeouts for 'Query.get' / 'Collection.get'. (#6853)
  • Normalize FieldPath parsing / escaping (#6904)
  • For queries ordered on __name__, expand field values to full paths. (#6829)
  • Import iam.policy from google.api_core. (#6741)
  • Prevent use of transforms as values passed to 'Query.where'. (#6703)
  • 'Query.select([])' implies __name__. (#6735)
  • Reject invalid paths passed to 'Query.{select,where,order_by}' (#6770)
  • Prevent use of transforms as cursor values. (#6706)
  • Refactor 'Document.get' to use the 'GetDocument' API. (#6534)
  • Pick up enum fixes in the GAPIC generator. (#6612)
  • Pick up changes to GAPIC client config. (#6589)
  • Suppress deprecation warnings for 'assertRaisesRegexp'. (#6543)
  • Firestore: pick up fixes to GAPIC generator. (#6523)
  • Fix client_info bug, update docstrings. (#6412)
  • Block calling 'DocumentRef.get()' with a single string. (#6270)

New Features

  • Impose required semantics for snapshots as cursors: (#6837)
  • Make cursor-related 'Query' methods accept lists (#6697)
  • Add 'Client.collections' method. (#6650)
  • Add support for 'ArrayRemove' / 'ArrayUnion' transforms (#6651)
  • Add support for array_contains query operator. (#6481)
  • Add Watch Support (#6191)
  • Remove use of deprecated 'channel' argument. (#6271)

Dependencies

  • Pin 'google-api_core >= 1.7.0'. (#6937)
  • Update dependency to google-cloud-core (#6835)
  • Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)

Documentation

  • Document Python 2 deprecation (#6910)
  • Nnormalize docs for page_size / max_results / page_token. (#6842)
  • Port changelog from 30.1 branch to master (#6903)
  • Normalize use of support level badges (#6159)

Internal / Testing Changes

  • Add driver for listen conformance tests. (#6935)
  • Add driver for query conformance tests. (#6839)
  • Update noxfile.
  • Blacken libraries (#6794)
  • Omit local deps (#6701)
  • Run black at end of synth.py (#6698)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Fix delete conformance (#6559)
  • Add synth metadata. (#6567)
  • Refactor conformance tests. (#6291)
  • Import stdlib ABCs from 'collections.abc' rather than 'collections'. (#6451)
  • Fix path of tests-to-include in MANIFEST.in (#6381)
  • Fix error from new flake8 version. (#6320)

0.30.1

12-11-2018 10:49 PDT

Dependencies

  • Update core and api_core dependencies to latest versions.

0.30.0

10-15-2018 09:04 PDT

New Features

  • Add Document.collections method. (#5613)
  • Add merge as an option to DocumentReference.set() (#4851)
  • Return emtpy snapshot instead of raising NotFound exception (#5007)
  • Add Field path class (#4392)

Implementation Changes

  • Avoid overwriting __module__ of messages from shared modules. (#5364)
  • Don't omit originally-empty map values when processing timestamps. (#6050)

Documentation

  • Prep docs for repo split. (#6000)
  • Docs: Replace links to /stable/ with /latest/. (#5901)
  • Document FieldPath.from_string (#5121)

Internal / Testing Changes

  • Use new Nox (#6175)
  • Add new conformance tests. (#6124)
  • Add synth.py. (#6079)
  • Test document update w/ integer ids (#5895)
  • Nox: use inplace installs (#5865)
  • Re-sync with .proto / .textproto files from google-cloud-common. (#5351)
  • Modify system tests to use prerelease versions of grpcio (#5304)
  • Add test runs for Python 3.7 and remove 3.4 (#5295)
  • Fix over-long line. (#5129)
  • Distinguish FieldPath classes from field path strings (#4466)
  • Fix bad trove classifier
  • Cleanup FieldPath (#4996)
  • Fix typo in Document.collections docstring. (#5669)
  • Implement FieldPath.__add__ (#5149)

0.29.0

New features

  • All non-simple field names are converted into unicode (#4859)

Implementation changes

  • The underlying generated code has been re-generated to pick up new features and bugfixes. (#4916)
  • The Admin API interface has been temporarily removed.

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)
  • The minimum version for google-api-core has been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)

Documentation

  • Fixing "Fore" -> "For" typo in README docs. (#4317)

Testing and internal changes

  • Install local dependencies when running lint (#4936)
  • Re-enable lint for tests, remove usage of pylint (#4921)
  • Normalize all setup.py files (#4909)
  • System test fix, changed ALREADY_EXISTS and MISSING_ENTITY to DOCUMENT_EXISTS and MISSING_DOCUMENT and updated wording (#4803)
  • Cross-language tests (#4359)
  • Fix import column lengths pass 79 (#4464)
  • Making a nox -s default session for all packages. (#4324)
  • Shorten test names (#4321)

0.28.0

Documentation

  • Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)

Dependencies

  • Upgrading to google-cloud-core >= 0.28.0 and adding dependency on google-api-core (#4221, #4280)

PyPI: https://pypi.org/project/google-cloud-firestore/0.28.0/