Skip to content

Releases: googleapis/google-api-php-client

v2.0.0-RC1

26 Oct 18:34
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release

RC1 for v2 of Google API PHP Client. See UPGRADING.md for more information.

1.1.6 Release

26 Oct 18:31
Compare
Choose a tag to compare
makes new tests for verifyIdToken php-53-array friendly

1.1.5 Release

24 Sep 23:11
Compare
Choose a tag to compare

Includes all updates since 1.1.4 release. Tagging before more significant changes.

1.1.4 Release

21 May 19:38
Compare
Choose a tag to compare

Small update to use the base path from a service class if provided.

1.1.3 Release

17 May 01:06
Compare
Choose a tag to compare

Rollup release to pull in latest generated service classes and community contributions.
Library changes include

  • exponential backoff and retry support
  • support for new format service accounts
  • autoloading improvements
  • support for raw media responses
  • compute engine auth support
  • many tidy ups and code style fixes

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.