Hello!

Seems like it was only yesterday that 1.8.7 came out :)

Pre-release SDKs for Python, PHP and Java found here:
http://code.google.com/p/googleappengine/downloads/list

Please see the pre-release notes below.

Cheers,

Richmond Manzana
Technical Program Manager
Google App Engine

App Engine SDK - Pre-Release Notes

Version 1.8.8

Python & PHP
==============================
- Memcache API calls are tracked by a new metric that estimates resource 
usage,
  Memcache Compute Units (MCU's).  There is a new quota bucket and
  dashboard graph corresponding to the metric, as well as an option in the
  memcache viewer to display top keys by MCU's.
- The dev_appserver logs.db format is not backward compatible with 1.8.7.
  Users that revert to the 1.8.7 dev_appserver after trying 1.8.8 must 
delete
  this file. Unless specifically named by the user in the command line, the
  file is found at /tmp/<app-id>/logs.db. The error seen if this file is not
  removed is: 'IntegrityError: RequestLogs.module may not be NULL'
- Added /_ah/gcs endpoint on the dev_appserver for local emulation of Google
  Cloud Storage services.
    https://code.google.com/p/googleappengine/issues/detail?id=10178
- Fixed an issue with cloning apps not creating proper service account 
names.
    https://code.google.com/p/googleappengine/issues/detail?id=10235

Python
==============================
- The socket based version of httplib from the Python standard library is 
now
  included in the runtime. If you need additional functionality from httplib
  (such as TLS client side certificates) you can now use the sockets based
  httplib (you will need sockets enabled).
  To use the sockets based httplib, include the following env_variable in 
your
  app.yaml:
  GAE_USE_SOCKETS_HTTLLIB: 'on'
- Fixed an issue with the dev_appserver app id validation for UTF-8
    https://code.google.com/p/googleappengine/issues/detail?id=10116

PHP
==============================
- The Sockets API is now available for Billing Enabled Applications.
- PHP String has been added as a key type in the Admin Console Memcache 
viewer.
- Added CloudStorageTools::getPublicUrl() method for constructing URLs for
  Google Cloud Storage objects.


Java
==============================
- Memcache API calls are tracked by a new metric that estimates resource 
usage,
  Memcache Compute Units (MCU's).  There is a new quota bucket and
  dashboard graph corresponding to the metric, as well as an option in the
  memcache viewer to display top keys by MCU's.
- Fixed an issue with cloning apps not creating proper service account 
names.
    https://code.google.com/p/googleappengine/issues/detail?id=10235

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to