Skip to content

google-cloud-core 0.29.0

Compare
Choose a tag to compare
@crwilcox crwilcox released this 04 Dec 00:20
6b327e9

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)