Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
104 lines (51 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

104 lines (51 loc) · 4.82 KB

Changelog

PyPI History

2.2.0 (2021-05-28)

Features

  • add from_service_account_info (94a006e)

Bug Fixes

2.1.0 (2021-01-29)

Features

  • add support for billingAccounts as another parent resource (#59) (61d2c7b)

Bug Fixes

  • remove client side gRPC receive limit (#56) (10043cc)

Documentation

  • python: document adding Python 3.9 support, dropping 3.5 support (#63) (5bb9b2c), closes #787

2.0.0 (2020-11-19)

⚠ BREAKING CHANGES

  • use microgenerator (#54)

Features

1.1.1 (2020-10-29)

Bug Fixes

  • tweak retry params for 'ListInsights'/'GetInsight'/'MarkInsightAccepted' API calls (via synth) (#49) (0d2baaf)

1.1.0 (2020-07-13)

Features

  • add methods for interacting with insights (#35) (940a3fb)

Bug Fixes

1.0.0 (2020-05-21)

Features

0.3.0 (2020-03-14)

Features

  • add insight support; undeprecate resource name helper methods (via synth) (#7) (876c383)

0.2.0

01-24-2020 14:03 PST

Implementation Changes

  • Deprecate resource name helper methods (via synth). (#9863)

New Features

  • Add v1, set release level to beta. (#10170)

Documentation

  • Add Python 2 sunset banner to documentation. (#9036)
  • Change requests intersphinx url (via synth). (#9408)
  • Fix library reference doc link. (#9338)

Internal / Testing Changes

  • Correct config path in synth file for recommender. (#10076)

0.1.0

09-27-2019 12:20 PDT

New Features

  • initial release of v1beta1 (#9257)