Python Version 1.6.1 =============================== - You can now configure Frontend Instance Classes from your Admin Console's application settings page. Three classes are available, with increasing memory, CPU limits, and associated cost. By default, all applications use the basic frontend instance setting of 128MB memory and 600MHz CPU. - We've added new functionality to the Log API that will allow you to read your application's logs programmatically. - We are releasing an experimental Conversion API that will allow you to convert between document types including .doc, .html, .pdf, images using OCR, and more. - The High Replication Datastore migration utility is now available as a GA feature, and is no longer experimental. - The ext.db API query functions (run, fetch, count, get) now accept the keyword arguments: deadline, read_policy, prefetch_size, batch_size, limit, offset, start_cursor, end_cursor, keys_only. It is recommended that developers use Query.run() with a limit or batch_size instead of Query.fetch() when iterating over results. - The ext.db API model functions (get, put, delete, allocate_ids) now directly accept the keyword arguments: deadline, read_policy - The Blobstore API now supports the multiple="true" attribute to the HTML input tag. - Fixed an issue logging unicode objects in the SDK. - Fixed an issue with the dev_appserver where HTTP HEAD always returned content-length: 0. http://code.google.com/p/googleappengine/issues/detail?id=2000 - Fixed an issue in the SDK where importing Crypto.Util.Counter caused an ImportError. http://code.google.com/p/googleappengine/issues/detail?id=4168 - Fixed an issue where the SDK didn't work with virtualenv. http://code.google.com/p/googleappengine/issues/detail?id=4339 - Fixed an issue that was causing slow serving of requests in the SDK. http://code.google.com/p/googleappengine/issues/detail?id=6005 - Fixed an issue where the Channel API didn't work in the SDK with Python 2.7. http://code.google.com/p/googleappengine/issues/detail?id=6267 - Fixed an httplib compatibility issue between Python 2.5 and Python 2.7 in the SDK. http://code.google.com/p/googleappengine/issues/detail?id=6271 - Fixed an error in the SDK on first page load for a handler. http://code.google.com/p/googleappengine/issues/detail?id=6302 - Fixed an issue in the SDK that caused slowness due to app's logs being written to the datastore. Set the --persist_logs flag in the SDK if you are using the Logservice API to read logs. http://code.google.com/p/googleappengine/issues/detail?id=6355
Java Version 1.6.1 ============= - You can now configure Frontend Instance Classes from your Admin Console's application settings page. Three classes are available, with increasing memory, CPU limits, and associated cost. By default, all applications use the basic frontend instance setting of 128MB memory and 600MHz CPU. - We've added new functionality to the Log API that will allow you to read your application's logs programmatically. - We are releasing an experimental Conversion API that will allow you to convert between document types including .doc, .html, .pdf, images using OCR, and more. - The High Replication Datastore migration utility is now available as a GA feature, and is no longer experimental. - The dev appserver now emits a warning when loading any classes that fall under com.google.appengine.repackaged.*. - Version 2.0.0 of the DataNucleus App Engine plugin is available as an experimental download from http://code.google.com/p/datanucleus-appengine/downloads/list. This release adds support for JPA2 and JDO3. - The Blobstore API now supports the multiple="true" attribute to the HTML input tag. - TaskOptions.Param now implements Serializable. http://code.google.com/p/googleappengine/issues/detail?id=3712 - Fixed an issue in the SDK where logging "null" caused a 500 error. - Fixed an issue with backends where SessionManager might try to save a session forever under certain circumstances.
Cheers / Fredrik
ndb is being integrated into the google namespace so it isn't really
"third-party" anymore. You can specify the version of other
third-party libraries.
See:
http://code.google.com/appengine/docs/python/python27/using27.html#Configuring_Libraries
Cheers,
Brian
> Cheers / Fredrik
>
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
2011/12/6 Brian Quinlan <bqui...@google.com>:
--
Blog: www.rekby.ru
On 5 déc, 23:32, Marzia Niccolai <marce+appeng...@google.com> wrote:
> Hi,
>
> We've uploaded the pre-release SDKs, get 'em while they are hot.
>
> As a reminder, the features listed in the pre-release SDKs notes are not
> available in production at this time, and documentation for them will be
> available when the release is officially announced. If you find any
> backward incompatible changes with the prerelease, please follow up on this
> thread with a link to the issue in our issue tracker.
>
> Thanks,
> Marzia
>
> Python Version 1.6.1===============================- You can now
> configure Frontend Instance Classes from your Admin Console's
> application settings page. Three classes are available, with
> increasing memory, CPU limits, and associated cost. By default, all
> applications use the basic frontend instance setting of 128MB memory
> and 600MHz CPU.- We've added new functionality to the Log API that
> will allow you to read your application's logs programmatically.- We
> are releasing an experimental Conversion API that will allow you to
> convert between document types including .doc, .html, .pdf, images
> using OCR, and more.- The High Replication Datastore migration
> utility is now available as a GA feature, and is no longer
> experimental.- The ext.db API query functions (run, fetch, count, get)
> now accept the keyword arguments: deadline, read_policy,
> prefetch_size, batch_size, limit, offset, start_cursor, end_cursor,
> keys_only. It is recommended that developers use Query.run() with a
> limit or batch_size instead of Query.fetch() when iterating over
> results.- The ext.db API model functions (get, put, delete,
> allocate_ids) now directly accept the keyword arguments: deadline,
> read_policy- The Blobstore API now supports the multiple="true"
> attribute to the HTML input tag.- Fixed an issue logging unicode
> objects in the SDK.- Fixed an issue with the dev_appserver where HTTP
> HEAD always returned content-length: 0.http://code.google.com/p/googleappengine/issues/detail?id=2000
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an issue in the SDK where importing Crypto.Util.Counter caused
> an ImportError.http://code.google.com/p/googleappengine/issues/detail?id=4168
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an issue where the SDK didn't work with virtualenv.http://code.google.com/p/googleappengine/issues/detail?id=4339
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an issue that was causing slow serving of requests in the SDK.
> http://code.google.com/p/googleappengine/issues/detail?id=6005
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an issue where the Channel API didn't work in the SDK with
> Python 2.7. http://code.google.com/p/googleappengine/issues/detail?id=6267
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an httplib compatibility issue between Python 2.5 and Python 2.7
> in the SDK.http://code.google.com/p/googleappengine/issues/detail?id=6271
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an error in the SDK on first page load for a handler.http://code.google.com/p/googleappengine/issues/detail?id=6302
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
> Fixed an issue in the SDK that caused slowness due to app's logs being
> written to the datastore. Set the --persist_logs flag in the SDK if
> you are using the Logservice API to read logs.http://code.google.com/p/googleappengine/issues/detail?id=6355
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>
>
> Java Version 1.6.1=============- You can now configure Frontend
> Instance Classes from your Admin Console's application settings page.
> Three classes are available, with increasing memory, CPU limits, and
> associated cost. By default, all applications use the basic frontend
> instance setting of 128MB memory and 600MHz CPU.- We've added new
> functionality to the Log API that will allow you to read your
> application's logs programmatically.- We are releasing an experimental
> Conversion API that will allow you to convert between document types
> including .doc, .html, .pdf, images using OCR, and more.- The High
> Replication Datastore migration utility is now available as a GA
> feature, and is no longer experimental.- The dev appserver now emits a
> warning when loading any classes that fall under
> com.google.appengine.repackaged.*.- Version 2.0.0 of the DataNucleus
> App Engine plugin is available as an experimental download fromhttp://code.google.com/p/datanucleus-appengine/downloads/list
> <http://www.google.com/url?q=http://code.google.com/p/datanucleus-appe...>.
> This release adds support for JPA2 and JDO3.- The Blobstore API now
> supports the multiple="true" attribute to the HTML input tag.-
> TaskOptions.Param now implements Serializable.http://code.google.com/p/googleappengine/issues/detail?id=3712
> <http://www.google.com/url?q=http://code.google.com/p/googleappengine/...>-
And exactly which front-end instance class have we all currently been using? I hope the lowest one-- I don't want to suffer a performance hit and increased expenses.