App Engine 1.6.1 Released

2011-12-14 11:44

Google App Engine Blog: App Engine 1.6.1 Released.

Platform Changes
Frontend Instance Classes – For applications that need more CPU and/or memory to serve requests, we’ve introduced two larger frontend instance classes. Before today, all apps were allocated a fixed instance size no matter what the app was computing in its requests. Now, apps that need more computing power can upgrade the size of their instances.
High Replication Datastore (HRD) Migration Tool Has Graduated – The HRD migration tool is now a fully supported feature. The tool allows you to easily migrate your data, limits the downtime required to complete the migration, and also allows you to choose its precise time. Every app can now start the new year off right, improving their uptime and reliability by migrating to HRD!

New APIs
Conversion API (Experimental) – Converting between formats within your application can be a pain, but with the experimental Conversion API you can now easily convert between PDF, HTML, text and images. Generating PDF invoices from HTML, displaying PDF menus as HTML or extracting text from images using OCR is now as simple as an API call.
Logs Reader API (Experimental) – Want to summarize latency by handler? Summarize request statistics by user? The new logs reader API allows you to programmatically access your logs to build reports, gather statistics, and analyze requests to your heart’s content.

HRDに移行できるようになったけど
アプリケーションIDは変えたくないやん



Category: GAE

Tag: