App Engine 1.7.2 Released
September 19th, 2012 | Published in Google App Engine
In addition to the usual crop of new features and improvements, the App Engine team spent a week this summer fixing bugs reported through our issue tracker. We fixed or closed out more than 130 bugs. Many of the fixes are included in this release.
App Admin
Runtimes
Task Queue Statistics
We’ve added the ability to fetch Task Queue Statistics. This allows you to fetch statistics and information about your task queue from within your application. Statistics include information such as the number of tasks in a queue, how many tasks were executed in the last minute and enforced rate.
App Engine Sockets Trusted Tester Program
We are looking for trusted testers for outbound socket functionality in App Engine. Please fill out our signup form to tell us more about your use-case if you’re interested.
Wait! But what about those bug fixes?
The complete list of features and (a long list of) bug fixes for 1.7.2 can be found in our release notes. For App Engine coding questions and answers check us out on Stack Overflow, and for general discussion and feedback, find us on our Google Group.
- Posted by the Google App Engine Team
App Admin
- Paid applications can now upload more than 1GB of code and static files for their applications. Storage above the free quota of 1GB will be billed at $0.13/GB per month.
- PyCrypto 2.6 is now fully supported as an option for third party libraries in Python 2.7.
- Java Threads is now a fully supported feature of the Java runtime.
We’ve added the ability to fetch Task Queue Statistics. This allows you to fetch statistics and information about your task queue from within your application. Statistics include information such as the number of tasks in a queue, how many tasks were executed in the last minute and enforced rate.
App Engine Sockets Trusted Tester Program
We are looking for trusted testers for outbound socket functionality in App Engine. Please fill out our signup form to tell us more about your use-case if you’re interested.
Wait! But what about those bug fixes?
The complete list of features and (a long list of) bug fixes for 1.7.2 can be found in our release notes. For App Engine coding questions and answers check us out on Stack Overflow, and for general discussion and feedback, find us on our Google Group.
- Posted by the Google App Engine Team