Releases: googleads/google-ads-python
Releases · googleads/google-ads-python
google-ads-python-v.12.0.0
- Release Google Ads API v8_0 support.
- Deprecate Google Ads API v5_0.
- NOTE: This will be the last release to support Python 3.6.
google-ads-python-v.11.0.2
- Only install dataclasses module when < Python 3.7
google-ads-python-v.11.0.1
- Fix bug breaking Python 3.6 compatibility.
- Update unit test framework to Nox and add test coverage.
- Various updates to examples and GitHub issue templates.
google-ads-python-v.11.0.0
- Release Google Ads API v7_0 support
- Deprecate Google Ads API v4_0 support
- Add http proxy support
google-ads-python-v.10.0.0
- Revamp of protobuf message interface to improve usability. See: migration docs
- Remove
ResourceName
utility - Add ability to specify API version at client level, which overrides setting at service or type level.
GoogleAdsClient.get_type
is now an instance, not class, level method- Add
copy_from
helper method toGoogleAdsClient
. - Add
enums
attribute toGoogleAdsClient
for easier Enum accessing. - Various updates to all examples
google-ads-python-v.9.0.0
- Google Ads v6_1 release
- Deprecate v3_0
- Add log masking for CustomerUserAccessInvitation.email_address field.
- Update examples to reflect changes to resource name helper methods.
google-ads-python-v.8.2.0
- Added new client configuration environment variables.
- Added ability to configure YAML file location via environment variable.
- Added support for linked-customer-id header.
google-ads-python-v.8.1.0
- Added support for Python 3.6 via PEP562 (Thanks @infectious!)
google-ads-python-v.8.0.0
- Google Ads v6_0 release
- Deprecate v2_0
- Update all examples to support migration from wrapper types to primitives.
- Add masking logic to prevent PII in requests/responses from being logged.
google-ads-python-v.7.0.0
- Changes to support Google Ads API v5_0
- Updates a number of resources to use optional fields to utilize field presence