Hello Everyone!
We've posted the pre-release SDKs for Python and Java here:
http://code.google.com/p/googleappengine/downloads/list
My apologies for not announcing this to the group sooner, some of you may
have noticed that they were available about a day ago.
Pre-release notes below.
Cheers,
Rich
App Engine Python SDK - Pre-Release Notes
Version 1.7.4
===============================
- Mail API Quotas have been updated. For more information please see:
https://developers.google.com/appengine/docs/quotas.html
- Background threads are now a GA feature.
- Traffic Splitting is now a GA feature.
- Task Queue Statistics is now a GA feature.
- Logs API now has the ability to fetch requests based on a list of
request_ids. Currently, this only works in production and is not supported
in dev_appserver.
- Python Interpreter has been upgraded to 2.7.3.
- WebOb 1.2.3 is now available for Python 2.7.
- DISTINCT for Datastore queries is now available as an experimental feature.
- Matplotlib v1.1.1 is now available as an experimental feature.
- The decommissioned Conversion API has been removed.
- Channel API now supports channels being used across multiple application
versions and backends. You can also limit channel usage to a specific
application version by adding it to the client id when creating a channel.
http://code.google.com/p/googleappengine/issues/detail?id=5123
- Mail API now sends notifications for emails that bounce.
http://code.google.com/p/googleappengine/issues/detail?id=7451
App Engine Java SDK - Pre-Release Notes
Version 1.7.4
=============
- Mail API Quotas have been updated. For more information please see:
https://developers.google.com/appengine/docs/quotas.html
- Traffic Splitting is now a GA feature.
- Task Queue Statistics is now a GA feature.
- Logs API now has the ability to fetch requests based on a list of
request_ids. Currently, this only works in production and is not supported
in dev_appserver.
- DISTINCT feature for Datastore queries is now available as an experimental
feature.
- The decommissioned Conversion API has been removed.
- Channel API now supports channels being used across multiple application
versions and backends. You can also limit channel usage to a specific
application version by adding it to the client id when creating a channel.
http://code.google.com/p/googleappengine/issues/detail?id=5123
- Mail API now sends notifications for emails that bounce.
http://code.google.com/p/googleappengine/issues/detail?id=7451
- Various JSP improvements
JSPs are now compiled together as opposed to one by one. This improves the
compilation process time.
JSP compiled classes are packaged in JAR files.
You can now avoid the upload of JSP source, which is typically not needed
at runtime. This can be done via the new --delete_jsps option in the
appcfg tool. By default, this option is not set.
You can now package all the WEB-INF/classes/* classes into jar files. This
can be done via the new --enable_jar_classes option in the appcfg tools. By
default, this option is not set.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/Y4umUUGkBnsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.