Google App Engine has released the SDK version 1.1.5 and is available for download at Google. In the current release two bugs from previous release have been fixed along with a couple of other issues. The issue fixes include StringListProperty which is now a proper class and TimeProperty which now accepts the datetime.time(0,0).
Following are the features added in the current release as described by the Google App Engine Team:
The Expando model and datastore: Entity now allows lists containing different types.
The Memcache API now has the add_multi and replace_multi functions.
Following is the release note of the latest release:
-
Additional fixes for file paths on Windows and OSX.
-
Sped up the datastore stub.
-
Allow different types in list properties in datastore.Entity and Expando.
-
Add add_multi and replace_multi to memcache API.
-
Ignore errors from the API proxy when calling memcache read methods.
-
Set the webapp Request charset property more accurately from CONTENT_TYPE.
-
Fixed an issue in the development console with schema caching.
-
Fixed an issue with StringListProperty not returning a class
-
Fixed an issue in the development console where quotes couldn’t be used within fields.
-
Fixed an issue with TimeProperty(“0:0″) (midnight).


