Skip to content

Releases: googleapis/google-api-php-client

1.1.2 release

25 Nov 14:36
Compare
Choose a tag to compare

Release primarily to fix an issue with AppEngine - cURL is now available, but is does not go via the URLfetcher on GAE. This release also includes logging support.

1.1.1

21 Nov 15:47
Compare
Choose a tag to compare

Larger than normal version bump due to a change to use autoloading, which will probably require integration changes. Other things in this version:

  • Better support for PHP incompatible wirenames
  • Support for variant types (mostly used by mapsengine)
  • Support new auth parameters
  • Fix codestyle issues in tests, and a bunch of test improvements
  • Many tidy ups and small fixes

1.0.6 beta release

30 Sep 19:54
Compare
Choose a tag to compare

This release includes better handling for parameters with non-PHP friendly wire names, new auth parameter support, and several bugfixes and community contributions.

1.0.5-beta release

08 Sep 21:00
Compare
Choose a tag to compare

Pulls in many smaller bugfixes, and a notable change to make the collection type handling more accurate in the service classes, and better handling of HTTP proxies in some versions of cURL.

1.0.4-beta

07 Mar 17:56
Compare
Choose a tag to compare

Restored cURL option for IO, added support for custom certificates file, updated default certificate file, added two different configuration variables to enable/disable gzip in requests and upload requests.

Fixes for array types conversion and API errors without details.

30 Jan 21:40
Compare
Choose a tag to compare

Fixed an issue where array types weren't converting their member objects properly that was causing major problems with the YouTube API, and an issue with errors for APIs which don't return error details. (issues reported in #52, #57).

Fix for upload issue

24 Jan 21:41
Compare
Choose a tag to compare

Fixes for upload issues reported in #50 and #59. Gzip is now automatically disabled for upload requests.

v1.0.1-beta: Merge pull request #56 from ianbarber/master

22 Jan 16:41
Compare
Choose a tag to compare

Tagging the first beta release of the 1.0 branch of the SDK.