Hello Again Everyone!

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

Please see the pre-release notes below.

Best,

Rich

p.s. A little quicker turnaround, this isn't an April Fools Joke! :)

App Engine Python SDK - Pre-Release Notes

Version 1.7.7
===============================
- The Sockets API, which allows applications to make outgoing TCP 
connections
  and send/receive UDP packets to the Internet using both IPv4 and IPv6, is 
now
  available as an experimental feature for billed apps.
- The Ftplib module is now restored.  It depends on the experimental Sockets
  API.
- Matplotlib 1.1.1, an experimental feature, is being deprecated and will be
  removed in 1.7.8. Please switch to matplotlib 1.2.0.
- Fixed an issue with NDB not serializing projection entities correctly.
    https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=215
- Fixed an issue with task queues failing to resolve backend addresses in
  the new dev_appserver.
    https://code.google.com/p/googleappengine/issues/detail?id=5105
- Fixed an issue with the Search API allowing multiple documents with no IDs
  to be in one put request.
    https://code.google.com/p/googleappengine/issues/detail?id=8553
- Fixed an issue with sort by doc_id not translating correctly causing
  InvalidRequest errors on the Search API.
    https://code.google.com/p/googleappengine/issues/detail?id=8958
- Fixed an issue with the Search admin UI where an Internal Server Error
  was served.
    https://code.google.com/p/googleappengine/issues/detail?id=9005
- Fixed an issue with Prospective Search failing in the new dev_appserver.
    https://code.google.com/p/googleappengine/issues/detail?id=9003
- Fixed an issue with the new dev_appserver failing with ImportError.
    https://code.google.com/p/googleappengine/issues/detail?id=9008
- Fixed an issue with Sqlite3 being unable to open a database file in the 
new
  dev_appserver.
    https://code.google.com/p/googleappengine/issues/detail?id=9031
- Fixed an issue with serving urls that contain unicode characters in the 
new
  dev_appserver.
    https://code.google.com/p/googleappengine/issues/detail?id=9040


App Engine Java SDK - Pre-Release Notes

Version 1.7.7
=============
- The Sockets API, which allows applications to make outgoing TCP 
connections
  and send/receive UDP packets to the Internet using both IPv4 and IPv6, is 
now
  available as an experimental feature.
- The Java runtime now defaults to Java7. If you still need to use the Java6
  runtime, please use the --use_java6 flag when deploying your app. We 
encourage
  you to move to Java7 as soon as possible.
- Fixed an issue with sort by doc_id not translating correctly causing
  InvalidRequest errors in the Search API
    https://code.google.com/p/googleappengine/issues/detail?id=8958

-- 
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 [email protected].
To post to this group, send email to [email protected].
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