FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Release v1.6.5 by theacodes · Pull Request #470 · googleapis/google-api-python-client · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) No extension  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
19 changes: 19 additions & 0 deletions CHANGELOG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v1.6.5
Version 1.6.5

Bugfix release

- Proactively refresh credentials when applying and treat a missing
`access_token` as invalid. Note: This change reveals surprising behavior
between default credentials and batches. If you allow
`googleapiclient.discovery.build` to use default credentials *and* specify
different credentials by providing `batch.execut()` with an explicit `http`
argument, your individual requests will use the default credentials and
*not* the credentials specified to the batch http. To avoid this, tell
`build` explicitly not to use default credentials by specifying
`build(..., http=httplib2.Http()`. (#469)
- Remove mutual exclusivity check for developerKey and credentials (#465)
- Handle unknown media length. (#406)
- Handle variant error format gracefully. (#459)
- Avoid testing against Django >= 2.0.0 on Python 2. (#460)

v1.6.4
Version 1.6.4

Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.6.4"
__version__ = "1.6.5"

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down

Back | FazBrowse Home | New Git URL