Googleads

Latest version: v41.0.0

Safety actively analyzes 629908 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 18

12.2.0

* Fixed some DFP examples that would loop forever with Zeep.

12.1.0

* Added support and examples for AdWords v201806.
* Resolved issues:
- Issue 282: https://github.com/googleads/googleads-python-lib/issues/282
- Issue 288: https://github.com/googleads/googleads-python-lib/issues/288

12.0.0

* Added support and examples for DFP v201805.
* Removed support for DFP v201705.
* Removed examples for DFP v201708.
* Using the wrong cache type will now raise GoogleAdsValueError instead of ValueError.
* Added support for setting custom HTTP headers.
* Resolved issues:
- Issue 246: https://github.com/googleads/googleads-python-lib/issues/246
- Issue 262: https://github.com/googleads/googleads-python-lib/issues/262
- Issue 273: https://github.com/googleads/googleads-python-lib/issues/273
- Issue 250: https://github.com/googleads/googleads-python-lib/issues/250

11.0.1

* Fixed bug related to creating types from services that
contain multiple schemas.
* Fixed bug in README.md related to zeep caching.

11.0.0

* Removed support and examples for AdWords v201705, and v201708.
* The default SOAP backend is now zeep. If you encounter any issues,
please report them and use your googleads.yaml file to revert back
to suds.
- Zeep logs to the googleads.soap channel.
- When using zeep (the default), you no longer need to encode your
image assets to base64, this will be done automatically.
* Sunset oauth2client, replaced with google-auth.
https://google-auth.readthedocs.io/en/latest/
- Updated googleads.yaml to remove service_account_email configurations that
are no longer necessary.
- Removed httplib2 dependency.
- Added google-auth, google-auth-oauthlib, and requests as dependencies.
- AdWords and DFP auth examples have been updated to use new OAuth 2.0
dependencies.
* Fixed a bug in IncrementalUploadHelper where the specified server would be
lost in serialization/deserialization.
* Breaking changes:
* Connection faults are now raised as GoogleAdsSoapTransportError
instances instead of suds errors.
- Soap faults are now raised as GoogleAdsServerFault instances instead of suds
errors.
- GoogleServiceAccountClient no longer supports P12 key files.
- GoogleServiceAccountClient's initializer arguments have been refactored;
`key_file` is now a required positional argument, `client_email` and
`private_key_password` have been removed.
- Removed Proxy from common.py. When creating a ProxyConfig, you must now
provide the full URI for http_proxy and https_proxy rather than a Proxy
instance. For an example of what these would look like, see:
http://docs.python-requests.org/en/master/user/advanced/#proxies
- The proxy_config used in googleads.yaml has been updated to better resemble
proxy configuration for the underlying HTTP library. The http_proxy and
https_proxy configurations have been removed, and replaced with http and
https. These take the full proxy URI as their value.
- Removed proxy_info attribute from ProxyConfig.
- Refactored proxy_option attribute in ProxyConfig, renamed to proxies.
* Resolved issues:
- Issue 251: https://github.com/googleads/googleads-python-lib/issues/251
- Issue 254: https://github.com/googleads/googleads-python-lib/issues/254

10.1.1

* Accepted PR 222, to improve AdWords App Engine sample.

Page 7 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.