Version 1.9.26 - August 27, 2015
App Engine notes
- oauth2client library upgraded to version [1.4.2][https://github.com/google/oauth2client/blob/master/CHANGELOG.md]
- Adds "show in context" menu for MVM application logs that have thread_id or request_id as a field in their log entry. This allows sorting app logs based on either field.
- Capability to provision applications for current load and configure elastic provisioning based on both VM and application level metrics.
- Remote API can now be accessed using OAuth2 credentials using https://developers.google.com/identity/protocols/application-default-credentials
- Use RequestPayloadTooLargeException for URLFetch requests with payloads that are too large.
Java runtime notes
- Java's URLFetch API gains a property to specify default fetch deadline.
appengine.api.urlfetch.defaultDeadlineis a floating point number in seconds that can be used to specify a default URLFetch timeout for Java in appengine-web.xml.
Version 1.9.25 - August 14, 2015
App Engine notes
- Added PyAMF version 0.7.2 (Beta).
- Admin Console menus start redirecting to Developers Console. Select services such as the Admin Logs will continue to be available in the Admin Console.
- Datastore now allows properties to represent the empty list.
- Failed tasks in queues configured with a ‘retry_limit’ of zero will no longer be retried.