thirdparty/google_appengine/RELEASE_NOTES
changeset 1278 a7766286a7be
parent 828 f5fd65cc3bf3
child 2172 ac7bd3b467ff
equal deleted inserted replaced
1277:5c931bd3dc1e 1278:a7766286a7be
     1 Copyright 2008 Google Inc.
     1 Copyright 2008 Google Inc.
     2 All rights reserved.
     2 All rights reserved.
     3 
     3 
     4 App Engine SDK - Release Notes
     4 App Engine SDK - Release Notes
       
     5 
       
     6 Version 1.1.9 - February 2, 2009
       
     7 ================================
       
     8 
       
     9   - HTTP Request and Response limit raised to 10MB from 1MB.
       
    10     Note that API call limits remain at 1MB.
       
    11       http://code.google.com/p/googleappengine/issues/detail?id=78
       
    12   - urllib and urllib2 now available, implemented using urlfetch.
       
    13     Also adds additional stubs which may enable other modules.
       
    14       http://code.google.com/p/googleappengine/issues/detail?id=61
       
    15       http://code.google.com/p/googleappengine/issues/detail?id=68
       
    16       http://code.google.com/p/googleappengine/issues/detail?id=572
       
    17       http://code.google.com/p/googleappengine/issues/detail?id=821
       
    18   - Early release of a new data bulk upload tool, bulkloader.py
       
    19       http://code.google.com/appengine/docs/python/tools/uploadingdata.html
       
    20   - New remote_api for datastore at google.appengine.ext.remote_api
       
    21   - Single property descending indexes are automatically generated.
       
    22   - Added db.Query support for IN and != operators.
       
    23       http://code.google.com/p/googleappengine/issues/detail?id=751
       
    24   - Fixed issue where gql date/time parsing could not handle Unicode strings.
       
    25   - Fixed issue with db model instance key() returning the wrong key for
       
    26     unsaved instances with parent as key
       
    27       http://code.google.com/p/googleappengine/issues/detail?id=883
       
    28   - New run_in_transaction_custom_retries method for datastore.
       
    29   - Fixed issue with relative dev_appserver datastore and history paths.
       
    30       http://code.google.com/p/googleappengine/issues/detail?id=845
       
    31   - Static files and skipped files are not readable in dev_appserver, to match
       
    32     the behavior on App Engine.
       
    33       http://code.google.com/p/googleappengine/issues/detail?id=550
       
    34   - Images API allows multiple transforms of the same type in one request. A
       
    35     limit of 10 total transforms per request has been added.
       
    36   - PIL import will work with both PIL.Image and Image.
       
    37       http://code.google.com/p/googleappengine/issues/detail?id=929
       
    38   - Fixed an issue with sending email in dev_appserver when the application
       
    39     code changed.
       
    40       http://code.google.com/p/googleappengine/issues/detail?id=182
       
    41   - Memcache counters (incr/decr) do nothing on non positive integers to match
       
    42     the behavior on App Engine.
       
    43       http://code.google.com/p/googleappengine/issues/detail?id=918
     5 
    44 
     6 Version 1.1.8 - January 7, 2008
    45 Version 1.1.8 - January 7, 2008
     7 =================================
    46 =================================
     8   - Skip_files RegexStr validator allows lists to for regex-ors.
    47   - Skip_files RegexStr validator allows lists to for regex-ors.
     9       http://code.google.com/p/googleappengine/issues/detail?id=81
    48       http://code.google.com/p/googleappengine/issues/detail?id=81