App Engine 1.6.4 Released

2012-03-28 18:50

Google App Engine Blog: App Engine 1.6.4 Released.

System Wide Changes
Logs – Now that the new settings for log storage have been available for one month, logs over the limit you specify will be deleted.

Datastore Index Stats – The Datastore Statistics page in the Admin Console now displays the storage used by your Datastore Indexes in addition to your Datastore Entities.

Blobstore Migration – The Datastore Migration tool now includes an experimental option which allows you to migrate your Blobstore objects during the migration process from M/S to HRD. We strongly encourage all applications to migrate to HRD.

Datastore Backup to Google Cloud Storage – In 1.6.3, we launched backup and restore to Blobstore, and in this release we’ve added the ability to backup your data to Google Cloud Storage.

Memcache viewer – We’ve introduced the ability to view Memcache statistics and examine memcache entries by key.

Serve objects from Google Cloud Storage – You can now serve blobs directly from Google Cloud Storage as well as Blobstore.

Runtime Changes
Threads – Both Java and Python now offer background threads when running on backends as an experimental feature. Additionally, we’ve added the ability to use threads for frontend requests in Java to match Python 2.7.

Datastore Framework Changes
NDB for Python – The NDB API has graduated from experimental and is now a fully supported feature. This next-generation datastore API improves data modeling and querying and has been built from the ground up to support an asynchronous computing model.

JPA 2 and JDO 3 for Java – We have made significant improvements to App Engine’s DataNucleus plugin. This experimental release of version 2.0 of the plugin adds support for JPA 2, JDO 3, and contains over 40 bug fixes. Check out the full release notes here.

Memcache viewerだと・・・?

最近appengine使ってなさすぎて飽きてきた



Category: GAE

Tag: