Version 1.2.1 of the App Engine SDK for Java is now available to download. This was the first update to our new Java language support and includes a number of bug fixes and feature additions including:Support for unindexed datastore properties of arbitrary typesEmbedded UTF-8 characters in JSPs now render correctlyIncrease in response size limit from 1MB to 10MBSupport for Thread.setContextLoader()There are a host of updates for the JDO/JPA layer as well. The project wiki has a full list of fixes and new features.As always, we're very interested...
Wednesday, 13 May 2009
Monday, 11 May 2009
web2py support, new datastore backend for apps, and more!
Posted on 09:47 by Unknown
It has been an exciting month and a half for App Engine since the last community update. In addition to two SDK updates, Cron support, new Java runtime, etc., there have been a host of noteworthy community developments as well, only a few of which are mentioned below.web2py Python framework now supports App EngineWe are always interested in frameworks that natively support App Engine, and the web2py framework recently came to our attention. Completely written in Python, web2py is described as a "free and open source full-stack enterprise framework...
Friday, 8 May 2009
Python SDK version 1.2.2 released
Posted on 15:39 by Unknown
We've released version 1.2.2 of the App Engine SDK for Python. Some highlights from the release notes:Urlfetch fetch now has support for user configurable deadlines.Datastore indexes on single properties can now be disabled by setting indexed=False on the property constructor.Datastore now supports Key-only queries, using either SELECT __key__ or db.Query(Model, keys_only=True)Bulk Loader improvements: New appcfg download_data command. Better backoff support and debugging output for long requests.For a full list see the SdkReleaseNotes wiki page.Downloads...
Subscribe to:
Posts (Atom)