Skip to content

Latest commit

 

History

History
48 lines (22 loc) · 2.8 KB

File metadata and controls

48 lines (22 loc) · 2.8 KB

Changelog

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