thirdparty/google_appengine/RELEASE_NOTES
changeset 109 620f9b141567
child 149 f2e327a7c5de
equal deleted inserted replaced
108:261778de26ff 109:620f9b141567
       
     1 Copyright 2008 Google Inc.
       
     2 All rights reserved.
       
     3 
       
     4 App Engine SDK - Release Notes
       
     5 
       
     6 Version 1.1.2 - August 20, 2008
       
     7 ===============================
       
     8 
       
     9   - Batch puts across Datastore entity groups.
       
    10   - Transaction retries reduced from 10 to 3.
       
    11   - Fixed certain transaction failures being silent.
       
    12   - Added support for indexes with a single repeated property.
       
    13 
       
    14 Version 1.1.1 - July 21, 2008
       
    15 =============================
       
    16 
       
    17   - Fixed DELETE for URLFetch on dev_appserver.
       
    18       http://code.google.com/p/googleappengine/issues/detail?id=566
       
    19   - Fixed PATH_INFO to be un-escaped version of the path.
       
    20       http://code.google.com/p/googleappengine/issues/detail?id=267
       
    21       http://code.google.com/p/googleappengine/issues/detail?id=457
       
    22   - Fixed order function testing for property on Expando class.
       
    23   - Support all mail attachment mime-types under Windows.
       
    24   - Added support for date and time objects to GQL.
       
    25       http://code.google.com/p/googleappengine/issues/detail?id=318
       
    26   - Fixed memcache KeyError problem.
       
    27       http://code.google.com/p/googleappengine/issues/detail?id=417
       
    28   - Default URLFetch POST content-type is x-www-form-urlencoded.
       
    29   - Fixed problems where global variables would be set to None
       
    30     when a request raised an exception or returned an error
       
    31     response.
       
    32   - Added support for GIFs and JPEG using PIL.
       
    33   - Added support for type conversion of literals to GQL.
       
    34   - Added support for pickling Expando instances.
       
    35       http://code.google.com/p/googleappengine/issues/detail?id=545
       
    36   - Added APPLICATION_ID environment variable to runtime.
       
    37   - Added support for key_name to djangoforms.
       
    38   - Added ability to put multiple transaction groups in one request
       
    39     outside of transactions.
       
    40   - Added support for downloading request logs using appcfg.
       
    41       http://code.google.com/p/googleappengine/issues/detail?id=76
       
    42   - Fixed DateProperty not supporting values before 1970 and beyond
       
    43     Jan. 19, 2038.
       
    44       http://code.google.com/p/googleappengine/issues/detail?id=352
       
    45   - Set cap of 5000 indexed properties per entity.
       
    46   - GoogleAppEngineLauncher now has context menus in the main project
       
    47     window.
       
    48   - UI improvements to GoogleAppEngineLauncher preferences window.
       
    49   - Fixed GoogleAppEngineLauncher broken symlink for bulk_uploadclient.
       
    50 
       
    51 Version 1.1.0 - May 28, 2008
       
    52 ============================
       
    53 
       
    54   - Added an API for image manipulation.
       
    55       http://code.google.com/p/googleappengine/issues/detail?id=38
       
    56   - Added memcache API.
       
    57   - Fixed URLFetch for URLs with query strings.
       
    58       http://code.google.com/p/googleappengine/issues/detail?id=341
       
    59       http://code.google.com/p/googleappengine/issues/detail?id=346
       
    60       http://code.google.com/p/googleappengine/issues/detail?id=369
       
    61   - Added support for multiple values for the same filter string.
       
    62   - Fixed URLFetch's referrer to now set itself to the application's
       
    63     host-name.
       
    64   - Added --show_mail_body flag to dev_appserver.py.
       
    65   - Added support for IN and != to GQL.
       
    66   - Fixed URLFetch to accept strings as well as constant integers.
       
    67       http://code.google.com/p/googleappengine/issues/detail?id=234
       
    68   - Added CURRENT_VERSION_ID environment variable.
       
    69   - Fixed uploading issues affecting @googlemail.com developers.
       
    70       http://code.google.com/p/googleappengine/issues/detail?id=119
       
    71   - Fixed Datastore API to allow the assignment of [] to non-dynamic
       
    72     DB attributes.
       
    73       http://code.google.com/p/googleappengine/issues/detail?id=276
       
    74       http://code.google.com/p/googleappengine/issues/detail?id=254
       
    75   - Fixed NeedIndexError to include the index that the query needed.
       
    76 
       
    77 Version 1.0.2 - May 15, 2008
       
    78 ============================
       
    79 
       
    80   - Fixed UTC timezone issue on Windows.
       
    81       http://code.google.com/p/googleappengine/issues/detail?id=131
       
    82   - Fixed webapp template cache bug.
       
    83       http://code.google.com/p/googleappengine/issues/detail?id=273
       
    84   - URLFetch service redirect behavior now matches deployed behavior.
       
    85       http://code.google.com/p/googleappengine/issues/detail?id=84
       
    86   - Better handling of bad HOMEDRIVE parameters on Windows.
       
    87       http://code.google.com/p/googleappengine/issues/detail?id=27
       
    88   - Fixed HTTP response header termination.
       
    89       http://code.google.com/p/googleappengine/issues/detail?id=209
       
    90   - Fixed behavior with source files that have Windows line-endings or
       
    91     missing line-endings.
       
    92       http://code.google.com/p/googleappengine/issues/detail?id=237
       
    93       http://code.google.com/p/googleappengine/issues/detail?id=258
       
    94   - Fixed C-Extension module loading issues.
       
    95       http://code.google.com/p/googleappengine/issues/detail?id=95
       
    96       http://code.google.com/p/googleappengine/issues/detail?id=83
       
    97   - Fixed Windows DLL extension loading issues.
       
    98       http://code.google.com/p/googleappengine/issues/detail?id=222
       
    99   - Added missing os.uname function.
       
   100       http://code.google.com/p/googleappengine/issues/detail?id=186
       
   101   - Windows installer can now over-install.
       
   102       http://code.google.com/p/googleappengine/issues/detail?id=241
       
   103   - Windows installer now allows installation even if it can't find Python.
       
   104       http://code.google.com/p/googleappengine/issues/detail?id=5
       
   105   - Fixed skip_files exception.
       
   106       http://code.google.com/p/googleappengine/issues/detail?id=80
       
   107   - Better error handling for cookie-file related problems.
       
   108   - User platform, SDK version, and Python version are now supplied to
       
   109     server-side on deployment; also supplied on dev_appserver start-up
       
   110     if the "nag" is enabled.
       
   111 
       
   112 
       
   113 Version 1.0.1 - April 14, 2008
       
   114 ==============================
       
   115 
       
   116   - Fixed app.yaml static_dir attribute on Windows.
       
   117   - Fixed uploading large files on OSX.
       
   118   - Fixed recursion issue in webapp template rendering cache.
       
   119   - Fixed MacPorts installation.