thirdparty/google_appengine/RELEASE_NOTES
changeset 3031 7678f72140e6
parent 2864 2e0b0af889be
equal deleted inserted replaced
3030:09cae668b536 3031:7678f72140e6
     1 Copyright 2008 Google Inc.
     1 Copyright 2008 Google Inc.
     2 All rights reserved.
     2 All rights reserved.
     3 
     3 
     4 App Engine Python SDK - Release Notes
     4 App Engine Python SDK - Release Notes
       
     5 
       
     6 Version 1.2.7 - October 14, 2009
       
     7 ================================
       
     8   - Changed the 'key' parameter to Model.__init__ to be keyword only.
       
     9   - Fixed taskqueue import in Remote API.
       
    10     http://code.google.com/p/googleappengine/issues/detail?id=2259
       
    11 
       
    12 
       
    13 Version 1.2.6 - September 17, 2009
       
    14 ==================================
       
    15   - Added incoming email support.
       
    16     http://code.google.com/p/googleappengine/issues/detail?id=165
       
    17   - Remote API now supports XMPP and task queues.
       
    18   - The default for all handlers is now secure: optional. Users can
       
    19     now access all pages via SSL unless explicitly disallowed.
       
    20   - Remote API now supports HTTPS.
       
    21     http://code.google.com/p/googleappengine/issues/detail?id=1461
       
    22   - Appcfg now uses https by default.
       
    23     http://code.google.com/p/googleappengine/issues/detail?id=794
       
    24   - Appcfg.py now supports the --application and --version flags to
       
    25     override the values specified in app.yaml.
       
    26     http://code.google.com/p/googleappengine/issues/detail?id=670
       
    27   - GQL now supports '= NULL' queries.
       
    28   - The db.Model constructor now supports explicitly setting a key
       
    29     (and thus an id) for a Model instance.
       
    30   - New Datastore stats api. Stats are also visible in the admin console.
       
    31   - Bulkloader dump and restore now supports restoring to a different
       
    32     app id and restoring numeric keys.
       
    33   
     5 
    34 
     6 Version 1.2.5 - August 13, 2009
    35 Version 1.2.5 - August 13, 2009
     7 ===============================
    36 ===============================
     8   - The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK.
    37   - The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK.
     9   - Added XMPP support.
    38   - Added XMPP support.