Hello Again Everyone!

We've posted the pre-release SDKs for Python and Java here:
http://code.google.com/p/googleappengine/downloads/list

Please see the pre-release notes below.

Regards,
Janani

App Engine Python SDK - Release Notes

Version 1.7.6
===============================
- The new and improved development appserver, which was previewed last 
release,
  now becomes the default. The old development appserver has been renamed to
  old_appserver.py and will remain available until the first release after
  1 July 2013 when it will be removed from the SDK.
- The XMPP API now has multi-JID get_presence. This provides the ability to 
get
  the availability of multiple users.
- Django 1.4 and Webob 1.2.3 are now promoted to GA.
- Apps now have the ability to fopen() files that are declared as static 
files
  in app.yaml using the application_readable flag.
- The dev_appserver now allocates automatic ids using the 'scattered' id
  allocation policy by default. For more information, please see 
"Specifying the
  Automatic ID Allocation Policy":
  
https://developers.google.com/appengine/docs/python/tools/devserver#Using_the_
  Datastore
- New Search API quotas are now displayed in the Admin Console. These 
quotas are
  not currently enforced, but will be part of the pricing model for the 
Search
  API in a future release.
- The experimental Search API's ability to explicitly sort search results by
  SortExpression.RANK_FIELD_NAME (i.e. _order_id) field in ascending order 
has
  been removed.
- Globally consistent indexes in the experimental Search API are now 
deprecated
  and will be removed in the next release.
- Task Queue tasks may now be added and deleted asynchronously. This allows
  applications to perform common task queue operations without blocking. 
This is
  an experimental feature.
- In the experimental MapReduce framework, shards that encounter Files API
  errors will retry three times before the entire job fails.
- ProtoRPC now supports deserializing and reserializing of unexpected 
fields.
- A new ProtoRPC field type for supporting datetime values has been added.
- Fixed an issue with the new dev_appserver failing on invalid login 
cookies. It
  now uses type="email" for email in the login form.
    
https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?
    id=36
- Fixed an issue with the new dev_appserver to have fix_sys_path add the
  necessary libraries to sys.path making it now compatible with the testbed.
    
https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?
    id=45




App Engine Java SDK - Release Notes

Version 1.7.6
=============
- The XMPP API now has multi-JID getPresence(). This provides the ability 
to get
  the availability of multiple users.
- The Java dev_appserver now allocates automatic ids using the 'scattered' 
id
  allocation policy by default. For more information, please see 
"Specifying the
  Automatic ID Allocation Policy":
  
https://developers.google.com/appengine/docs/java/tools/devserver#Using_the_
  Datastore
- New Search API quotas are now displayed in the Admin Console. These 
quotas are
  not currently enforced, but will be part of the pricing model for the 
Search
  API in a future release.
- The experimental Search API's ability to explicitly sort search results by
  SortExpression.RANK_FIELD_NAME (i.e. _order_id) field in ascending order 
has
  been removed.
- Globally consistent indexes in the experimental Search API are now 
deprecated
  and will be removed in the next release.
- Task Queue tasks may now be added and deleted asynchronously. This allows
  applications to perform common task queue operations without blocking. 
This is
  an experimental feature.
- Fixed an issue that caused NullPointerException in ListIndexesResponse
    http://code.google.com/p/googleappengine/issues/detail?id=8359

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to