Skip to content

Commit

Permalink
Release v1.6.0 (#324)
Browse files Browse the repository at this point in the history
* Update version and changelog for v1.6.0
* Update docs
  • Loading branch information
Jon Wayne Parrott committed Jan 6, 2017
1 parent 85c2c6d commit 692617a
Show file tree
Hide file tree
Showing 636 changed files with 107,934 additions and 28,791 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v1.6.0
Version 1.6.0

Release to drop support for Python 2.6 and add support for google-auth.

- Support for Python 2.6 has been dropped. (#319)
- The credentials argument to discovery.build and discovery.build_from_document
can be either oauth2client credentials or google-auth credentials. (#319)
- discovery.build and discovery.build_from_document now unambiguously use the
http argument to make all requests, including the request for the discovery
document. (#319)
- The http and credentials arguments to discovery.build and
discovery.build_from_document are now mutually exclusive, eliminating a
buggy edge case. (#319)
- If neither http or credentials is specified to discovery.build and
discovery.build_from_document, then Application Default Credentials will
be used. The library prefers google-auth for this if it is available, but
can also use oauth2client's implementation. (#319)
- Fixed resumable upload failure when receiving a 308 response. (#312)
- Clarified the support versions of Python 3. (#316)

v1.5.5
Version 1.5.5

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ $ easy_install --upgrade google-api-python-client
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.

# Python Version
Python 2.6 or 2.7 are fully supported.

Python 3.3 and 3.4 are supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions.
Python 2.7, 3.3, and 3.4 are fully supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions.

# Third Party Libraries and Dependencies
The following libraries will be installed when you install the client library:
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/adexchangebuyer_v1_3.creatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand Down Expand Up @@ -212,7 +212,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand Down Expand Up @@ -308,7 +308,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand Down Expand Up @@ -422,7 +422,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand Down
18 changes: 12 additions & 6 deletions docs/dyn/adexchangebuyer_v1_4.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ <h3>Method Details</h3>
# - US_EAST
# - US_WEST
"maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values:
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values:
# - PROTOCOL_ADX
# - PROTOCOL_OPENRTB_2_2
# - PROTOCOL_OPENRTB_2_3
# - PROTOCOL_OPENRTB_2_4
# - PROTOCOL_OPENRTB_PROTOBUF
},
],
Expand Down Expand Up @@ -148,10 +149,11 @@ <h3>Method Details</h3>
# - US_EAST
# - US_WEST
"maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values:
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values:
# - PROTOCOL_ADX
# - PROTOCOL_OPENRTB_2_2
# - PROTOCOL_OPENRTB_2_3
# - PROTOCOL_OPENRTB_2_4
# - PROTOCOL_OPENRTB_PROTOBUF
},
],
Expand Down Expand Up @@ -187,10 +189,11 @@ <h3>Method Details</h3>
# - US_EAST
# - US_WEST
"maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values:
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values:
# - PROTOCOL_ADX
# - PROTOCOL_OPENRTB_2_2
# - PROTOCOL_OPENRTB_2_3
# - PROTOCOL_OPENRTB_2_4
# - PROTOCOL_OPENRTB_PROTOBUF
},
],
Expand Down Expand Up @@ -218,10 +221,11 @@ <h3>Method Details</h3>
# - US_EAST
# - US_WEST
"maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values:
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values:
# - PROTOCOL_ADX
# - PROTOCOL_OPENRTB_2_2
# - PROTOCOL_OPENRTB_2_3
# - PROTOCOL_OPENRTB_2_4
# - PROTOCOL_OPENRTB_PROTOBUF
},
],
Expand Down Expand Up @@ -254,10 +258,11 @@ <h3>Method Details</h3>
# - US_EAST
# - US_WEST
"maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values:
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values:
# - PROTOCOL_ADX
# - PROTOCOL_OPENRTB_2_2
# - PROTOCOL_OPENRTB_2_3
# - PROTOCOL_OPENRTB_2_4
# - PROTOCOL_OPENRTB_PROTOBUF
},
],
Expand Down Expand Up @@ -285,10 +290,11 @@ <h3>Method Details</h3>
# - US_EAST
# - US_WEST
"maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.3 right now. Allowed values:
"bidProtocol": "A String", # The protocol that the bidder endpoint is using. By default, OpenRTB protocols use JSON, except PROTOCOL_OPENRTB_PROTOBUF. PROTOCOL_OPENRTB_PROTOBUF uses protobuf encoding over the latest OpenRTB protocol version, which is 2.4 right now. Allowed values:
# - PROTOCOL_ADX
# - PROTOCOL_OPENRTB_2_2
# - PROTOCOL_OPENRTB_2_3
# - PROTOCOL_OPENRTB_2_4
# - PROTOCOL_OPENRTB_PROTOBUF
},
],
Expand Down
20 changes: 12 additions & 8 deletions docs/dyn/adexchangebuyer_v1_4.creatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is different from resource.native_ad.video_url above.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand All @@ -144,7 +144,7 @@ <h3>Method Details</h3>
"body": "A String", # A long description of the ad.
"advertiser": "A String",
"store": "A String", # The URL to the app store to purchase/download the promoted app.
"videoURL": "A String",
"videoURL": "A String", # The URL of the XML VAST for a native ad. Note this is a separate field from resource.video_url.
"headline": "A String", # A short title for the ad.
"image": { # A large image.
"url": "A String",
Expand All @@ -168,6 +168,7 @@ <h3>Method Details</h3>
],
"price": "A String", # The price of the promoted app including the currency info.
"clickTrackingUrl": "A String", # The URL to use for click tracking.
"clickLinkUrl": "A String", # The URL that the browser/SDK will load when the user clicks the ad.
},
"version": 42, # The version for this creative. Read-only. This field should not be set in requests.
"apiUploadTimestamp": "A String", # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
Expand Down Expand Up @@ -275,7 +276,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is different from resource.native_ad.video_url above.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand All @@ -287,7 +288,7 @@ <h3>Method Details</h3>
"body": "A String", # A long description of the ad.
"advertiser": "A String",
"store": "A String", # The URL to the app store to purchase/download the promoted app.
"videoURL": "A String",
"videoURL": "A String", # The URL of the XML VAST for a native ad. Note this is a separate field from resource.video_url.
"headline": "A String", # A short title for the ad.
"image": { # A large image.
"url": "A String",
Expand All @@ -311,6 +312,7 @@ <h3>Method Details</h3>
],
"price": "A String", # The price of the promoted app including the currency info.
"clickTrackingUrl": "A String", # The URL to use for click tracking.
"clickLinkUrl": "A String", # The URL that the browser/SDK will load when the user clicks the ad.
},
"version": 42, # The version for this creative. Read-only. This field should not be set in requests.
"apiUploadTimestamp": "A String", # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
Expand Down Expand Up @@ -413,7 +415,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is different from resource.native_ad.video_url above.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand All @@ -425,7 +427,7 @@ <h3>Method Details</h3>
"body": "A String", # A long description of the ad.
"advertiser": "A String",
"store": "A String", # The URL to the app store to purchase/download the promoted app.
"videoURL": "A String",
"videoURL": "A String", # The URL of the XML VAST for a native ad. Note this is a separate field from resource.video_url.
"headline": "A String", # A short title for the ad.
"image": { # A large image.
"url": "A String",
Expand All @@ -449,6 +451,7 @@ <h3>Method Details</h3>
],
"price": "A String", # The price of the promoted app including the currency info.
"clickTrackingUrl": "A String", # The URL to use for click tracking.
"clickLinkUrl": "A String", # The URL that the browser/SDK will load when the user clicks the ad.
},
"version": 42, # The version for this creative. Read-only. This field should not be set in requests.
"apiUploadTimestamp": "A String", # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
Expand Down Expand Up @@ -576,7 +579,7 @@ <h3>Method Details</h3>
"A String",
],
"accountId": 42, # Account id.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is diffrent from resource.native_ad.video_url above.
"videoURL": "A String", # The URL to fetch a video ad. If set, HTMLSnippet and the nativeAd should not be set. Note, this is different from resource.native_ad.video_url above.
"clickThroughUrl": [ # The set of destination urls for the snippet.
"A String",
],
Expand All @@ -588,7 +591,7 @@ <h3>Method Details</h3>
"body": "A String", # A long description of the ad.
"advertiser": "A String",
"store": "A String", # The URL to the app store to purchase/download the promoted app.
"videoURL": "A String",
"videoURL": "A String", # The URL of the XML VAST for a native ad. Note this is a separate field from resource.video_url.
"headline": "A String", # A short title for the ad.
"image": { # A large image.
"url": "A String",
Expand All @@ -612,6 +615,7 @@ <h3>Method Details</h3>
],
"price": "A String", # The price of the promoted app including the currency info.
"clickTrackingUrl": "A String", # The URL to use for click tracking.
"clickLinkUrl": "A String", # The URL that the browser/SDK will load when the user clicks the ad.
},
"version": 42, # The version for this creative. Read-only. This field should not be set in requests.
"apiUploadTimestamp": "A String", # The last upload timestamp of this creative if it was uploaded via API. Read-only. The value of this field is generated, and will be ignored for uploads. (formatted RFC 3339 timestamp).
Expand Down

0 comments on commit 692617a

Please sign in to comment.