As of January 1, 2020 this library no longer supports Python 2 on the latest released version. Library versions released prior to that date will continue to be available. For more information please visit Python 2 support on Google Cloud.

Changelog

0.7.1 (2021-07-20)

Bug Fixes

  • deps: pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions (#109) (62e0ee7)

0.7.0 (2021-07-10)

Features

  • add minute_ranges field to RunRealtimeReportRequest object (#101) (8523e6a)

  • add always_use_jwt_access (1678019)

Bug Fixes

Documentation

  • document the increase of the number of allowed dimensions in a report query (8523e6a)

  • omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ (#1127) (#87) (6e30719), closes #1126

0.6.1 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package (#82) (acd60f1)

0.6.0 (2021-06-08)

Features

  • support self-signed JWT flow for service accounts (ff2beb8)

Bug Fixes

  • add async client to %name_%version/init.py (ff2beb8)

0.5.1 (2021-05-28)

Bug Fixes

  • deps: require google-api-core>=1.22.2 (675ae9f)

Documentation

0.5.0 (2021-04-01)

Features

  • add kind field which is used to distinguish between response types (#60) (83f1fc1)

  • add potentially_thresholded_requests_per_hour field to PropertyQuota (83f1fc1)

Documentation

  • update quickstart samples to support the Data API v1 beta (#50) (ad51cf2)

  • update region tag names to match the convention (#55) (747f551)

0.4.1 (2021-03-16)

Bug Fixes

  • fix from_service_account_info for async clients (#44) (fdebf9b)

  • v1beta: (BREAKING) rename the ‘page_size’, ‘page_token’, ‘total_size’ fields to ‘limit’, ‘offset’ and ‘row_count’ respectively (8fd57a3)

0.4.0 (2021-02-25)

Features

0.3.0 (2021-01-06)

Features

  • add custom_definition to DimensionMetadata object and MetricMetadata object (9bd3477)

  • add from_service_account_info factory and fix sphinx identifiers (#27) (2775104)

Bug Fixes

  • remove client recv msg limit and add enums to types/__init__.py (#22) (b3dc882)

0.2.0 (2020-11-16)

Features

Documentation

0.1.0 (2020-09-14)

Features