Releases: googleapis/google-api-php-client
1.1.4 Release
Small update to use the base path from a service class if provided.
1.1.3 Release
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
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
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
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
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
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.
Fix for upload issue
v1.0.1-beta: Merge pull request #56 from ianbarber/master
Tagging the first beta release of the 1.0 branch of the SDK.