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.8 - January 7, 2008 |
|
7 ================================= |
|
8 - Skip_files RegexStr validator allows lists to for regex-ors. |
|
9 http://code.google.com/p/googleappengine/issues/detail?id=81 |
|
10 - sys.path and sys.argv are no longer reset for each request. |
|
11 http://code.google.com/p/googleappengine/issues/detail?id=772 |
|
12 - New ByteString data type for the datastore. Indexed non-text short-blob. |
|
13 - UserProperty now takes auto_current_user and auto_current_user_add |
|
14 attributes. |
|
15 - Support for polymorphic models and queries. |
|
16 - db.Model.order() now supports __key__. |
|
17 http://code.google.com/p/googleappengine/issues/detail?id=884 |
|
18 - Urlfetch no longer sets content-length: 0 when there is no body. |
|
19 http://code.google.com/p/googleappengine/issues/detail?id=817 |
|
20 - Get height and width of an image via the Images API. |
|
21 http://code.google.com/p/googleappengine/issues/detail?id=435 |
|
22 - Limit auto-Bcc of email sender to the case where the email sender is the |
|
23 currently-logged-in user. |
|
24 - Adds limit of 100 order/filters on datastore query size to the SDK. |
|
25 - Fix unicode support for the bulkloader |
|
26 http://code.google.com/p/googleappengine/issues/detail?id=157 |
|
27 - Bulkload.py from the appengine/tools directory to the appengine/ directory |
|
28 - Modify webapp to use logging.exception instead of logging.error. |
|
29 - Additional fixes to SDK sanitizing response headers to match production. |
|
30 http://code.google.com/p/googleappengine/issues/detail?id=198 |
5 |
31 |
6 Version 1.1.7 - November 20, 2008 |
32 Version 1.1.7 - November 20, 2008 |
7 ================================= |
33 ================================= |
8 - Fixed an issue with urlfetch response headers. |
34 - Fixed an issue with urlfetch response headers. |
9 http://code.google.com/p/googleappengine/issues/detail?id=877 |
35 http://code.google.com/p/googleappengine/issues/detail?id=877 |