Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 2.57 KB

File metadata and controls

78 lines (50 loc) · 2.57 KB

Changelog

PyPI History

0.29.1

12-17-2018 16:35 PST

Documentation

  • Document Python 2 deprecation (#6910)

0.29.0

12-03-2018 15:54 PST

Breaking Changes

  • Remove iam module from core. This module is now available as part of google-api-core. (#6775)

Implementation Changes

  • Fix _time_from_iso8601_time_naive for values with micros. (#5756)
  • Import stdlib ABCs from collections.abc rather than collections. (#6451)

Dependencies

  • Bump minimum api_core version to 1.0.0. (#6391)

Internal / Testing Changes

  • Blacken api_core and core. (#6668)
  • Add / fix badges for PyPI / versions. (#6158)
  • Use new Nox. (#6175)
  • Use inplace installs for nox (#5865)
  • Fix bad trove classifier.
  • Add Test runs for Python 3.7 and remove 3.4 (#5295)

0.28.1

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)
  • Requiring 'grpcio >= 1.8.2'. (#4642)

Documentation

  • DefaultCredentialsError could be raised if credentials not supplied (#4688)
  • Unreachable links in the readme files have been fixed. (#4406)
  • Fixing "Fore" -> "For" typo in README docs. (#4317)

Testing and internal changes

  • Re-enable lint for tests, remove usage of pylint (#4921)
  • Normalize all setup.py files (#4909)
  • Making a nox -s default session for all packages. (#4324)
  • Shorten test names (#4321)

0.28.0

Notable Implementation Changes

  • A large portion of the implementation has moved into google-api-core (#4022, #4041, #4057, #4067, #4069, #4079, #4081, #4166, #4221)

Dependencies

  • Explicit depending on google-api-core and upgrading to grpcio >= 1.7.0 (see #4096, #4280 and grpc/grpc#12455)

Interface changes / additions

  • Rename google.cloud.obselete module to obsolete (#3913, h/t to @dimaqq)

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