Skip to content

Commit

Permalink
Changes for release v8_1 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Aug 31, 2021
1 parent 310a488 commit b31324d
Show file tree
Hide file tree
Showing 1,324 changed files with 4,516 additions and 174,618 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 14.0.0
- New required configuration value to specify protobuf message types, see:
https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages
- Google Ads API v8_1 release.
- Remove support for Google Ads API v6.

* 13.0.0
- Bump the minimum Python version requirement to 3.7+
- Fix package name in base transport files
Expand Down
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ Users who cannot upgrade can continue to safely use version `12.0.0`_ until
`Google Ads Developer Blog`_ for announcements of the specific deprecation
dates for the above API versions.

Protobuf Messages
-----------------
Version `14.0.0_` of this library introduced the **required** `use_proto_plus`
configuration option that specifies which type of protobuf message to use. For
information on why this flag is important and what the differences are between
the two message types, see the `Protobuf Messages`_ guide.

Miscellaneous
-------------

Expand Down Expand Up @@ -67,8 +74,10 @@ Authors
.. _Andrew Burke: https://github.com/AndrewMBurke
.. _Laura Chevalier: https://github.com/laurachevalier4
.. _12.0.0: https://pypi.org/project/google-ads/12.0.0/
.. _14.0.0: https://pypi.org/project/google-ads/14.0.0/
.. _v6: https://developers.google.com/google-ads/api/reference/rpc/v6/overview
.. _v7: https://developers.google.com/google-ads/api/reference/rpc/v7/overview
.. _v8: https://developers.google.com/google-ads/api/reference/rpc/v8/overview
.. _EOL: https://endoflife.date/python
.. _Google Ads Developer Blog: https://ads-developers.googleblog.com/
.. _Protobuf Messages: https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages
146 changes: 0 additions & 146 deletions examples/advanced_operations/add_gmail_ad.py

This file was deleted.

2 changes: 1 addition & 1 deletion examples/advanced_operations/add_local_campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

_MARKETING_IMAGE_URL = "https://goo.gl/3b9Wfh"
_LOGO_IMAGE_URL = "https://goo.gl/mtt54n"
_YOUTUBE_VIDEO_ID = "t1fDo0VyeEo"
_YOUTUBE_VIDEO_ID = "ECpDzH9gXh8"


def main(client, customer_id):
Expand Down
Loading

0 comments on commit b31324d

Please sign in to comment.