google-api-python-client v1.0.c1 Release Notes

  • Version 1.0 Release Candidate 1

    • Documentation for the library has switched to epydoc: http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
    • Many improvements for media support:
      • Added media download support, including resumable downloads.
      • Better handling of streams that report their size as 0.
      • Update Media Upload to include io.Base and also fix some bugs.
    • OAuth bug fixes and improvements.
      • Remove OAuth 1.0 support.
      • Added credentials_from_code and credentials_from_clientsecrets_and_code.
      • Make oauth2client support Windows-friendly locking.
      • Fix bug in StorageByKeyName.
      • Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
    • Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
    • Move to PEP386 compliant version numbers.
    • New and updated samples
      • Ad Exchange Buyer API v1 code samples.
      • Automatically generate Samples wiki page from README files.
      • Update Google Prediction samples.
      • Add a Tasks sample that demonstrates Service accounts.
      • new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
    • Convert all inline samples to the Farm API for consistency.