You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: The underlying suds client now has cache enabled. By default,
suds uses FileCache which requires access to local file system and will break
users using Google App Engine. For more details on how to configure or disable
caching, see the README.
The library will now automatically apply a monkey patch to the suds-jurko
dependency on initialization that will modify the suds.transport.http module.
The patch modifies HttpTransport's send method such that it can detect and
decompress a gzip encoded SOAP body.
The library now automatically applies filters to log output to sanitize its
contents of sensitive data. For more details on how to configure logging or
disable log filtering, see the README.
The library will now log warnings if it detects that it is being run with
Python versions below 2.7.9.
AdWordsClient's initializer no longer requires the user_agent field. This
field is also now validated to ensure that it only contains ASCII characters.
Removed support and examples for AdWords v201601.
Removed upgrade_ad_url example for AdWords v201605 and v201607.