1.9.30 sync.
[gae.git] / python / RELEASE_NOTES
blob1d79dff1ed0c5c2a4153c1f955bfe28a6aac2c9e
1 Copyright 2013 Google Inc.
2 All rights reserved.
4 App Engine SDK - Release Notes
6 Version 1.9.15
8 All
9 ==============================
10 - Fixed an issue with Datastore stats not displaying entity counts.
11     https://code.google.com/p/googleappengine/issues/detail?id=9328
13 Python
14 ==============================
15 - search.GetResponse in the Search API now supports __len__.
16     https://code.google.com/p/googleappengine/issues/detail?id=10340
17 - The get_access_token() method of the App Identity API now caches access
18   tokens within the instance.
19 - Fixed an issue with Cloud Endpoints where multi-class Python APIs
20   that reused method names could result in incorrect API descriptors.
21     https://code.google.com/p/googleappengine/issues/detail?id=10595
22     https://code.google.com/p/googleappengine/issues/detail?id=11366
23     https://code.google.com/p/googleappengine/issues/detail?id=11373
25 PHP
26 ==============================
27 - Temporary uploaded files are now unlinked (deleted) if not moved. Empty
28   files not written to a temporary directory are removed.
29     http://stackoverflow.com/questions/21571418/google-app-engine-empty-form
30     -upload-field-submission-issue
31 - Fixed an issue with get_define_constraints not returning a Core array.
32     https://code.google.com/p/googleappengine/issues/detail?id=11236
34 Version 1.9.14
36 All
37 ==============================
38 - The URL Fetch service will always issue a GET request when it receives
39   and responds to a 302 response; previously it would preserve the original
40   HTTP method. This new behavior is in line with modern conventions (see
41   http://tools.ietf.org/html/rfc7231#section-6.4).  You can
42   use the final_url field of the Response object (or a similar object in other
43   APIs, see
44   https://cloud.google.com/appengine/docs/python/urlfetch/responseobjects)
45   to determine if your fetches are being redirected. If this change affects
46   your application, please contact our support team - even if you do not have
47   a support contract at
48   https://support.google.com/cloud/answer/3420056?hl=en&ref_topic=3473162.
50 Version 1.9.13
51 ==============================
52 - No changes for 1.9.13
55 Version 1.9.12
57 Python
58 ==============================
59 - The libxslt library has been updated from v1.1.22 to v1.1.28
60 - Fixed an issue with NDB where a user gets an error stating "_AugmentedQuery'
61   object has no attribute '_filter_predicate'" when running a query without a
62   filter predicate.
64 PHP
65 ==============================
66 - Fixed an issue where users are unable to read newly created files in Google
67   Cloud Storage.
68     https://code.google.com/p/googleappengine/issues/detail?id=10869
70 Version 1.9.11
72 Python
73 ==============================
74 - Fixed an issue with the Search API not returning results in the proper date
75   order.
77 PHP
78 ==============================
79 - PHP has now been updated to 5.4.32.
81 Version 1.9.10
83 Python
84 ==============================
85 - Asynchronous calls are now supported in the Search API.
87 PHP
88 ==============================
89 - Fixed an issue that causes script routing errors in the dev_appserver when
90   the url regular expression uses subgroups that include a leading slash.
91     https://code.google.com/p/googleappengine/issues/detail?id=11134
93 Version 1.9.9
95 All
96 ==============================
97 - TLS is now supported and enabled by default in the dev_appserver.
98     https://code.google.com/p/googleappengine/issues/detail?id=497
99 - Fixed an issue with the Datastore Admin failing to load due to a
100   DeadlineExceededError when retrieving kinds.
101     https://code.google.com/p/googleappengine/issues/detail?id=11145
104 =============================
105 - Fixed an issue where form fields submitted with Google Cloud Storage upload
106   may not get encoded correctly.
107     https://code.google.com/p/googleappengine/issues/detail?id=9534
109 Version 1.9.8
112 =============================
113 - Fixed an issue with Datastore Admin not properly restoring backups if writes
114   are disabled.
115     https://code.google.com/p/googleappengine/issues/detail?id=11090
117 Python
118 =============================
119 - Fixed an issue with NDB repeated, nested structures growing exponentially
120   when saving.
121     https://code.google.com/p/googleappengine/issues/detail?id=11082
124 =============================
125 - PHP is now updated to 5.4.30.
127 Version 1.9.7
130 ==============================
131 - Added memcache historical hit ratio to Admin Console dashboard.
132 - Fixed an issue with sockets connections timing out after 2 minutes.
133 - Fixed an issue with appcfg request_logs not working.
134     https://code.google.com/p/googleappengine/issues/detail?id=10886
136 Python
137 ==============================
138 - Fixed an issue with the dev_appserver remove_ignored_dirs not working.
141 ==============================
142 - Fixed an issue with the dev_appserver directory separator for DOCUMENT_ROOT,
143   SCRIPT_FILENAME, SCRIPT_NAME, and PHP_SELF not working on Windows.
144 - Fixed an issue with decrement not working in Memcache and Memcached.
145     http://code.google.com/p/googleappengine/issues/detail?id=10964
147 Version 1.9.6
149 Python
150 ==============================
151 - Django 1.5.4 has been upgraded to 1.5.8.
152 - Django 1.4.3 has been upgraded to 1.4.13.
153 - Fixed an issue with taskqueue_stub.py _Group.GetQueuesAsDict() raising
154   TypeError intermittently.
155     https://code.google.com/p/googleappengine/issues/detail?id=10131
157 Version 1.9.5
159 Python
160 ==============================
161 - STARTTLS support for the dev_appserver is now available.
162     https://code.google.com/p/googleappengine/issues/detail?id=497
163 - Fixed an issue with the Search API where searching for geo points whose
164   distance from a fixed point is greater than some value returns documents that
165   do not include that field.
166 - Fixed an issue with the Search API where querying for a field that does not
167   exist returns an error instead of returning zero matches on that field.
168     https://code.google.com/p/googleappengine/issues/detail?id=10407
171 ==============================
172 - Fixed an issue where certain legal Cloud Storage bucket names fail to
173   validate.
174     https://code.google.com/p/googleappengine/issues/detail?id=10745
176 Version 1.9.4
178 Python
179 ==============================
180 - Fixed an issue with the Search API where it does not correctly parse
181   expressions that use the subtraction operator without surrounding
182   whitespaces.
183 - Fixed an issue with the devappserver Search API allowing searches for a field
184   with a negated value.
185 - Fixed an issue with the devappserver Search API not handling searches for
186   empty quotes the same way as production.
187 - Fixed an issue with the devappserver Search API not matching documents with
188   atom fields the same way as production.
189 - Fixed an issue with the devappserver Search API allowing expressions that
190   use the snippet operator over a numeric field.
191 - Fixed an issue with the devappserver Search API allowing sorting expressions
192   to use the snippet operator.
193 - Fixed an issue with the devappserver Search API not validating that cursors
194   are from a previous search.
195 - Fixed an issue with the devappserver Search API not parsing queries that use
196   the fuzzy search operator (~).
197 - Fixed an issue with the devappserver Search API not validating the default
198   value for sorting expressions on date fields.
199 - Fixed an issue with the devappserver memcache viewer not displaying items
200   with non-ASCII characters properly.
201     https://code.google.com/p/googleappengine/issues/detail?id=9459
202 - Fixed an issue with the devappserver allowing arbitrarily large file uploads
203   using HTTP POST requests.  It now matches production limits of 32MB.
204     https://code.google.com/p/googleappengine/issues/detail?id=10384
205 - Fixed an issue with NDB deserialization looping infinitely when nested value
206   is None.
207     https://code.google.com/p/googleappengine/issues/detail?id=10758
210 ==============================
211 - Fixed an issue with libcurl giving a load error for Mac OS X Snow Leopard
212   clients.
213     https://code.google.com/p/googleappengine/issues/detail?id=10405
214 - Fixed an issue with making simultaneous mysqli connections to the same
215   CloudSQL instance causing the request to time out.
217 Version 1.9.3
219 Python
220 ==============================
221 - Fixed an issue with NDB deserialization going into an infinite loop when
222   repeated nested structured properties are None.
223     https://code.google.com/p/googleappengine/issues/detail?id=10758
226 ==============================
227 - Fixed an issue with the fnmatch() function not being supported in production.
228     https://code.google.com/p/googleappengine/issues/detail?id=10723
230 Version 1.9.2
233 ==============================
234 - We are pleased to announce the availability of Dedicated Memcache service
235   to our customers in the EU.
238 ==============================
239 - Users now have the ability to embed images in emails via the Content-Id
240   attachment header.
241     https://code.google.com/p/googleappengine/issues/detail?id=965
242 - The Zip module is now included in the SDK.
243     https://code.google.com/p/googleappengine/issues/detail?id=10703
244 - Fixed an issue with the Google Cloud Storage upload proxy truncating POST
245   field data when it is longer than 80 characters.
246     https://code.google.com/p/googleappengine/issues/detail?id=10355
247 - Fixed an issue with default max sized uploads no longer handling unlimited
248   size uploads.
249     https://code.google.com/p/googleappengine/issues/detail?id=10727
251 Version 1.9.1
254 ==============================
255 - The Performance Settings section of the Application settings page in the
256   Admin Console, Backends API and all backends related management tools are now
257   deprecated and will be removed in a future release. Users of Backends are
258   recommended to migrate to the App Engine Modules API, which provides a more
259   flexible implementation of the same functionality. These settings are now all
260   configurable via Modules configuration files.
261   See the Modules documentation for more information:
262   https://developers.google.com/appengine/docs/python/modules/
263   #Python_Configuration
266 ==============================
267 - Fixed an issue with ZendFramework causing App Engine project to crash when
268   using APC caching.
269     https://code.google.com/p/googleappengine/issues/detail?id=9553
270 - Fixed an issue with URLFetch not sending strings with null characters
271   correctly.
272     https://code.google.com/p/googleappengine/issues/detail?id=10477
273 - Fixed an issue with uploading files to a Google Cloud Storage failing
274   in 1.9.0.
275     https://code.google.com/p/googleappengine/issues/detail?id=10634
277 Version 1.9.0
280 ==============================
281 - Modules Service API and application management features are now GA.
282 - New App Engine Application Identifiers must now start with a letter,
283   in addition to the existing requirements that the identifier be 6-30
284   characters which are letters, numbers, and hyphens, and not start or end with
285   a hyphen.
287 Python
288 ==============================
289 - The size limit on the Search API is now computed and enforced on a per-index
290   basis, rather than for the app as a whole. The per-index limit is now 10GB.
291   There is no fixed limit on the number of indexes, or on the total amount of
292   Search API storage an application may use.
293 - Newly created App Engine applications now have a Google Cloud Storage bucket
294   created automatically as part of the same Google Cloud Project. For more
295   information please see:
296   https://developers.google.com/appengine/docs/python/
297   googlecloudstorageclient/activate#Using_the_default_Gcs_bucket
298 - Users now have the ability to embed images in emails via the Content-Id
299   attachment header.
300     https://code.google.com/p/googleappengine/issues/detail?id=965
301     https://code.google.com/p/googleappengine/issues/detail?id=10503
302 - Removed deprecated modules.py methods start_module, start_module_async,
303   stop_module, stop_module_async get_modules_async, get_versions_async,
304   get_default_version_async, get_num_instances_async, and get_hostname_async.
305 - Fixed an issue with NDB backup/restore corrupting certain compressed
306   entities.
307     https://code.google.com/p/googleappengine/issues/detail?id=8599
310 ==============================
311 - The PHP interpreter has been upgraded from PHP 5.4.19 to PHP 5.4.22.
312 - Autoloading is now available in the SDK so developers will no longer need to
313   explicitly require SDK files.
314 - Expanded php.ini setting google_appengine.allow_include_gs_buckets to allow
315   a path filter to be included for improved security.
316 - Newly created App Engine applications now have a Google Cloud Storage bucket
317   created automatically as part of the same Google Cloud Project. For more
318   information please see:
319   https://developers.google.com/appengine/docs/php/googlestorage/
320   #before_you_begin
321 - An "E_USER_WARNING" warning message is now triggered if an application moves
322   a user uploaded file to a Google Cloud Storage bucket/path. This is due to
323   the fact that code may be included and lead to a local file inclusion
324   vulnerability.
325 - Added API functions CloudStorageTools::getMetadata() and
326   CloudStorageTools::getContentType() for retrieving the metadata and content
327   type of Google Cloud Storage objects.
328     https://code.google.com/p/googleappengine/issues/detail?id=10182
329 - Fixed an issue with empty Google Cloud Storage folders not displaying
330   correctly in the Developers Console. New folders are now created using the
331   "/" suffix instead of "_$folder_" so that they are displayed correctly.
332 - Fixed an issue with PHP_SELF and SCRIPT_NAME not being implemented correctly.
333     https://code.google.com/p/googleappengine/issues/detail?id=9989
334     https://code.google.com/p/googleappengine/issues/detail?id=10478
336 Version 1.8.9
339 ==============================
340 - Renamed appcfg start to appcfg start_module_version and stop to
341   stop_module_version.
342 - Fixed an issue with ID allocation collisions in the Datastore.
343   https://code.google.com/p/googleappengine/issues/detail?id=10134
344 - Fixed an issue with Cloud Storage calls failing in the dev_appserver.
345     https://code.google.com/p/googleappengine/issues/detail?id=10181
346     https://code.google.com/p/googleappengine/issues/detail?id=10185
347 - Fixed an issue with the dev_appserver not starting on Windows when using
348   versions of Python earlier than 2.7.2.
349     https://code.google.com/p/googleappengine/issues/detail?id=10363
351 Python
352 ==============================
353 - Deprecated start_module, start_module_async, stop_module, stop_module_async
354   get_modules_async, get_versions_async, get_default_version_async,
355   get_num_instances_async, get_hostname_async and added start_version,
356   start_version_async, stop_version, stop_version_async as replacements in the
357   Modules API.
358 - Added verbose_name support for ComputedProperty in NDB.
359     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=239
360 - Fixed an issue with deffered.defer not waiting for async operations.
361     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=238
362 - Fixed an issue with LocalStructureProperty not handling None value in NDB.
363     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=233
364 - Fixed an issue NDB not working with sqlite.
365     https://code.google.com/p/googleappengine/issues/detail?id=8381
366 - Fixed an issue with debug not working with PyDev in 1.8.8.
367     https://code.google.com/p/googleappengine/issues/detail?id=10390
368 - Fixed an issue with object properties not being retrieved in NDB.
369     https://code.google.com/p/googleappengine/issues/detail?id=10467
372 =============================
373 - Renamed startModule, stopModule to startVersion, stopVersion in the Modules
374   API.
375 - Added support for the ftp extension.
376 - Added support for the zip extension.
377 - Added support for the gethostname() function.
378 - A proper "billing required" message is now given when users attempt to use
379   Sockets API on free apps.
380 - Fixed an issue with header keys and values having whitespaces preventing
381   responses from being compressed.
382 - Fixed an issue with content-type and metadata not being updated when renaming
383   Google Cloud Storage objects.
384 - Fixed an issue with Cloud Storage rename requests failing when an object has
385   a space in its name.
387 Version 1.8.8
390 ==============================
391 - Dedicated Memcache is now a GA feature. Our deprecation policy applies and
392   customers are encouraged to use this feature in production.
393 - Memcache API calls are tracked by a new metric that estimates resource usage,
394   Memcache Compute Units (MCU's).  There is a new quota bucket and
395   dashboard graph corresponding to the metric, as well as an option in the
396   memcache viewer to display top keys by MCU's.
397 - The dev_appserver logs.db format is not backward compatible with 1.8.7.
398   Users that revert to the 1.8.7 dev_appserver after trying 1.8.8 must delete
399   this file. Unless specifically named by the user in the command line, the
400   file is found at /tmp/<app-id>/logs.db. The error seen if this file is not
401   removed is: 'IntegrityError: RequestLogs.module may not be NULL'
402 - Added /_ah/gcs endpoint on the dev_appserver for local emulation of Google
403   Cloud Storage services.
404     https://code.google.com/p/googleappengine/issues/detail?id=10178
405 - Fixed an issue with users receiving errors when uploading large files to GCS.
406     https://code.google.com/p/googleappengine/issues/detail?id=10101
407 - Fixed an issue with cloning apps not creating proper service account names.
408     https://code.google.com/p/googleappengine/issues/detail?id=10235
410 Python
411 ==============================
412 - Fixed an issue with the dev_appserver app id validation for UTF-8
413     https://code.google.com/p/googleappengine/issues/detail?id=10116
416 ==============================
417 - The Sockets API is now available for Billing Enabled Applications.
418 - PHP String has been added as a key type in the Admin Console Memcache viewer.
419 - Added CloudStorageTools::getPublicUrl() method for constructing URLs for
420   Google Cloud Storage objects.
421 - Opening GCS objects in text mode is now supported.
422     https://code.google.com/p/googleappengine/issues/detail?id=10177
423 - A false error is now returned if stream_cast is called on a GCS stream.
424     https://code.google.com/p/googleappengine/issues/detail?id=10202
426 Version 1.8.7
429 ==============================
430 - Cloud Endpoints is now a GA feature.
431 - Memcache configuration changes and mutations (flush, set, etc.) made from the
432   Admin Console are now recorded in the admin console logs.
433 - The max_concurrent_requests setting is now configurable per version/module.
434     http://code.google.com/p/googleappengine/issues/detail?id=7927
435 - Fixed an issue with Datastore not correctly validating namespaces with
436   greater than 500 characters.
438 Python
439 ==============================
440 - Fixed an issue with NDB not returning the same instance for async gets
441   when using memcache.
442     https://code.google.com/p/googleappengine/issues/detail?id=9976
445 ==============================
446 - Added support for the mcrypt PHP extension to the PHP interpreter included
447   with the Mac OSX SDK.
448 - Added support for the zlib extension library to the PHP interpreter included
449   with the Mac OSX SDK.
450 - Added support for the PHP gd extension to the PHP interpreter included with
451   the Mac OSX SDK.
452     https://code.google.com/p/googleappengine/issues/detail?id=10156
453 - Fixed an issue where blank multipart form values are uploaded incorrectly
454   into Google Cloud Storage.
455 - Fixed an issue where PHP applications could not be run locally using the
456   Mac OS X launcher on Mac OS X Lion and earlier.
457     https://code.google.com/p/googleappengine/issues/detail?id=10135
459 Version 1.8.6
462 ==============================
463 - A memcache size chart has been added to admin console's dashboard.  Access it
464   via the drop-down above the graph.  The chart graphs memcache size over time
465   enabling customers to determine when cache flush events occurred. This is a
466   preview feature.
467 - Fixed an issue with the dev_appserver that allows an invalid Datastore query
468   combination of group by and filter properties.
469 - Fixed an issue with the bulkloader that causes uploads to the dev_appserver
470   to fail.
471 - Fixed an issue affecting validation of the size of Datastore property names.
472 - Fixed an issue with Datastore query validation for strings with exactly 500
473   characters.
474     https://code.google.com/p/googleappengine/issues/detail?id=10019
476 Python
477 ==============================
478 - Django 1.5.4 is now available in the Runtime. This is a Preview feature.
479 - app_identity.get_access_token in the App Identity API is now a GA feature.
480 - Geo is now a supported field type in the Search API for the dev_appserver.
481     http://code.google.com/p/googleappengine/issues/detail?id=7486
484 ==============================
485 - php://memory and php://temp I/O streams are now supported.
487 Version 1.8.5
490 ==============================
491 - The Search API is now a GA feature.
492 - Fixed an issue with the dev_appserver Datastore where UTF-8 validation did
493   not occur on string values.
494 - Fixed an issue with the Admin Console Datastore Viewer throwing errors when
495   fetching UTF-8 kinds.
496     https://code.google.com/p/googleappengine/issues/detail?id=7570
497 - Fixed an issue with the Datastore Admin not being able to backup to another
498   app.
499     https://code.google.com/p/googleappengine/issues/detail?id=9808
500 - Fixed an issue where files that contain an '@' could not be deployed.
501     https://code.google.com/a/google.com/p/google-appengine-php-trusted-tester
502     /issues/detail?id=6
504 Python
505 ==============================
506 - Developers can now use pdb when debugging python applications in the
507   dev_appserver.
508     https://code.google.com/p/googleappengine/issues/detail?id=9012
509     https://code.google.com/p/googleappengine/issues/detail?id=9027
512 ==============================
513 - Modules are now supported for the PHP Runtime.
514 - The Log Service API is now available.
515 - The PHP interpreter has been upgraded from PHP 5.4.17 to PHP 5.4.19.
516 - The /e modifier for mb_ereg_replace has been disabled.
517 - The PHP interpreter has been switched to the JSON-C library.
518 - The Mac OSX SDK now includes a PHP interpreter, installing PHP separately is
519   no longer required.
520 - The Windows SDK now includes a PHP interpreter, installing PHP separately is
521   no longer required.
523 Version 1.8.4
526 ==============================
527 - A Datastore Admin fix in this release improves security by ensuring that
528   scheduled backups can now only be started by a cron or task queue task.
529   Administrators can still start a backup by going to the Datastore Admin
530   in the Admin Console.
532 Python
533 ==============================
534 - Better support is now provided for the _$folder$ magic cloud storage keyword,
535   and the implementation of basic mkdir()/rmdir() functionality via GCS
536   streams.
537 - This release adds the wrappers @transactional_async and @transactonal_tasklet
538   to correct (a) @transactional @tasklet being synchronous despite the
539   decorator, and (b) @tasklet @transactional not running the generator in a
540   transaction.
541     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=195
542 - Fixed a unicode issue associated with expressions in the Search API. A search
543   with snippeted fields was failing on documents containing unicode characters.
544 - Fixed an issue with the dev_appserver not auto-detecting the lib/ directory
545   in the SDK.
546     https://code.google.com/p/googleappengine/issues/detail?id=8459
547     https://code.google.com/p/googleappengine/issues/detail?id=9847
548 - Fixed an issue where Blobstore usage was being charged even though the
549   actual data was being stored in Cloud Storage. All affected developers have
550   been informed and reimbursements are underway.
551     https://code.google.com/p/googleappengine/issues/detail?id=9659
552 - Fixed an issue that ensures all .py files in google.appengine.api that are
553   available in the SDK are also available in the runtime.
554     https://code.google.com/p/googleappengine/issues/detail?id=9755
555 - Fixed an issue of warning messages being displayed when running appcfg
556   update (eg. appcfg.py update . --oauth2) from the 1.8.3 Python SDK. The
557   appengine_rpc_httplib2 will work without warnings regardless of which
558   oauth2client library is being used.
559     https://code.google.com/p/googleappengine/issues/detail?id=9807
563 ==============================
564 - The PHP interpreter was upgraded from PHP 5.4.8 to PHP 5.4.17.
565 - The is_writable() method now supports Google Cloud Storage files and buckets.
566 - You no longer need to specify the PHP runtime on the command line when
567   deploying applications via appcfg.py
568 - Backends are disabled for PHP and are no longer supported with the PHP
569   runtime.
570 - Upload of PHP apps now ignores any pre-compilation errors. This allows
571   precompilation to be disabled on a per-runtime basis, and defaults to
572   disabled for PHP.
573 - Fixed an issue where SYSTEMROOT was not passed to the environment checking
574   script thereby not recognizing the PHP intepreter for Windows in the SDK.
575     https://code.google.com/p/googleappengine/issues/detail?id=9382
577 Version 1.8.3
579 Python
580 ===============================
581 - Published a major rewrite of the Search API documentation. Please see:
582     https://developers.google.com/appengine/docs/python/search/
583 - Interfacing into the Task Queue REST API no longer requires including "s~"
584   at the beginning of the project name.
585 - Fixed an issue with the Mail API, email addresses that contain encoded
586   newlines as specified in rfc2047 are now parsed correctly.
587 - Fixed an issue with channels.send_message failing when a client id has 3 or
588   more dashes.
589 - Fixed an issue with ndb.non_transactional correctly restoring the db
590   library's transactional state.
591     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=232
592 - Fixed an issue with NDB raising the correct exception when the rollback
593   itself has an exception.
594     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=234
595 - The NDB model property settings 'default' and 'required' are no longer
596   mutually exclusive.
597     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=236
598 - Fixed an issue with debugger/breakpoint not working on the dev_appserver.
599     http://code.google.com/p/appengine-devappserver2-experiment/issues/detail?
600     id=28
601     http://code.google.com/p/googleappengine/issues/detail?id=9012
602     http://code.google.com/p/googleappengine/issues/detail?id=9027
603 - Fixed an issue with NDB queries supporting iterate over distinct queries.
604     http://code.google.com/p/googleappengine/issues/detail?id=9591
605 - Fixed an issue with enabling cloud integration for existing apps.
606     https://code.google.com/p/googleappengine/issues/detail?id=9602
607 - Fixed an issue with users not being able to view the cron jobs page in the
608   dev_appserver.
609     https://code.google.com/p/googleappengine/issues/detail?id=9665
610 - Fixed an issue with the Channel API send_message function not working on the
611   dev_appserver.
612     https://code.google.com/p/googleappengine/issues/detail?id=9675
613 - Fixed an issue with Modules get_current_module_name() incorrectly reporting
614   as default when it is not.
615     https://code.google.com/p/googleappengine/issues/detail?id=9687
616 - Fixed an issue with the Datastore Admin UI failing to load due to the app
617   having too many kinds.
618     https://code.google.com/p/googleappengine/issues/detail?id=9749
619 - Fixed an issue with the Channel API Testbed not working correctly after
620   upgrading to SDK 1.8.2
621     https://code.google.com/p/googleappengine/issues/detail?id=9757
624 ===============================
625 - Users who are whitelisted to use PHP are now able to deploy PHP to any of
626   their apps.
627 - There is now better support for stat() related functions for Google Cloud
628   Storage objects.
629 - Added a read through cache to the GCS client to improve performance. This
630   allows for optimistic caching for write-once, read-many applications and
631   performs on-write invalidation.
632 - Environment variables that are set in app.yaml are now available in the PHP
633   runtime.
634 - You can now pass an array of metadata as part of the Google Cloud Storage
635   upload context.
636 - Apps can now use opendir()/readdir()/rewinddir()/closedir() on Google Cloud
637   Storage buckets.
638 - The PHP Task Queue API now supports adding tasks in bulk via the addTasks()
639   method on the new PushQueue class.
640 - The PHP Task Queue API now supports setting headers on the PushTask class.
641 - Interfacing into the Task Queue REST API no longer requires including "s~"
642   at the beginning of the project name.
643 - Fixed an issue with the Mail API, email addresses that contain encoded
644   newlines as specified in rfc2047 are now parsed correctly.
645 - Fixed an issue with enabling cloud integration for existing apps.
646     https://code.google.com/p/googleappengine/issues/detail?id=9602
648 Version 1.8.2
650 Python
651 ===============================
652 - Dedicated memcache is now available to all developers. With
653   dedicated memcache you can purchase in-memory data caching capacity
654   exclusively for your application, cache more data and drive up cache hit
655   rates. This is a Preview feature. For more information please see:
656   https://developers.google.com/appengine/docs/adminconsole/memcache
657 - App Engine Modules is now available to all developers. App Engine Modules
658   allow developers to segment their applications into logical subcomponents.
659   This is a Preview feature. More information on this feature can be found
660   here:
661   https://developers.google.com/appengine/docs/python/modules/
662 - Push-to-Deploy is now available to all developers. This Preview feature makes
663   it even easier to deploy Python apps.
664 - The Python Interpreter has been upgraded to 2.7.5.
665 - lxml 2.3.5 is now available.
666 - Fixed an issue with the Datastore bulkloader syntax when using the Python 2.5
667   interpreter.
668 - Fixed an issue with the Channel API's Javascript library; a memory leak
669   occurred when closing channels.
670     https://code.google.com/p/googleappengine/issues/detail?id=9283
671 - Fixed an issue with App Engine receiving erroneous XMPP presence from
672   Google Hangouts.
673     https://code.google.com/p/googleappengine/issues/detail?id=9498
676 ===============================
677 - Dedicated memcache is now available to all developers. With
678   dedicated memcache you can purchase in-memory data caching capacity
679   exclusively for your application, cache more data and drive up cache hit
680   rates. This is a Preview feature. For more information please see:
681   https://developers.google.com/appengine/docs/adminconsole/memcache
682 - Push-to-Deploy is now available to all developers. This Preview feature makes
683   it even easier to deploy PHP apps.
684 - appcfg.py no longer requires the -R parameter to deploy PHP applications.
685 - The function libxml_disable_entity_loader() is now disabled by default for
686   security reasons.  It can be re-enabled if necessary using the
687   google_app_engine.enable_functions directive in the php.ini file.
688 - Added support for the move_uploaded_file() and rename() methods on files
689   stored on Google Cloud Storage.
690 - Fixed an issue with the dev_appserver on Windows where the PHP interpreter
691   was not passed a required environment variable.
692     https://code.google.com/p/googleappengine/issues/detail?id=9382
693 - Fixed an issue with the URL Fetch timeout option being ignored.
694     https://code.google.com/p/googleappengine/issues/detail?id=9460
696 Version 1.8.1
698 Python
699 ===============================
700 - The Task Queue async API is now a GA feature. The asynchronous methods
701   improve utilization by allowing your app to add, lease and delete multiple
702   tasks in parallel.
703 - Cloud Console projects are now created by default whenever a new App Engine
704   app is created.  This is a Preview feature.
705 - In an upcoming release the Experimental Google Cloud Storage API Functions
706   will be decommissioned. This API and its Experimental status is documented at
707   the following link:
708   https://developers.google.com/appengine/docs/python/googlestorage/functions
709 - The Google Cloud Storage library will replace Google Cloud Storage API and is
710   now available as a Preview feature.  More information can be found at
711   https://code.google.com/p/appengine-gcs-client/
712 - Bandwidth between App Engine and Google Cloud Storage is currently free of
713   charge (this may change in the future for certain levels of service).
714 - The Search API has graduated from Experimental to Preview. Apps that have
715   billing enabled can exceed the free quota levels and will be charged for
716   usage above these levels.
717 - Estimated number of search results will only be accurate if it is less than
718   or equal to the number of results requested. By default this can be
719   overridden by setting number_found_accuracy QueryOption in the Search API.
720 - Dates, atoms, and number fields can now be found by searching without a field
721   restriction in the Search API.
722 - A quoted empty string now returns atom fields with empty values for the
723   Search API.
724 - Snippet and count functions are no longer allowed in sort expressions for the
725   Search API.
726 - The Search API now has improved error messages for user errors and internal
727   errors.
728 - App Engine now supports deployment of applications via the Git tool. Once you
729   complete the initial setup steps, you will be ready to deploy apps with the
730   same ease you push code to a git repository using
731   "% git push appengine master". This is a Limited Preview feature. You may
732   request access via the following link:
733   https://docs.google.com/a/google.com/forms/d/
734   1aLaAOZb_cXFiVqzLAMvPV9kh0FmvlLRUbwD-LBbLuUI/viewform
735 - The Datastore now assigns scattered auto ids by default. Legacy auto ids
736   are still available via the 'auto_id_policy' option in app.yaml.
737 - The Sockets API now allows client code to call get/set options against
738   sockets. Previously, calls raised "Not Implemented" exceptions. For supported
739   options, calls to getsockopt will return a mock value and calls to setsockopt
740   will be silently ignored.  Errors will continue to be raised for unsupported
741   options. The currently supported options are: SO_KEEPALIVE, SO_DEBUG,
742   TCP_NODELAY, SO_LINGER, SO_OOBINLINE, SO_SNDBUF, SO_RCVBUF, and SO_REUSEADDR.
743 - Updated skip_files documentation to reflect the new default.
744   https://developers.google.com/appengine/docs/python/config/
745   appconfig#Skipping_Files
746 - The ndb library now supports distinct queries. This is a Preview feature.
747     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=229
748 - Fixed an issue with Google Cloud Storage objects not being compatible across
749   various APIs on the dev_appserver.
750 - Fixed an issue with the namespace not being displayed when a user attempts
751   to select a namespace in the Admin Console.
752     https://code.google.com/p/googleappengine/issues/detail?id=8164
753 - Fixed an issue in the Admin Console Logs page to correctly display 'Until'
754   instead of 'Since' for logs search criteria.
755     https://code.google.com/p/googleappengine/issues/detail?id=8659
758 ===============================
759 - Enabled the Mcrypt extension.
760     https://code.google.com/p/googleappengine/issues/detail?id=9332
761 - Enabled the iconv extension.
762     https://code.google.com/p/googleappengine/issues/detail?id=9340
763 - Enabled the mbstring extension.
764     https://code.google.com/p/googleappengine/issues/detail?id=9342
765 - It is now possible to include/require files from Google Cloud Storage using
766   the google_app_engine.allow_include_gs_buckets ini setting.
767 - Basic support for url_stat() with Cloud Storage Streams is now provided.
768   This means that many standard filesystem functions such as is_file(),
769   is_readable(), is_writeable(), filesize(), etc now work with Cloud Storage
770   objects.
771 - Honor the default_stream_context for Google Cloud Storage streams when
772   writing new objects.
773 - Added deleteImageServingUrl() method to the CloudStorageTools class.
774 - The createGsKey() method of CloudStorageTools has been made private.
775 - Fixed a bug where $_SERVER['PHP_SELF'] was including the query string.
776 - App Engine now supports deployment of applications via the Git tool. Once you
777   complete the initial setup steps, you will be ready to deploy apps with the
778   same ease you push code to a git repository using
779   "% git push appengine master". This is a Limited Preview feature. You may
780   request access via the following link:
781   https://docs.google.com/a/google.com/forms/d/
782   1aLaAOZb_cXFiVqzLAMvPV9kh0FmvlLRUbwD-LBbLuUI/viewform
783 - Updated skip_files documentation to reflect the new default.
784   https://developers.google.com/appengine/docs/php/config/
785   appconfig#Skipping_Files
786 - Removed the NotAllowedError, RedirectTooLongError, and UserNotFoundError
787   exception classes from the Users API.  Their use is replaced by throwing a
788   UsersException or InvalidArgumentException as appropriate.
789 - Removed the Capability API.
790 - Fixed an issue with Google Cloud Storage objects not being compatible across
791   various APIs on the dev_appserver.
793 Version 1.8.0
794 ===============================
795 - The Mail API now allows attachments with .zip and .gzip extensions as long as
796   the archives do not contain entries with blacklisted extensions.
797   http://code.google.com/p/googleappengine/issues/detail?id=5933
798 - New Billing Enabled apps will no longer default to an email quota of 20,000
799   per day. Instead, apps will need to file a request through the admin console
800   to get email quotas increased.
801 - Admin console dashboard charts and reports for all users have been fully
802   migrated to the new, more reliable backend announced in 1.7.6.
803 - The maximum size of POST requests made through URLfetch has been increased
804   from 5MB to 10MB.
805 - Fixed an issue with the Mail API to prevent sending mail from a Google Apps
806   mail account that has been suspended.
807     https://code.google.com/p/googleappengine/issues/detail?id=6181
808 - Fixed an issue with the admin handler of the new dev_appserver failing to
809   import appengine_config automatically.
811 Version 1.7.7
812 ===============================
813 - The Sockets API, which allows applications to make outgoing TCP connections
814   and send/receive UDP packets to the Internet using both IPv4 and IPv6, is now
815   available as an experimental feature for billed apps.
816 - The ftplib module is now restored.  It depends on the experimental Sockets
817   API.
818 - Billing enabled apps will no longer be subject to a $2.10 minimum weekly
819   spend.  Instead, apps will only be charged for their actual usage.
820 - Matplotlib 1.1.1, an experimental feature, is being deprecated and will be
821   removed in 1.7.8. Please switch to matplotlib 1.2.0.
822 - Fixed an issue where the dev_appserver Datastore auto ids assigned by the
823   scattered id policy were too large to be represented as floating point
824   numbers.
825 - Fixed an issue where the dev_appserver threw an exception on any Search API
826   call that used an index that was originally created as GLOBALLY consistent.
827 - Fixed an issue with NDB not serializing projection entities correctly.
828     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=215
829 - Fixed an issue with NDB not projecting structured properties correctly.
830     https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=227
831 - Fixed an issue with task queues failing to resolve backend addresses in
832   the new dev_appserver.
833     https://code.google.com/p/googleappengine/issues/detail?id=5105
834 - Fixed an issue with the Search API allowing multiple documents with no IDs
835   to be in one put request.
836     https://code.google.com/p/googleappengine/issues/detail?id=8553
837 - Fixed an issue with sort by doc_id not translating correctly causing
838   InvalidRequest errors on the Search API.
839     https://code.google.com/p/googleappengine/issues/detail?id=8958
840 - Fixed an issue with the Search admin UI where an Internal Server Error
841   was served.
842     https://code.google.com/p/googleappengine/issues/detail?id=9005
843 - Fixed an issue with Prospective Search failing in the new dev_appserver.
844     https://code.google.com/p/googleappengine/issues/detail?id=9003
845 - Fixed an issue with the new dev_appserver failing with ImportError.
846     https://code.google.com/p/googleappengine/issues/detail?id=9008
847 - Fixed an issue with Sqlite3 being unable to open a database file in the new
848   dev_appserver.
849     https://code.google.com/p/googleappengine/issues/detail?id=9031
850 - Fixed an issue with serving urls that contain unicode characters in the new
851   dev_appserver.
852     https://code.google.com/p/googleappengine/issues/detail?id=9040
854 Version 1.7.6
855 ===============================
856 - The new and improved development appserver, which was previewed last release,
857   now becomes the default. The old development appserver has been renamed to
858   old_appserver.py and will remain available until the first release after
859   1 July 2013 when it will be removed from the SDK. For more information, please
860   visit
861   http://developers.google.com/appengine/docs/python/tools/devserver
862 - A Go runtime has been added to the new and improved development appserver.
863 - The Debug log level for the runtime has been enabled.
864 - Improvements to the App Engine billing system will be rolled out gradually to
865   all apps. Fore more information, please visit
866   http://developers.google.com/appengine/docs/billing
867 - The application summary no longer displays the default version of a running
868   application, instead it lists the application as 'RUNNING'. In an upcoming
869   release applications will have multiple logical sub components, each of which
870   will have a default version. This UI update is meant to align with this
871   functionality.
872 - Projection queries are now a fully supported GA feature.
873 - The XMPP API now has multi-JID get_presence. This provides the ability to get
874   the availability of multiple users.
875 - Django 1.4 and Webob 1.2.3 are now promoted to GA.
876 - Apps now have the ability to fopen() files that are declared as static files
877   in app.yaml using the application_readable flag.
878 - The dev_appserver now allocates automatic ids using the 'scattered' id
879   allocation policy by default. For more information, please see "Specifying the
880   Automatic ID Allocation Policy":
881   https://developers.google.com/appengine/docs/python/tools/devserver#Using_the_
882   Datastore
883 - Admin console dashboard charts and current load/errors reports will be moving
884   to a new, more reliable backend. The change will be gradually rolling to users
885   of admin console over the next few weeks.
886 - New Search API quotas are now displayed in the Admin Console. These quotas are
887   not currently enforced, but will be part of the pricing model for the Search
888   API in a future release.
889 - The experimental Search API's ability to explicitly sort search results by
890   SortExpression.RANK_FIELD_NAME (i.e. _order_id) field in ascending order has
891   been removed.
892 - Globally consistent indexes in the experimental Search API are now deprecated
893   and will be removed in the next release.
894 - Task Queue tasks may now be added and deleted asynchronously. This allows
895   applications to perform common task queue operations without blocking. This is
896   an experimental feature.
897 - In the experimental MapReduce framework, shards that encounter Files API
898   errors will retry three times before the entire job fails.
899 - Google Protocol RPC now supports deserializing and reserializing of unexpected
900   fields.
901 - A new Google Protocol RPC field type for supporting datetime values has been
902   added. For more information, please visit
903   https://developers.google.com/appengine/docs/python/tools/protorpc
904 - Fixed an issue which caused an incorrect server error message when setting the
905   default version on the admin console, though the version was set correctly.
906 - Fixed an issue where get_indexes() didn't correctly populate the namespace
907   when run from the new dev_appserver.
908 - Fixed an issue with the new dev_appserver failing on invalid login cookies. It
909   now uses type="email" for email in the login form.
910     https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?
911     id=36
912 - Fixed an issue with the new dev_appserver to have fix_sys_path add the
913   necessary libraries to sys.path making it now compatible with the testbed.
914     https://code.google.com/p/appengine-devappserver2-experiment/issues/detail?
915     id=45
917 Version 1.7.5
918 ===============================
919 - New instance classes F4_1G and B4_1G are now available.  These instances have
920   compute capacity equal to F4/B4 but with a maximum of 1G RAM instead
921   of 512MB.
922 - The Logs API stub now uses sqlite in the dev_appserver.  Please note that the
923   --persist_logs flag is still needed in order for logs to be saved.
924 - The deprecated classes and functions AddError, AddResult,
925   ListIndexesResponse, ListResponse, RemoveError, RemoveResult, and
926   list_indexes were removed from the Search API in the SDK.  If your app
927   references any of these classes or functions, you must deploy a new version
928   without these references before the next release of App Engine. If you do not
929   do this, your app may stop working in production.
930 - The Conversion API, which was decommissioned last release, has been removed
931   from the SDK.  In a future release, the API will be removed from the runtime
932   and any attempt to import the library will raise an exception. Applications
933   in production that import the library should be fixed as soon as possible.
934 - Matplotlib v1.2.0 is now available as an experimental feature.
935 - Django 1.4 has been upgraded to 1.4.3. This is an experimental feature.
936 - We are including a preview of a new and improved version of our development
937   server.  The new version is faster, provides more faithful support for
938   complex multi-threaded applications, has better support for Datastore and
939   supports more libraries.  Try dev_appserver2.py in the SDK. This is an
940   experimental feature. For more information, please visit
941   http://code.google.com/p/appengine-devappserver2-experiment/
942 - The Channel API now has the ability to send channel messages from any app
943   version or backend regardless of where the channel was created.
944     http://code.google.com/p/googleappengine/issues/detail?id=5123
945 - The URL Fetch service now supports PATCH method requests.
946     http://code.google.com/p/googleappengine/issues/detail?id=6316
947 - The Mail API can now send mail bounce notifications to the app.  The
948   notification will be delivered to /_ah/bounce if mail_bounce inbound
949   services are enabled.
950     http://code.google.com/p/googleappengine/issues/detail?id=7451
951 - The Blobstore service now returns the created filename instead of the blobKey
952   when using Cloud Storage
953     http://code.google.com/p/googleappengine/issues/detail?id=8337
954 - Fixed an issue with os.urandom throwing an exception in dev_appserver2 when
955   using OS X.
956     http://code.google.com/p/appengine-devappserver2-experiment/issues/
957     detail?id=23
958 - Fixed an issue with time.tzset not existing in dev_appserver2 for Windows.
959     https://code.google.com/p/appengine-devappserver2-experiment/issues/
960     detail?id=26
962 Version 1.7.4
963 ===============================
964 - Background threads is now a GA feature.
965 - Traffic Splitting is now a GA feature.
966 - Task Queue Statistics is now a GA feature.
967 - Logs API now has the ability to fetch requests based on a list of
968   request_ids. Currently, this only works in production and is not supported
969   in dev_appserver.
970 - Python Interpreter has been upgraded to 2.7.3.
971 - WebOb 1.2.3 is now available for Python 2.7. Users using the undocumented
972   1.2.2 should update their app, since that version will be removed in the
973   next release.
974 - DISTINCT for Datastore queries is now available as an experimental feature.
975 - Matplotlib v1.1.1 is now available as an experimental feature.
976 - The decommissioned Conversion API has been removed.
977 - Added a warning that the interactive console will be disabled if a user runs
978   dev_appserver with the --address flag.
979 - JSON properties are now restrictable to list or dictionaries in NDB.
980     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=223
981 - Users can now set how many columns can be viewed in the Datastore Viewer via
982   a drop-down menu which customizes the number of columns displayed.
983     http://code.google.com/p/googleappengine/issues/detail?id=8158
984 - Fixed an issue with expandos throwing an error when containing nested
985   expandos in NDB.
986     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=216
987 - Fixed an issue with properties not being added to structured properties in
988   NDB.
989     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=220
990 - Fixed an issue with PyCrypto raising an ImportError when installing
991   globally into site-packages.
992     http://code.google.com/p/googleappengine/issues/detail?id=1627
993 - Fixed an issue with PyCrypto not working with OSX 10.8 or Ubuntu Precise.
994     http://code.google.com/p/googleappengine/issues/detail?id=7925
995 - Fixed an issue with backends.get_instance returning thread ID instead of
996   integer instance ID in production.
997     http://code.google.com/p/googleappengine/issues/detail?id=8338
998 - Fixed an issue with Datastore Backup failing when a schema has a very large
999   number of properties.
1000     http://code.google.com/p/googleappengine/issues/detail?id=8363
1001 - Fixed an issue with dev_appserver not reloading changed code.
1002     http://code.google.com/p/googleappengine/issues/detail?id=8383
1003 - Fixed an issue with custom ordered queries not working using sqlite on the
1004   dev_appserver.
1005     http://code.google.com/p/googleappengine/issues/detail?id=8390
1006 - Fixed an issue with users being unable to change Authentication Type after
1007   app creation in the Admin Console.
1008     http://code.google.com/p/googleappengine/issues/detail?id=8394
1010 Version 1.7.3
1011 ===============================
1012 - Django 1.4 is now supported in Python 2.7
1013 - The file-based implementation of the Datastore stub will be deprecated soon.
1014 - A warning message informing users that SQLLite stub will be the default
1015   stub soon is now displayed.
1016 - Datastore Index stats now report type instead of representation-type.
1017 - Rich sort expressions beyond single field names are now supported in the
1018   Search API for dev_appserver.
1019 - search.MIN_NUMBER_VALUE and search.MAX_NUMBER_VALUE are now public in the
1020   Search API.
1021 - Globally Consistent Indexes are now deprecated in the Search API.
1022 - search.list_indexes() has been deprecated and replaced with
1023   search.get_indexes() in the Search API.
1024 - Index.list_documents() has been deprecated and replaced with
1025   Index.get_range() in the Search API.
1026 - Added method Index.get(doc_id) to get a document by its ID in the Search API
1027 - Index.add() has been deprecated and renamed to Index.put() in the Search API.
1028 - Index.remove() has been deprecated and renamed to Index.delete() in the
1029   Search API.
1030 - The AddDocumentError and RemoveDocumentError classes, which were already
1031   deprecated, have been removed from the Search API.
1032 - OperationCode.object_id and OperationCode.document_id, which were already
1033   deprecated, have been removed from the Search API.
1034 - Users can now change authentication options after app creation
1035     http://code.google.com/p/googleappengine/issues/detail?id=483
1036 - Fixed an issue with Datastore backup/restore finalization steps only looking
1037   at the default queue in Admin Console.
1038 - Fixed an NDB issue with Structured Properties not converting dict properly.
1039     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=207
1040 - Fixed an NDB issue where multiple async transactions corrupt old
1041   Datastore connections.
1042     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=209
1043 - Fixed an NDB issue with fetch() with offset > 1000 returning an empty list.
1044     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=210
1045 - Fixed an issue with 2 factor authentication not giving useful error messages.
1046     http://code.google.com/p/googleappengine/issues/detail?id=8020
1047 - Fixed an issue in the Search API snippeting breaking if the field contains
1048   a single word in dev_appserver.
1049     http://code.google.com/p/googleappengine/issues/detail?id=8171
1050 - Fixed an issue with PyCrypto AES cipher not running on dev_appserver.
1051     http://code.google.com/p/googleappengine/issues/detail?id=8188
1053 Version 1.7.2
1054 ===============================
1055 - Paid applications can now upload Static files and Code > 1GB. Additional
1056   storage will be billed at $0.13/GB per month.  Free applications will
1057   continue to be provided 1GB of storage at no charge. Free quota will apply
1058   per application.
1059 - PyCrypto 2.6 is now a GA feature for Python 2.7
1060 - The Conversion API will be decommissioned soon. Developers using this API
1061   will receive a warning message. Please find an alternative document
1062   conversion/OCR service.
1063 - You can now fetch Task Queue Statistics. This allows you to fetch
1064   statistics and information about your task queue from within your
1065   application. Statistics include information such as the number of tasks
1066   in a queue, how many tasks were executed in the last minute and enforced
1067   rate.  This is an experimental feature.
1068 - Added Timezone selection widget in Admin Console Admin Logs.
1069 - Added a warning message about caching when modifying or deleting datastore
1070   entities.
1071 - Added a flush cache button to dev_appserver and Admin Console.
1072 - Attempting to update multiple entity groups in a single transaction
1073   in Datastore now throws an error suggesting to use XG transactions.
1074 - Search API now has a string maximum length limit of 2000 characters.
1075 - We now allow a user with multiple google accounts the ability to create an
1076   app if they are an SMS verified user.
1077     http://code.google.com/p/googleappengine/issues/detail?id=1419
1078 - A more useful error message now displays when a deployment fails
1079   due to local date/time settings being improperly set.
1080     http://code.google.com/p/googleappengine/issues/detail?id=2033
1081 - Cron Descriptions may now include non-ASCII characters.
1082     http://code.google.com/p/googleappengine/issues/detail?id=2641
1083 - App Config Service Delete App Version Call Count quota raised to
1084   10,000/day.
1085     http://code.google.com/p/googleappengine/issues/detail?id=2808
1086 - Queries with transactions are now supported in Remote API.
1087     http://code.google.com/p/googleappengine/issues/detail?id=3643
1088 - There are now more descriptive error messages for Datastore Admin
1089   deadline exceeded errors in stack trace.
1090     http://code.google.com/p/googleappengine/issues/detail?id=5413
1091 - Replaced error code “Administrators cannot be removed right now”
1092   with a more descriptive message.
1093     http://code.google.com/p/googleappengine/issues/detail?id=7080
1094 - Fixed an issue with namespace dropdown in Admin Console appearing blank
1095   even though the URL specified namespace is correct.
1096 - Fixed an issue where Model.get_by_id() returns none in dev_appserver
1097   whereas this is not allowed in production.
1098 - Fixed an issue with dev_appserver app_identity.get_default_version_hostname()
1099 - Fixed an issue with mail service sendToAdmins() failing when using
1100   multi-arg message constructor.
1101 - Fixed an issue with dev_appserver for mimetypes.guess_type()
1102 - Fixed an issue with runtime failing to use scope with OAuth under certain
1103   conditions.
1104 - Fixed an issue with AppConfigNotFound error.
1105     http://code.google.com/p/googleappengine/issues/detail?id=686
1106 - Fixed an issue with static path with + in dev_appserver.
1107     http://code.google.com/p/googleappengine/issues/detail?id=888
1108 - Fixed an issue with support for models with large numbers of properties in
1109   Admin Console Dataviewer where previously the page would fail to render.
1110     http://code.google.com/p/googleappengine/issues/detail?id=937
1111 - Fixed an issue with multi-line string property not editing correctly
1112   in Dataviewer.
1113     http://code.google.com/p/googleappengine/issues/detail?id=1725
1114 - Fixed an issue with URLFetch mimetools.Message parsing incorrectly.
1115     http://code.google.com/p/googleappengine/issues/detail?id=2011
1116 - Fixed an issue with the behavior of Expires header in dev_appserver
1117     http://code.google.com/p/googleappengine/issues/detail?id=2106
1118 - Fixed an issue with Content-Disposition header being removed if filename
1119   contains utf-8 characters.
1120     http://code.google.com/p/googleappengine/issues/detail?id=2212
1121 - Fixed an issue with incoming Mail API where encoded headers failed to
1122   decode.
1123     http://code.google.com/p/googleappengine/issues/detail?id=2288
1124 - Fixed an issue with non-ascii text displaying incorrect values
1125   when posted by URL created by blobstore.create_upload_url()
1126     http://code.google.com/p/googleappengine/issues/detail?id=2749
1127 - Fixed an issue with using sendmail in Mail API.
1128     http://code.google.com/p/googleappengine/issues/detail?id=3106
1129 - Fixed an issue with appcfg.py cron_info giving the wrong timezone information.
1130     http://code.google.com/p/googleappengine/issues/detail?id=3307
1131 - Fixed an issue with Paging link in Datastore viewer not working with # or &
1132     http://code.google.com/p/googleappengine/issues/detail?id=3591
1133 - Fixed an issue with rounding errors in crop image transform on dev_appserver.
1134     http://code.google.com/p/googleappengine/issues/detail?id=3647
1135 - Fixed an issue with TypeError being incorrectly raised when attachment
1136   has Character Set and Language Information.
1137     http://code.google.com/p/googleappengine/issues/detail?id=3836
1138 - Fixed an issue with Mail API attachments in unicode failing
1139   in_check_attachments()
1140     http://code.google.com/p/googleappengine/issues/detail?id=3900
1141 - Fixed an issue with ereporter not reporting errors when applications
1142   use namespaces.
1143     http://code.google.com/p/googleappengine/issues/detail?id=4212
1144 - Fixed an issue with Dataviewer GQL stripping new lines after initial run
1145   and a user paginates results.
1146     http://code.google.com/p/googleappengine/issues/detail?id=4246
1147 - Fixed an issue with Python Unicode prefix in Datastore viewer.
1148     http://code.google.com/p/googleappengine/issues/detail?id=4275
1149 - Fixed an issue with get_serving_url for images giving non-cacheable URLs
1150   in dev_appserver.
1151     http://code.google.com/p/googleappengine/issues/detail?id=4402
1152 - Fixed an issue with fancy_urllib using squid proxy server with
1153   authentication.
1154     http://code.google.com/p/googleappengine/issues/detail?id=4849
1155 - Fixed an issue with custom admin page not displaying when restricted to
1156   only admins.
1157     http://code.google.com/p/googleappengine/issues/detail?id=5117
1158 - Fixed an issue with dev_appserver_import_hook.py handling Crypto import
1159   accounts.
1160     http://code.google.com/p/googleappengine/issues/detail?id=4612
1161 - Fixed an issue with Remote API gzip compression for transmitted data.
1162     http://code.google.com/p/googleappengine/issues/detail?id=5298
1163 - Fixed an issue with remote API shell not having pwd in Python Path.
1164     http://code.google.com/p/googleappengine/issues/detail?id=5317
1165 - Fixed an issue with Admin Console Logs < 30 minutes not being available.
1166     http://code.google.com/p/googleappengine/issues/detail?id=5494
1167 - Fixed an issue with Apps that are using Mail API reporting
1168   “No Provider for address type rfc822” error.
1169     http://code.google.com/p/googleappengine/issues/detail?id=5769
1170 - Fixed an issue with concurrent write access to Datastore stubs.
1171     http://code.google.com/p/googleappengine/issues/detail?id=6058
1172 - Fixed an issue with Viewers being able to prohibit code downloads.
1173     http://code.google.com/p/googleappengine/issues/detail?id=6255
1174 - Fixed an issue with billing applications that are disabled.
1175     http://code.google.com/p/googleappengine/issues/detail?id=6344
1176 - Fixed an issue with deploying to an existing version
1177   when an app has 10 versions.
1178     http://code.google.com/p/googleappengine/issues/detail?id=6803
1179 - Fixed an issue with bulkloader “model” class not uploading correctly.
1180     http://code.google.com/p/googleappengine/issues/detail?id=6907
1181 - Fixed an issue with TextProperty in Datastore viewer.
1182     http://code.google.com/p/googleappengine/issues/detail?id=6997
1183 - Fixed an issue with appcfg.py request_logs failing with ~oauth2
1184     http://code.google.com/p/googleappengine/issues/detail?id=7011
1185 - Fixed an issue with editing a bytestring field in Datastore viewer.
1186     http://code.google.com/p/googleappengine/issues/detail?id=7046
1187 - Fixed an issue with dev_appserver clearing after restart. This is a
1188   Windows only bug.
1189     http://code.google.com/p/googleappengine/issues/detail?id=7244
1190 - Fixed an issue with Cron schedule failing on 1st day of month.
1191     http://code.google.com/p/googleappengine/issues/detail?id=7286
1192 - Fixed an issue with gzip compression for application/plist content type.
1193     http://code.google.com/p/googleappengine/issues/detail?id=7641
1194 - Fixed an issue with datetime.datetime.fromtimestamp() in python 2.7
1195     http://code.google.com/p/googleappengine/issues/detail?id=7819
1196 - A note about an upcoming change: starting with the 1.7.3 release
1197   of App Engine, data statistics will report statistics on property type
1198   usage by indexes using the documented property type names ("Integer",
1199   "Key", etc, see
1200   https://developers.google.com/appengine/docs/python/datastore/stats)
1201   rather than the current property representation names ("INT64",
1202   "REFERENCE", etc, see http://goo.gl/db5dT). This will affect the
1203   __Stat_PropertyType__, __Stat_PropertyType_Kind__,
1204   __Stat_PropertyType_PropertyName_Kind__ and their per-namespace equivalents.
1205   This will also affect the displayed "Breakdown by Property Type" under the
1206   "Datastore Statistics" in your application's console.
1208 Version 1.7.1
1209 ===============================
1210 - The URLFetch API now supports multiple cookie headers.
1211     http://code.google.com/p/googleappengine/issues/detail?id=3379
1212 - You can download 90 days worth of Usage Reports for your application from the
1213   Billing History page of the Admin Console.
1214 - Task Queue requests now include an X-AppEngine-TaskExecutionCount that counts
1215   the number of times a task was run by an instance.
1216 - Added support for multiple files to be deleted using the Files API.
1217 - Added support to delete files from Google Cloud Storage using the Files API.
1218 - Added a REQUEST_LOG_ID to be written in the logs and as an environment
1219   variable. This can be used to later identifying that request in the
1220   application logs.
1221 - The Memcache Viewer now supports namespaces.
1222     http://code.google.com/p/googleappengine/issues/detail?id=7245
1223 - The Mail API now supports the following headers for outgoing mail: List-Id,
1224   List-Unsubscribe, On-Behalf-Of, Resent-Date, Resent-From, Resent-To.
1225     http://code.google.com/p/googleappengine/issues/detail?id=2559
1226     http://code.google.com/p/googleappengine/issues/detail?id=7672
1227 - PyCrypto 2.6. is now supported in the Python 2.7 runtime.
1228     http://code.google.com/p/googleappengine/issues/detail?id=7884
1229 - NDB now throws a BadProjectionError when trying to perform a projection query
1230   on an unknown or unindexed property.
1231 - NDB Tasklets use the namespace from when it was called, not the namespace from
1232   when it is performed.
1233     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=190
1234 - NDB Properties' string representation size is limited to the max string
1235   length for Blob and Text properties.
1236 - Appstats provides an interactive shell for observing RPC behavior of calls
1237   immediately.
1238 - Appstats now contains information about the cost of the RPCs made during the
1239   request.
1240 - The Images API now supports specifying the default pixel color to fill in for
1241   image types that don't support transparent images, such as JPEG.
1242 - We've added full asynchronous API support in the Images API.
1243 - Added an error to the Images API to indicate when a blob being referenced is
1244   not found or not accessible.
1245 - Made the Python search limits public in the Search API.
1246 - Added namespace support for the Search API in the Python SDK.
1247     http://code.google.com/p/googleappengine/issues/detail?id=7670
1248 - Added support in the Search API for simple sorting in the SDK.
1249     http://code.google.com/p/googleappengine/issues/detail?id=7456
1250 - The Testbed testing framework now supports the Logservice API.
1251 - Added support in the Files API to list Google Cloud Storage files.
1252 - Improve the MapReduce File API Reader to support multiple files and file
1253   formats.
1254 - Fixed an issue with the App Engine satisfaction survey in the Admin Console
1255   which was released in 1.6.6, which will be re-enabled in this release.
1256 - Fixed an issue with Search API websafe cursors not being returned as a
1257   websafe value.
1258 - Fixed an issue where SearchRequest was returning errors that weren't
1259   available as search.Error subclasses.
1260 - Fixed an NDB issue where entities over 1000000 bytes where written to
1261   memcache, causing failure.
1262     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=193
1263 - Fixed NDB AutoBatcher error handling.
1264     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=196
1265 - Fixed an issue where Appstats assuming all objects have a __class__ attribute
1266   resulted in an error.
1267     http://code.google.com/p/googleappengine/issues/detail?id=5668
1268 - Fixed an issue where there was unbalanced string quoting in Appstats
1269   formatting.
1270     http://code.google.com/p/googleappengine/issues/detail?id=5976
1271 - Fixed an issue where search indexes were not persisted in the SDK.
1272     http://code.google.com/p/googleappengine/issues/detail?id=6791
1273 - Fixed an issue where an error in formatter.py in Appstats was being thrown.
1274     http://code.google.com/p/googleappengine/issues/detail?id=7034
1275 - Fixed an issue in the SDK where the Search API did not support boolean queries
1276   on a field.
1277     http://code.google.com/p/googleappengine/issues/detail?id=7247
1278 - Fixed an issue where numeric and date comparators were not supported in the
1279   Search API in the Python SDK.
1280     http://code.google.com/p/googleappengine/issues/detail?id=7247
1281 - Fixed an issue where Appstats didn't show a detailed view of an RPC when using
1282   the Python 2.7 runtime.
1283     http://code.google.com/p/googleappengine/issues/detail?id=7558
1284 - Fixed a search issue where snippets failed to highlight when a capital letter
1285   is used in a search term.
1286     http://code.google.com/p/googleappengine/issues/detail?id=7665
1287 - Fixed an issue where the SDK Admin tool couldn't browse search indexes
1288   containing unicode characters.
1289     http://code.google.com/p/googleappengine/issues/detail?id=7791
1290 - Fixed an issue where traffic splitting by cookie was not working.
1291     http://code.google.com/p/googleappengine/issues/detail?id=7813
1292 - Fixed an issue where RequestTooLargeError was being incorrectly thrown using
1293   Python 2.7.
1294     http://code.google.com/p/googleappengine/issues/detail?id=7820
1295 - Fixed a memcache race condition.
1296     http://code.google.com/p/googleappengine/issues/detail?id=7864
1297 - Fixed a Search issue in the SDK where a query that does not match all search
1298   terms resulted in divide-by-zero.
1299     http://code.google.com/p/googleappengine/issues/detail?id=7943
1301 Version 1.7.0
1302 ===============================
1303 - You can now configure your custom domain to serve HTTPS requests with App
1304   Engine. You can choose either an SNI, VIP, or SNI and VIP configuration. SNI
1305   costs $9/month for 5 certificates. A VIP costs $99/month.
1306     https://developers.google.com/appengine/docs/ssl
1307 - Premier customers now have the option to create applications to be served from
1308   datacenters located in the European Union.
1309 - Developers can configure their HRD app to use Google's PageSpeed Service,
1310   which automatically speeds up serving of content for your application. The
1311   PageSpeed Service costs $0.39/gigabyte in addition to the normal App Engine
1312   bandwidth charges.
1313     https://developers.google.com/appengine/docs/adminconsole/performancesettings#pagespeed
1314 - The Search API now contains support for storing and searching on GeoPoints.
1315 - The total size of all application versions is now limited to 1 GB. In the
1316   future, you'll be able to purchase additional storage for your application
1317   code.
1318 - Logs API calls are now $.12/gigabyte for all data read from the Logs API over
1319   the first 100MB.
1320 - You can now specify a time frame of up to 1 year for the retention of your
1321   application logs. All storage above 1 GB is billed based on the prices for
1322   logs storage.
1323 - You can now specify HTTP headers on static content for your application.
1324 - The HRD Blob Migration tool is now generally available.
1325 - After using the datastore backup utility, you can now restore that backup
1326   to a new app id.
1327 - It will not be possible to create new authorizations for M/S applications to
1328   access Cloud SQL instances.
1329 - You can now delete a Google Cloud Storage object using blobstore.delete().
1330 - You can now fetch a Google Cloud Storage object using blobstore.fetch().
1331 - You can now store keys for a Google Cloud Storage object in the datastore.
1332 - The create_upload_url call now works for Google Cloud Storage objects.
1333 - You can now use get_serving_url() and delete_serving_url() for Google
1334   Cloud Storage buckets.
1335 - Projection queries are now supported in NDB.
1336 - In NDB, app and namespace are now keyword arguments to get_by_id().
1337 - Context().call_on_commit() added to NDB for adding a callback to be executed
1338   upon successful commit of a transaction.
1339 - NDB Context.memcache_* ops now accept unicode.
1340 - NDB has added support for storing protorpc.Message objects.
1341 - Improved error messaging for multiple repeated=True levels with
1342   StructuredProperty in NDB.
1343 - PyAMF is now fully launched.
1344 - We've increased various Search API limits. New limits are a maximum of 1000
1345   documents returned from search() or list_documents(), a maximum of 1000
1346   indexes returned from list_indexes(), and a maximum offset of 1000 for
1347   search() or list_indexes()
1348 - Fixed an issue where the Search API did not enforce limits on NumberFields.
1349 - Fixed an issue in the SDK where SortExpression did not enforce the
1350   presence of a default_value set when required.
1351 - Fixed an issue where lxml did not support unicode parsing.
1352     http://code.google.com/p/googleappengine/issues/detail?id=7158
1353 - Fixed a javascript syntax error in the Admin Console.
1354     http://code.google.com/p/googleappengine/issues/detail?id=7566
1355 - Fixed an issue in SDK admin viewer where a TemplateDoesNotExist error was
1356   thrown when clicking on any Full-Text Search index.
1357     http://code.google.com/p/googleappengine/issues/detail?id=7598
1358 - Fixed an issue in the Search API tab of the Admin Console where it threw an
1359   error displaying non-ascii characters.
1360     http://code.google.com/p/googleappengine/issues/detail?id=7601
1362 Version 1.6.6
1363 ===============================
1364 - On May 8, 2012 we released an experimental Search API.
1365     http://googleappengine.blogspot.com/2012/05/looking-for-search-find-it-on-google.html
1366 - The Admin Console now displays the quotas for Search API Calls and Search
1367   Stored Data.
1368 - The Search API has deprecated the order_id attribute on Document class. It has
1369   been replaced with the rank attribute.
1370 - The Search API has deprecated the document attribute on ListResponse and
1371   replaced it with a result attribute. Also the document_id attribute on
1372   OperationResult class is deprecated and replaced with the id attribute.
1373 - Fixed an issue where unicode is not consistently handled in the Python Search
1374   API.
1375 - App creation for apps using the Master/Slave datastore is now restricted to
1376   only those users who already own a Master/Slave app.
1377 - Apps with billing enabled are now able to configure up to 100 cron jobs.
1378 - Admin Console can no longer be included in an <iframe>.  To prevent
1379   clickjacking attacks on the Admin Console, we are now setting
1380   X-Frame-Options: SAMEORIGIN.  To read more about clickjacking, please read:
1381   https://www.owasp.org/index.php/Clickjacking.
1382 - The Admin Console will now periodically prompt administrators to take an
1383   optional App Engine satisfaction survey.
1384 - You can now use the third party PyAMF library with Python 2.7. This is
1385   available as an experimental feature.
1386 - For NDB, Rollback has been added to the default list of flow exceptions.
1387     http://code.google.com/p/appengine-ndb-experiment/issues/detail?id=179
1388 - Fixed an issue where large datastore backups were unable to be deleted.
1389 - Fixed an issue where datastore backups fail due to an ASCII decoding issue.
1390 - Fixed an issue where the SDK did not import subpackages correctly when using
1391   import hooks.
1392 - Fixed an issue where running a projection query on a multi-valued property
1393   with an equality filter did not return any results.
1394 - Fixed an issue where unicode environment variables were dropped in Appstats
1395   when using Python 2.7.
1396     http://code.google.com/p/googleappengine/issues/detail?id=6448
1397 - Fixed an issue where XG transactions did not work with the Remote API.
1398     http://code.google.com/p/googleappengine/issues/detail?id=7238
1400 Version 1.6.5
1401 ===============================
1402 - You can now perform datastore queries that return a subset of your entity
1403   properties with the same performance and cost of a keys-only query. This
1404   feature is experimental.
1405 - In the High Replication Datastore, there is a new metadata kind,
1406   __entity_group__, that has a numeric __version__ property. This property is
1407   guaranteed to increase on every change to the entity group.
1408 - The Images API now supports manipulating objects hosted on Google Cloud
1409   Storage.
1410 - In the Images API, the get_serving_url call now optionally allows you to
1411   specify if the URL you are generating should be served over https.
1412 - In the Task Queue REST API, you can now specify a tag when you insert a task
1413   on a Pull Queue.
1414 - In the Task Queue API, you can specify a deadline for the lease_tasks call.
1415   The default deadline has been increased from 5 seconds to 10 seconds.
1416 - You can now use cron to schedule Datastore backups.
1417 - The Datastore Admin now has a page that displays information on the status of
1418   your Datastore backups and restores.
1419 - You can now abort your Datastore backup or restore from the Datastore Admin.
1420 - You can now restore a single Datastore Kind from the Datastore Admin from a
1421   Datastore backup.
1422 - In the Admin Console, you can report production issues with your application
1423   directly to Google from the application's pages. Simply click the "Report
1424   Production Issues" link, fill out the requested information, and submit.
1425 - All user requests have X-AppEngine-Region, X-AppEngine-City, and
1426   X-AppEngine-CityLatLong headers which contain location information based on
1427   the IP address of the client request. For a full description of these headers,
1428   see:
1429     https://developers.google.com/appengine/docs/python/runtime#Request_Headers
1430 - We have added support for concurrent transactions to @db.transactional and
1431   db.run_in_transaction_options() along with other transaction propagation
1432   options.
1433 - We've introduced an experimental new Mac Installer that only supports Python
1434   2.7.
1435 - In your app.yaml file, you can include an env_variables stanza that will set
1436   the given environment variables in your application's runtime.
1437 - Jinja2 now includes the _debugsupport module.
1438 - Fixed an issue with the dev_appserver where it defaulted the HTTP
1439   Content-Type of a request to text/plain instead of text/html.
1440 - Fixed an issue where the SDK would include some indexes that were not needed
1441   in production.
1442 - Fixed an issue in the SDK where the SDK admin console would not display utf-8
1443   encoded list property values.
1444   http://code.google.com/p/googleappengine/issues/detail?id=7079
1446 Version 1.6.4
1447 ===============================
1448 - Billed applications that have specified additional logs retention over 1 GB
1449   are now being charged for that storage at $0.24/GB/month (the first gigabyte
1450   of logs storage is free). All logs beyond an application's specified storage
1451   limit will be deleted. Please examine your Application Settings page to verify
1452   you are retaining the desired amount of logs.
1453 - Datastore statistics now show the amount of storage used by application
1454   indexes.
1455 - We have released an experimental utility for migrating your application's
1456   blobs at the same time you migrate your datastore data. You can opt-in to
1457   blob migration in the Admin Console when you start your migration.
1458 - We have updated the experimental Backup/Restore functionality to include
1459   the option to backup and restore to Google Cloud Storage.
1460 - The NDB datastore API is now generally available. For full release notes
1461   on the version 0.9.9 and 1.0.0 fixes that have been integrated into the
1462   API see:
1463     http://code.google.com/p/appengine-ndb-experiment/source/browse/RELEASE_NOTES?name=sandbox
1464 - In the Python 2.7 runtime, Background threads are available as an
1465   experimental release when using App Engine backends.
1466 - Using the Blobstore API's send_blob() method, your application can serve
1467   objects hosted on Google Storage for Developers.
1468 - The Admin Console now provides a Memcache viewer that lists Memcache stats and
1469   can display Memcache content based on key.
1470 - In the Capabilities API stub in the SDK, you can now enable or disable
1471   a capability using SetPackagedEnabled.
1472 - The Windows installer now prompts to install Python 2.7 instead of
1473   Python 2.5.
1474 - The Testbed API now supports the Capabilities API.
1475 - GQL queries in the Admin Console no longer throw an error when a trailing
1476   semi-colon is included.
1477 - The Datastore API now includes a NonTransactional decorator to ensure that
1478   a function is run outside of a transaction. Existing transactions are paused
1479   while the function is executing.
1480 - The Datastore Admin tab in the Admin Console now shows entities from every
1481   namespace.
1482     http://code.google.com/p/googleappengine/issues/detail?id=3962
1483 - Fixed an issue with _strptime when threadsafe was specified.
1484     http://code.google.com/p/googleappengine/issues/detail?id=6489
1485 - Fixed an issue where DatastoreFileStub.__del__ fails on tempfile.msktemp.
1486     http://code.google.com/p/googleappengine/issues/detail?id=6749
1487 - WebOb 1.1.1 is now included in the SDK, and used by default there when
1488   Python 2.7 is specified.
1489     http://code.google.com/p/googleappengine/issues/detail?id=7014
1490 - Fixed an issue where the index.yaml file was cleared if your skip_files entry
1491   differs from the default skip_files list.
1492     http://code.google.com/p/googleappengine/issues/detail?id=7031
1494 Version 1.6.3
1495 ===============================
1496 - In the Admin Console, you can use new the Traffic Splitting feature to send a
1497   certain percentage of traffic to a non-default application version. The
1498   traffic is split by either cookie or IP address.
1499 - Emails that are sent from Google Apps domains email addresses where the domain
1500   has been set up to use DKIM will be signed: when an email was from a request
1501   that originated on that app's domain or any time the email was sent from
1502   an app adminstrator, including when that email is sent from a cron job or task
1503   queue request.
1504 - In the Admin Console, you can now choose how much and how long you'd like to
1505   store logs.  All apps get 1G for free and eventually will be able to pay for
1506   more, while the amount can be increased this release we won't start charging
1507   for the additional capacity until the next release at the earliest.
1508 - The instances screen in the Admin Console now has a button to shut down
1509   a specific instance.
1510 - Each application log has a link to the instance that served the request. If
1511   the instance is no longer serving requests, a message will be displayed.
1512 - The TaskQueue API now supports the ability to tag a Pull Queue task. You may
1513   then lease tasks by tag. This feature is experimental.
1514 - Using Google Apps wildcard domain mappings, you can access alternate
1515   versions of your app via a custom domain.
1516 - Push and Pull Queues are now listed separately in the SDK development console.
1517 - Developer documentation for the experimental NDB API, the replacement for
1518   db.py, is now available.
1519 - Appcfg now supports OAuth2.
1520 - webapp 2.5.1 is now available in the Python 2.7 runtime.
1521 - Django 1.3 is now available in the Python 2.7 runtime.
1522 - GQL Query now supports custom type casting for list elements for "IN" filters.
1523 - Fixed an issue where StringProperty's validate() didn't check the 500 byte
1524   limit.
1525     http://code.google.com/p/googleappengine/issues/detail?id=4030
1526 - Fixed an issue where the datastore admin didn't work with Federated Login.
1527     http://code.google.com/p/googleappengine/issues/detail?id=4111
1528 - Fixed an issue in the SDK where failing to call _RemoveTxn in the
1529   datastore_stub_util caused a memory leak:
1530     http://code.google.com/p/googleappengine/issues/detail?id=6157
1531 - Code that inherits from the deferred library's TaskHandler can now define
1532   custom handling of exceptions.
1533     http://code.google.com/p/googleappengine/issues/detail?id=6478
1534 - Fixed an issue where logging in the SDK was broken in Windows 7 using
1535   Python 2.7.2.
1536     http://code.google.com/p/googleappengine/issues/detail?id=6756
1537 - Fixed an issue in the SDK where the Conversion API call limited was limited
1538   to 1 MB when the production limit is 2 MB.
1539     http://code.google.com/p/googleappengine/issues/detail?id=6794
1540 - Fixed an issue so that a deferred task retries like a push queue task when
1541   using the SingularTaskFailure exception:
1542     http://code.google.com/p/googleappengine/issues/detail?id=6412
1545 Version 1.6.2
1546 ===============================
1547 - The Admin Console Datastore Admin has added experimental backup and restore
1548   functionality. The job occurs within your application and counts against your
1549   application quota, including Instance Hours, Datastore Ops and Datastore
1550   Storage.
1551 - Developers can now specify how long a channel token will last until it
1552   expires, with the default remaining two hours. Channel API quota is now
1553   measured both in calls to create a channel and the number of hours of channel
1554   time requested. The maximum hours of quota is the maximum number of channel
1555   creation calls * 2, so free apps get 200 hours of requested channel token
1556   time.
1557 - Python Django now work with Cloud SQL without additional configuration. For
1558   further information see https://developers.google.com/cloud-sql/.
1559 - Task Queue API requests now include a X-Appengine-TaskETA header, that can be
1560   used to measure task delivery latency.
1561 - The default API deadlines for Blobstore API calls have been raised to 15s for
1562   online and 30s for offline requests, up from 5s.
1563 - The Images API now allows you to stretch an image without maintaining the
1564   aspect ratio.
1565     http://code.google.com/p/googleappengine/issues/detail?id=2220
1566 - The Blobstore API now includes the asynchronous function calls
1567   create_upload_url_async, delete_async, and fetch_data_async.
1568 - Django version 1.3 is now available in the Python 2.5 runtime.
1569 - We've added a django_wsgi builtin to allow easier bootstrapping of Django
1570   applications.
1571 - Mail Quota for App Engine apps that have signed up for billing will only be
1572   increased after the first payment for the app is processed.
1573 - As announced in 1.6.1, in this release for the experimental Python 2.7
1574   runtime, the mapreduce and datastore_admin builtins are not available to apps
1575   deployed to Python 2.7.
1576 - Fixed an issue with remote_api where calling fetch_page() with a page size
1577   of 301 and chaining the calls through the returned cursor was skipping half
1578   of the results.
1579 - Fixed an issue where the PIL _imagingmath module was not available in Python
1580   2.7.
1581 - Fixed an issue where the SDK did not resize images down to 512 pixels by
1582   default, as it does in production.
1583 - Fixed an issue with the Images API where valid images were returning a
1584   NotImageError.
1585     http://code.google.com/p/googleappengine/issues/detail?id=5545
1586 - Fixed an issue where the SDK didn't start when using Python 2.7 and the
1587   --backends flag.
1588     http://code.google.com/p/googleappengine/issues/detail?id=6187
1589 - Fixed an issue where Jinja2 was not included in the SDK for use with Python
1590   2.7.
1591     http://code.google.com/p/googleappengine/issues/detail?id=6265
1592 - Fixed an issue with the sql datastore stub in Python 2.7 where the sqlite
1593   module no longer accepted strings with non-ASCII characters.
1594     http://code.google.com/p/googleappengine/issues/detail?id=6290
1595 - Fixed an issue where gzip did not work with Python 2.7 in the dev_appserver.
1596     http://code.google.com/p/googleappengine/issues/detail?id=6324
1597 - Fixed an issue where urllib2 did not work with Python 2.7.
1598     http://code.google.com/p/googleappengine/issues/detail?id=6567
1599 - Fixed an error in the Datastore Viewer where an error was thrown when viewing
1600   an Entity which defines an index with no properties.
1601     http://code.google.com/p/googleappengine/issues/detail?id=6600
1602 - Fixed an issue where transactional tasks were not enqueued in the SDK when
1603   running in high_replication mode.
1604     http://code.google.com/p/googleappengine/issues/detail?id=6669
1606 Version 1.6.1
1607 ===============================
1608 - You can now configure Frontend Instance Classes from your Admin Console's
1609   application settings page. Three classes are available, with increasing
1610   memory, CPU limits, and associated cost. By default, all applications use the
1611   basic frontend instance setting of 128MB memory and 600MHz CPU.
1612 - We've added new functionality to the Log API that will allow you to read your
1613   application's logs programmatically.
1614 - We are releasing an experimental Conversion API that will allow you to convert
1615   between document types including .doc, .html, .pdf, images using OCR, and
1616   more.
1617 - The High Replication Datastore migration utility is now available as a GA
1618   feature, and is no longer experimental.
1619 - The ext.db API query functions (run, fetch, count, get) now accept the keyword
1620   arguments: deadline, read_policy, prefetch_size, batch_size, limit, offset,
1621   start_cursor, end_cursor, keys_only. It is recommended that developers use
1622   Query.run() with a limit or batch_size instead of Query.fetch() when iterating
1623   over results.
1624 - The ext.db API model functions (get, put, delete, allocate_ids) now directly
1625   accept the keyword arguments: deadline, read_policy
1626 - The Blobstore API now supports the multiple="true" attribute to the HTML input
1627   tag.
1628 - Fixed an issue logging unicode objects in the SDK.
1629 - Fixed an issue with the dev_appserver where HTTP HEAD always returned
1630   content-length: 0.
1631     http://code.google.com/p/googleappengine/issues/detail?id=2000
1632 - Fixed an issue in the SDK where importing Crypto.Util.Counter caused an
1633   ImportError.
1634     http://code.google.com/p/googleappengine/issues/detail?id=4168
1635 - Fixed an issue where the SDK didn't work with virtualenv.
1636     http://code.google.com/p/googleappengine/issues/detail?id=4339
1637 - Fixed an issue where cached static files served to IPs on the DoS blacklist
1638   consumed bandwidth quota.
1639     http://code.google.com/p/googleappengine/issues/detail?id=4607
1640 - Fixed an issue that was causing slow serving of requests in the SDK.
1641     http://code.google.com/p/googleappengine/issues/detail?id=6005
1642 - Fixed an issue where the Channel API didn't work in the SDK with Python 2.7.
1643     http://code.google.com/p/googleappengine/issues/detail?id=6267
1644 - Fixed an httplib compatibility issue between Python 2.5 and Python 2.7 in the
1645   SDK.
1646     http://code.google.com/p/googleappengine/issues/detail?id=6271
1647 - Fixed an issue where queries larger than 1MB didn't work with Python 2.7.
1648     http://code.google.com/p/googleappengine/issues/detail?id=6282
1649 - Fixed an error in the SDK on first page load for a handler.
1650     http://code.google.com/p/googleappengine/issues/detail?id=6302
1651 - Fixed an issue in the SDK that caused slowness due to app's logs being written
1652   to the datastore. Set the --persist_logs flag in the SDK if you are using the
1653   Logservice API to read logs.
1654     http://code.google.com/p/googleappengine/issues/detail?id=6355
1655 - WARNING: Starting with the 1.6.2 release of the experimental Python 2.7
1656   runtime, the mapreduce and datastore_admin builtins will not be supported.
1658 Version 1.6.0
1659 ===============================
1660 - On November 7th, App Engine will be out of Preview. The new Terms of Service
1661   and previously announced pricing changes will be in effect. Additionally, all
1662   paid apps are now covered by our SLA.
1663     http://code.google.com/appengine/docs/billing.html
1664 - Paid apps can now specify the maximum pending latency for instances and the
1665   minimum number of idle instances for your application in the Admin Console.
1666 - Task Queue storage has been separated in to its own line item. Previously,
1667   this was included in Datastore storage.
1668 - We have released an experimental utility, available in the Admin Console, to
1669   assist in migrating your application to the High Replication datastore. This
1670   utility allows you to copy the bulk of your data in the background, while the
1671   source application is still serving. You then need a brief read-only period to
1672   migrate your application data while you copy the data that has changed from
1673   the time the original copy started.
1674 - Blobstore, which was previously limited to apps with billing enabled, is now
1675   available for all apps.
1676 - We have published a new article on Datastore Index Selection and Advanced
1677   Search which explains our recent improvements to the query planner that make
1678   exploding indexes unnecessary.
1679     http://code.google.com/appengine/articles/indexselection.html
1680 - Applications can now receive xmpp error stanzas at /_ah/xmpp/error.
1681 - In the Admin Console data viewer, you can now filter by namespace from a drop
1682   down menu, if applicable.
1683 - In the Admin Console's Datastore Statistics, we now offer namespace suggest
1684   for filtering stats.
1685 - We have released as experimental the full MapReduce framework.
1686 - The SDK now supports Python 2.7.
1687 - Python 2.7 now supports WebOb 1.1.1, which has some significant bug fixes.
1688   Applications that explicitly set the "webob" version to "1.1" in their
1689   app.yaml files must update the version to "1.1.1".
1690 - The mail_stub.get_sent_messages() call now returns EmailMessage instances.
1691 - Fixed an issue when setting an initial_value in memcache.incr unexpectedly
1692   returned a string.
1693     http://code.google.com/p/googleappengine/issues/detail?id=2012
1694 - Fixed an issue where DoS stats in the Admin Console didn't work for High
1695   Replication apps.
1696     http://code.google.com/p/googleappengine/issues/detail?id=5237
1697 - WARNING: Starting with 1.6.1 (our next release, NOT this release), URLFetch
1698   requests will honor the Accept-Encoding header. If your code sets this header
1699   then it must be prepared to receive content of the specified type. For more
1700   information please see
1701     http://code.google.com/p/googleappengine/issues/detail?id=4978
1703 Version 1.5.5
1704 ===============================
1705 - Python 2.7 is now available as an experimental runtime for all applications
1706   using the High Replication Datastore. To upload your app to the Python 2.7
1707   runtime, change the runtime argument in your app.yaml to python27. Note that
1708   the dev_appserver does NOT work with Python 2.7 - you must deploy your
1709   application in order test it.
1710 - We have increased the number of files you can upload with your application
1711   from 3,000 to 10,000.
1712 - We have increased the size limit for a single file uploaded to App Engine from
1713   10MB to 32MB.
1714 - We have increased the Frontend request deadline from 30 seconds to 60 seconds.
1715 - We have increased the online URLFetch maximum deadline from 10 seconds to 60
1716   seconds. The default deadline remains at 10 seconds. The offline maximum deadline
1717   for URLFetch remains at 10 minutes.
1718 - We have increased the URLFetch Post payload from 1MB to 5MB.
1719 - App Engine now supports Cross Group (XG) transactions with the High
1720   Replication Datastore, which allow you to perform transactions across
1721   multiple entity groups.
1722     http://code.google.com/appengine/docs/python/datastore/transactions.html
1723 - We have released an experimental API that can write to Google Storage for
1724   Developers directly from App Engine.
1725     http://code.google.com/appengine/docs/python/googlestorage/overview.html
1726 - We have added a graph to the admin console that displays the number of
1727   instances for which you will be billed.
1728 - In the XMPP API, get_presence() is deprecated in favor of using the inbound
1729   presence handlers documented in
1730   http://code.google.com/appengine/docs/python/xmpp/overview.html#Handling_User_Presence.
1731 - The Task Queue API 'target' parameter now accepts a new value,
1732   taskqueue.DEFAULT_APP_VERSION, which will send the task to the default
1733   frontend version, rather than the version or backend where the 'add' method is
1734   being called.
1735 - In the URLFetch API, make_fetch_call() now returns an RPC object.
1736 - Fixed an issue in the Admin Console where the "Run Now" button did not work
1737   for tasks with a '-' in the name.
1738 - Fixed an issue where the SDK did not decode Base64 encoded blobs.
1739 - Fixed an issue to provide a better error message when using the Mail API to
1740   send email to an invalid user address.
1741 - Fixed an issue in the SDK where a skip_files entry caused an ImportError when
1742   the library was located elsewhere in the PYTHONPATH.
1743 - Fixed an issue in the SDK index viewer where the arrows indicating whether a
1744   query was ascending or descending were not properly rendered.
1745 - Fixed an issue where httplib did not support the deadline argument for
1746   URLFetch calls.
1747     http://code.google.com/p/googleappengine/issues/detail?id=2216
1748 - Fixed an issue where you could not schedule a cron job to run every 100
1749   minutes.
1750     http://code.google.com/p/googleappengine/issues/detail?id=5243
1751 - Fixed an issue in the SDK where failed tasks retried immediately instead of
1752   waiting for 30 seconds.
1753     http://code.google.com/p/googleappengine/issues/detail?id=5587
1754 - Fixed an issue making it possible to modify request headers using the deferred
1755   library.
1756     http://code.google.com/p/googleappengine/issues/detail?id=5861
1758 Version 1.5.4
1759 ===============================
1760 - You can now specify the maximum size for a blob in create_upload_url().
1761 - Zigzag merge join queries will now continue scanning up to the 30 second
1762   Datastore query deadline.  For zigzag queries that used to generate NeedIndex
1763   errors, many will now succeed.  A small percentage will now instead timeout.
1764 - The SDK datastore viewer in the dev console now displays the number of "Write
1765   Ops" for each entity. "Write Ops" are the total number of entity and index
1766   writes that were required to create the entity.
1767 - Added API functionality for making calls to the Memcache API asynchronously.
1768 - Fixed an issue that incorrectly allowed creation of tasks with whitespace in
1769   the url.
1770 - Fixed the error message for "transaction not found" to be more descriptive.
1771 - Fixed an issue where blobstore uploads didn't work in the SDK with the
1772   -a 0.0.0.0 flag set.
1773 - Fixed an issue where --dry_run was broken for upload_data in bulkload.py.
1774 - Fixed an issue where db.Model().to_xml() incorrectly updated auto-updating
1775   properties.
1776     http://code.google.com/p/googleappengine/issues/detail?id=322
1777 - Fixed an issue where the SDK didn't expand the '~' in a file path.
1778     http://code.google.com/p/googleappengine/issues/detail?id=522
1779 - Fixed an issue where is_saved() wasn't valid after db.Model.__init__.
1780     http://code.google.com/p/googleappengine/issues/detail?id=844
1781 - Fixed an issue where GQL IN queries with an empty list returned all entities.
1782     http://code.google.com/p/googleappengine/issues/detail?id=932
1783 - Fixed an issue where the SDK's sqlite stub did not handle cursors on
1784   descending queries correctly.
1785     http://code.google.com/p/googleappengine/issues/detail?id=3121
1786 - Fixed a typo in the SDK's Datastore Stats generator message.
1787     http://code.google.com/p/googleappengine/issues/detail?id=5425
1789 Version 1.5.3
1790 =============================
1791 - We've removed the limit on the size of blob uploads using the Blobstore API.
1792 - You can now send emails with any attachment extension that is not included on
1793   the email attachment extension blacklist.
1794 - Added a db.get_indexes() method to retrieve an application's indexes and
1795   their corresponding states.
1796 - The dev_appserver has been updated to understand the reduced index
1797   requirements of the 1.5.2 datastore query planner changes.
1798 - The Datastore Admin functionality can now be enabled directly in the Admin
1799   Console.
1800 - Added cas(), the compare-and-set function, to the Memcache API.
1801    http://code.google.com/p/googleappengine/issues/detail?id=2139
1802 - Added a set_default_fetch_deadline to the URLFetch API which sets the
1803   URLFetch deadline globally.
1804 - Added app_identity api with methods to get the application id, default
1805   hostname, and service accounts for asserting identity on outbound HTTP calls.
1806     http://code.google.com/appengine/docs/python/appidentity/overview.html
1807 - Added an improved HRD migration tool that requires a read-only period relative
1808   to your datastore write rate (as opposed to your datastore size, which is how
1809   the current version behaves). The tool is not yet generally available.  If you
1810   are interested in being an early adopter please fill out this form:
1811   http://goo.gl/3jrXu
1812 - Fixed an issue in the Channel API where jsapi was not served with the correct
1813   mime type.
1814 - Fixed an issue that broke use_library when the Python SDK was located in a
1815   directory that contained the word 'django'.
1816 - Fixed an issue where blobs could not be uploaded using HTTPS.
1817 - Fixed an issue where GQL didn't allow querying for valid kind names
1818   containing '.', '-', and ':' by supporting quoted identifiers.
1819     http://code.google.com/p/googleappengine/issues/detail?id=2584
1821 Version 1.5.2
1822 =============================
1823 - You can now specify the minimum pending latency for instances and the maximum
1824   number of idle instances for your application in the Admin Console.
1825 - The datastore now never requires an exploding index.
1826     http://code.google.com/appengine/docs/python/datastore/queries.html#Big_Entities_and_Exploding_Indexes
1827 - The SDK will now never suggest indexes with the same property repeated, as
1828   such indexes are likely to be exploding indexes.
1829 - The SDK now supports multiple concurrent transactions.
1830 - Datastore stats are now available on a per-namespace basis.
1831 - The queue details page in the Admin Console now contains request header
1832   details, previous run information, and a task payload viewer.
1833 - You can modify the lease on a task leased from a pull queue using the
1834   modify_task_lease() method.
1835 - Pull Task maximum size has been increased to 1MB.
1836 - You can now update the number of available backend instances without needing
1837   to first stop the backend using the "backend configure" appcfg.py directive.
1838 - You can now set the "References" and "In-Reply-To" headers with the Mail API.
1839     http://code.google.com/p/googleappengine/issues/detail?id=2802
1840 - The SDK "application" environment variable will now be prefixed with dev~.
1841   The new preferred way of retrieving your app id is to use
1842   appidentity.get_application_id(). The --default_partition flag can be used
1843   for applications whose code relied on a specific environment variable.
1844 - In the Deferred API, defer() now accepts the _target parameter.
1845 - Added a to_dict() function to db.py which converts a model to a dictionary.
1846 - Added a get_original_metadata() method to the Images API to extract EXIF
1847   information from images.
1848     http://code.google.com/p/googleappengine/issues/detail?id=4133
1849 - Added an @transactional decorator to db.py for functions that should
1850   always be run in a transaction.
1851 - Fixed an issue in the SDK where the Deferred API did not work when using
1852   the --backends flag.
1853     http://code.google.com/p/googleappengine/issues/detail?id=5072
1855 Version 1.5.1
1856 ============================
1857 - ProtoRPC is a new experimental library that provides a simple method for
1858   creating a well-defined and easy-to-use web-based RPC service.
1859 - The development server's datastore implementation now contains logic that
1860   closely replicates the consistency guarantees of the High Replication
1861   datastore. To use, run the dev_appserver with the flag --high_replication set
1862   to True.
1863 - All user request have an X-AppEngine-Country header which contains the
1864   ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
1865   client request.
1866 - The Channel API can now provide user presence, this can be configured by
1867   adding channel_presence to the list of inbound services for your application.
1868 - The Images API now supports the WebP format. Due to limitations in PIL, the
1869   SDK does not support the WebP format.
1870 - You can switch the timezone for App Engine logs in the Admin Console.
1871   http://code.google.com/p/googleappengine/issues/detail?id=734
1872 - Fixed an issue in the SDK where leased tasks had the POST method. They now
1873   have a PULL method.
1874 - Fixed an issue where the Channel API didn't work with non-default versions of
1875   applications using the High Replication datastore.
1876 - When displaying corrupt data in the Admin Console dataviewer, a useful error
1877   will be displayed, instead of a 500.
1878   http://code.google.com/p/googleappengine/issues/detail?id=4945
1880 Version 1.5.0
1881 ==============================
1882 - Support for Backends which allow developers to create infrastructure
1883   components that complement the existing dynamic apps that App Engine already
1884   provides. Instances of a backend can maintain state, be addressed
1885   individually, and are not subject to per-request time limits. They can also be
1886   configured to consume more memory and CPU than ordinary dynamic instances.
1887 - Task Queues support pull mode, allowing for more control over task queue work
1888   rates. To use pull queues, include the 'mode' argument in your queue.yaml.
1889 - Pull queues are supported by a REST API, allowing access from outside App
1890   Engine. To use the REST API, you must also include a valid ACL section
1891   specifying which users can lease tasks from the pull queue.
1892 - Task Queue payload limits have been increased. Queues support 100KB per task.
1893   Within App Engine, the new limit is 32 MB per batch of tasks. With the REST
1894   API the limit is 1 MB per batch.
1895 - HTTP request and response sizes have been increased to 32 MB.
1896 - We have removed the rate quotas for requests, datastore operations,
1897   memcache operations, and image API operations. Resource quotas still apply.
1898 - When creating new applications, developers will now see the High Replication
1899   Datastore as the default configuration option.  Developers that still wish to
1900   use the Master/Slave configuration must explicitly choose this option at
1901   application creation time.
1902 - The Task Queue maximum configurable processing rate has been increased to
1903   500/s.
1904 - We have added two restrictions to the Mail API to improve the reliability
1905   of the service for all applications.
1906   - Emails must be sent from email accounts managed by Google (either Gmail or
1907     a domain signed up for Google Apps).
1908   - Reduced the number of free recipients per day from 2000 to 100 for new
1909     applications.
1910 - All application Owners, as listed in the Admin Console, can download the app's
1911   code, unless code download is disabled for the application.
1912 - Added db.py support for making calls to the datastore asynchronously.
1913   Available functions are get_async(), put_async(), delete_async(),
1914   allocate_ids_async(). Call get_result on the return value of asynchronous
1915   datastore functions to block on the call.
1916 - Metadata queries can now get all namespaces, kinds, and properties in a given
1917   range.
1918 - The Testbed API now supports the Channel API.
1919 - Users can provide Django settings to be loaded in webapp's django_setup.
1920 - Modified Dashboard latency graphs to indicate they only include dynamic
1921   requests.
1922 - Fixed an issue where metadata queries did not support unicode characters.
1923 - Fixed an issue where HTTP headers could contain new line characters.
1924 - A warning message is shown when the Python version used to run the SDK is
1925   different than the Python version used in production.
1926 - Fixed an issue with Federated Users causing the Admin Console dataviewer to
1927   fail.
1928     http://code.google.com/p/googleappengine/issues/detail?id=384
1929 - MacOS and Windows style newlines are now supported for logging in the SDK.
1930     http://code.google.com/p/googleappengine/issues/detail?id=560
1931 - Fixed an issue where sending mail with smtp_host set did not work.
1932     http://code.google.com/p/googleappengine/issues/detail?id=626
1933 - Fixed the file permissions for appinfo_errors.py and appinfo.py in the SDK.
1934     http://code.google.com/p/googleappengine/issues/detail?id=725
1935 - Fixed an issue deploying an app with version set to 0.
1936     http://code.google.com/p/googleappengine/issues/detail?id=735
1937 - Fixed an issue where the SDK allowed GET or DELETE with a body, which does
1938   not work in production.
1939     http://code.google.com/p/googleappengine/issues/detail?id=983
1940 - Fixed an issue where URLFetch/urllib did not work with MacOS and
1941   Python 2.6.0-2.6.3.
1942     http://code.google.com/p/googleappengine/issues/detail?id=985
1943 - Fixed the an issue in the SDK where the mail body was incorrectly generated
1944   when the sendmail option was enabled.
1945     http://code.google.com/p/googleappengine/issues/detail?id=1061
1946 - Fixed an issue in the SDK dataviewer where editing a ListProperty(db.Category)
1947   resulted in a BadValueError.
1948     http://code.google.com/p/googleappengine/issues/detail?id=1139
1949 - Fixed an issue in the SDK where the signal module could be imported, as it
1950   is not supported.
1951     http://code.google.com/p/googleappengine/issues/detail?id=1150
1952 - Improved support for reserving an app id that is a canonicalized version of
1953   a user's Gmail address.
1954     http://code.google.com/p/googleappengine/issues/detail?id=1196
1955 - Added a more useful error messages for unavailable App Ids.
1956     http://code.google.com/p/googleappengine/issues/detail?id=1303
1957 - The SDK now uses hashlib instead of sha. Python 2.4 is no longer supported.
1958     http://code.google.com/p/googleappengine/issues/detail?id=1334
1959 - Fixed an issue where images.composite() did not support PNG transparency in
1960   the SDK.
1961     http://code.google.com/p/googleappengine/issues/detail?id=1417
1962 - Added better error messages for cron.yaml parsing.
1963     http://code.google.com/p/googleappengine/issues/detail?id=1490
1964 - Fixed an issue where uploading an index.yaml file with DOS line endings
1965   caused an error.
1966     http://code.google.com/p/googleappengine/issues/detail?id=1548
1967 - Fixed an issue where unicode characters in a script caused an error.
1968     http://code.google.com/p/googleappengine/issues/detail?id=1675
1969 - Task Queue names can now include the "_" character.
1970     http://code.google.com/p/googleappengine/issues/detail?id=1723
1971 - The sender of an email is no longer BCC'd when they are already included in
1972   the email.
1973     http://code.google.com/p/googleappengine/issues/detail?id=1907
1974 - Fixed an issue where non-string types were interpreted as strings when
1975   parsing the index.yaml file.
1976     http://code.google.com/p/googleappengine/issues/detail?id=2158
1977 - Image API now supplies image format.
1978     http://code.google.com/p/googleappengine/issues/detail?id=2308
1979 - Fixed webapp.request.get_range to work with default=None.
1980     http://code.google.com/p/googleappengine/issues/detail?id=2363
1981 - Added a more helpful error message when trying to send email to a malformed
1982   address.
1983     http://code.google.com/p/googleappengine/issues/detail?id=2386
1984 - The SDK now returns an error if the Content-length header is not included in a
1985   post request, matching production.
1986     http://code.google.com/p/googleappengine/issues/detail?id=2512
1987 - Fixed an issue using URLFetch to fetch pages where the URL contained unicode.
1988     http://code.google.com/p/googleappengine/issues/detail?id=2670
1989 - Fixed an issue where the SDK looked in the wrong folder for the SDK Version
1990   file.
1991     http://code.google.com/p/googleappengine/issues/detail?id=3050
1992 - Fixed a webapp.Request get() issue where the default was not being properly
1993   returned when allow_multiple was set to True.
1994     http://code.google.com/p/googleappengine/issues/detail?id=3235
1995 - Fixed an issue where handler.get_url did not work for non-default versions of
1996   Django.
1997     http://code.google.com/p/googleappengine/issues/detail?id=3300
1998 - Fixed an issue where X-AppEngine-TaskRetryCount did not increment in the SDK.
1999     http://code.google.com/p/googleappengine/issues/detail?id=3501
2000 - Applied a user patch that partially fixed an issue where bulkloader resume
2001   was not working.
2002     http://code.google.com/p/googleappengine/issues/detail?id=3581
2003 - Fixed a logging issue with the SDK BlobImageDispatcher.
2004     http://code.google.com/p/googleappengine/issues/detail?id=3606
2005 - ListProperty now supports datetime.time and datetime.date, as documented.
2006     http://code.google.com/p/googleappengine/issues/detail?id=3818
2007 - Fixed an issue where the Content-length header was being incorrectly stored as
2008   an integer.
2009     http://code.google.com/p/googleappengine/issues/detail?id=3875
2010 - Fixed an issue where the Admin Console didn't keep the app version viewed
2011   consistent across actions.
2012     http://code.google.com/p/googleappengine/issues/detail?id=4023
2013 - Fixed an issue using os.environ in appengine_config.py in the SDK.
2014     http://code.google.com/p/googleappengine/issues/detail?id=4209
2015 - Fixed an issue where HTTP requests on the SDK where truncated if a semicolon
2016   was included in the request.
2017     http://code.google.com/p/googleappengine/issues/detail?id=4241
2018 - Fixed an issue where images.get_serving_url() did not handle blob_info.key()
2019   correctly.
2020     http://code.google.com/p/googleappengine/issues/detail?id=4346
2021 - Fixed an issue where checking for a new version caused the appcfg download_app
2022   command to fail.
2023     http://code.google.com/p/googleappengine/issues/detail?id=4553
2024 - Fixed a typo in the Admin Console on the New App page.
2025     http://code.google.com/p/googleappengine/issues/detail?id=4620
2026 - Return a better error when a ReferenceProperty fails to resolve.
2027     http://code.google.com/p/googleappengine/issues/detail?id=4626
2028 - Fixed an issue where sending mail from an app registered on the HR datastore
2029   required the app id be prefaced with s~.
2030     http://code.google.com/p/googleappengine/issues/detail?id=4671
2031 - Fixed an issue where URLFetch with urllib over HTTPS didn't work.
2032     http://code.google.com/p/googleappengine/issues/detail?id=4824
2035 Version 1.4.3
2036 =================================
2037 - Added Files API that allows writing to and reading from files in blobstore.
2038 - You can now specify cron execution for a time interval between a start and end
2039   time.
2040 - You can now configure the specific application version to which a task queue
2041   or cron job will send requests.
2042 - The Admin Console Task Queues page now displays a more accurate estimate of
2043   queue size for queues containing more than 2000 tasks.
2044 - The Prospective Search API (formerly named the Matcher API) is available for
2045   use by all applications. This API is still experimental, so applications will
2046   be limited to a maximum of 1000 subscriptions.
2047 - The Testbed API provides easy configuration of stub libraries for local
2048   integration tests.
2049 - In the Images API, the quality parameter was added to the resize, rotate,
2050   horizontal_flip, vertical_flip, crop and im_feeling_lucky methods.
2051 - Fixed an issue where static file serving in the dev_appserver didn't support
2052   etags.
2053     http://code.google.com/p/googleappengine/issues/detail?id=368
2054 - An error is now raised when the script mapping in the app.yaml file is missing
2055   the .py file extension.
2056     http://code.google.com/p/googleappengine/issues/detail?id=976
2057 - Fixed an issue where no link was displayed in the Admin Console blobstore
2058   viewer for an unnamed blob.
2059 - Fixed an issue where the Admin Console data viewer couldn't edit entities
2060   with ByteString properties.
2061     http://code.google.com/p/googleappengine/issues/detail?id=2367
2062 - Fixed an issue where the Admin Console crashed when using a non-ascii
2063   key_name.
2064     http://code.google.com/p/googleappengine/issues/detail?id=2451
2065 - Fixed an issue filtering on __key__ while using the --use_sqlite option with
2066   the dev_appserver.
2067     http://code.google.com/p/googleappengine/issues/detail?id=3232
2068 - The Disable Application admin function has been button-ized.
2069     http://code.google.com/p/googleappengine/issues/detail?id=4323
2070 - Fixed an SDK issue where debugging logging wouldn't correctly print URLFetch
2071   payloads.
2072     http://code.google.com/p/googleappengine/issues/detail?id=783
2073 - Fixed an SDK issue where an incompatible line ending was used on blob upload.
2074     http://code.google.com/p/googleappengine/issues/detail?id=3328
2075 - Added more graceful handling of the missing mapreduce.yaml file when the user
2076   has enabled the Datastore Admin but is not otherwise using the MapReduce
2077   framework.
2078     http://code.google.com/p/googleappengine/issues/detail?id=3903
2079 - Fixed an issue where the method webapp_add_wsgi_middleware was no longer
2080   recognized.
2081     http://code.google.com/p/googleappengine/issues/detail?id=4236
2083 Version 1.4.2
2084 ================================
2085 - The XMPP API was updated to include presence and allow subscriptions.
2086 - The Task Queue now supports programmatic deleting of tasks.
2087     http://code.google.com/p/googleappengine/issues/detail?id=2588
2088 - The maximum rate per queue at which tasks are processed has been increased to
2089   100 tasks per second.
2090 - The maximum number of concurrent requests for a single queue can be specified
2091   in the application's queue.yaml. This provides an additional easy-to-use form
2092   of rate limiting. The current number of running tasks is also displayed in
2093   the Admin Console.
2094 - Metadata queries in the Datastore now support cursors.
2095 - Admin Console logs viewer now displays time as YYYY-MM-DD HH:MM:SS.mmm.
2096 - The Mail API added KML and KMZ files as allowed attachments.
2097 - Added support for verifying the server SSL certificate when making a
2098   URLFetch request to an HTTPS URL. This will become the default in a future
2099   release.
2100 - Added a warning when an admin tries to upload a queue.yaml where the number
2101   of new queues and the number of disabled queues exceeds 100.
2102 - Django 1.2.5 is available via use of the use_library() declaration. This
2103   version of Django has also been added to the Python SDK.
2104 - Added builtin support for the deferred library.
2105 - If Python Precompilation fails, an error will be printed but the app will
2106   still be uploaded.
2107 - Added a --disable_sdk_update_check command line flag to the dev_appserver.
2108 - Fixed an issue where the datastore copy functionality did not work if writes
2109   were disabled on the source application.
2110 - Fixed an issue where mail from @appid.appspotmail.com did not work when
2111   sending mail to app admins.
2112 - Fixed an issue where the dev_appserver URLFetch API limit was 16MB. It is now
2113   32 MB to match production.
2114 - Fixed a zipimport issue on Windows which was not working due to path
2115   separators.
2116     http://code.google.com/p/googleappengine/issues/detail?id=2086
2117 - Fixed an issue where the SDK did not enforce the 100 task limit for the Task
2118   Queue.
2119     http://code.google.com/p/googleappengine/issues/detail?id=3296
2120 - Fixed an issue where Query.order() was broken for properties with the 'name'
2121   attribute.
2122     http://code.google.com/p/googleappengine/issues/detail?id=3693
2123 - Fixed an unhelpful error message in the Python namespace_manager.
2124     http://code.google.com/p/googleappengine/issues/detail?id=3931
2127 Version 1.4.1
2128 ================================
2129 - During application creation, developers can choose between two Datastore
2130   configurations: High Replication or Master/Slave.
2131     http://code.google.com/appengine/docs/python/datastore/hr/#Selecting_a_Datastore
2132 - You can set your application's datastore to read-only mode in the Admin
2133   Console. Any writes attempted while the app is set to read-only will throw a
2134   CapabilityDisabledError. This feature can be helpful for migrating or copying
2135   data between two applications.
2136     http://code.google.com/appengine/docs/adminconsole/applicationsettings.html#Disable_Datastore_Writes
2137 - The Datastore Admin tool has been updated to allow copying of one app's
2138   datastore to another. The destination app must have the Remote API enabled.
2139     http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html
2140 - The deadline for offline URL Fetch API requests for Python and Java have been
2141   increased to a maximum of 10 minutes. The default deadline for offline
2142   URL Fetch requests remains the same.
2143 - Fixed an issue where an AttributeError was occasionally thrown on a datastore
2144   query.
2145     http://code.google.com/p/googleappengine/issues/detail?id=4196
2147 Version 1.4.0
2148 ================================
2149 - The Always On feature allows applications to pay and keep 3 instances of their
2150   application always running, which can significantly reduce application
2151   latency.
2152 - Developers can now enable Warmup Requests. By specifying  a handler in an
2153   app's app.yaml, App Engine will attempt to send a Warmup Request to initialize
2154   new instances before a user interacts with it. This can reduce the latency an
2155   end-user sees for initializing your application.
2156 - The Channel API is now available for all users.
2157 - Task Queue has been officially released, and is no longer an experimental
2158   feature. The API import paths that use 'labs' have been deprecated. Task queue
2159   storage will count towards an application's overall storage quota, and will
2160   thus be charged for.
2161 - The deadline for Task Queue and Cron requests has been raised to 10 minutes.
2162   Datastore and API deadlines within those requests remain unchanged.
2163 - For the Task Queue, developers can specify task retry_parameters in their
2164   queue.yaml.
2165 - Apps that have enabled billing are allowed up to 100 queues with the Task
2166   Queue API.
2167 - Metadata Queries on the datastore for datastore kinds, namespaces, and entity
2168   properties are available.
2169 - URLFetch allowed response size has been increased, up to 32 MB. Request size
2170   is still limited to 1 MB.
2171 - The request and response sizes for the Images API have been increased to
2172   32 MB.
2173 - The total size of Memcache batch operations is increased to 32 MB. The 1 MB
2174   limit on individual Memcache objects still applies.
2175 - The attachment size for outgoing emails has been increased from 1 MB to 10 MB.
2176   The size limit for incoming emails is still 10 MB.
2177 - Size and quantity limits on datastore batch get/put/delete operations have
2178   been removed. Individual entities are still limited to 1 MB, but your app may
2179   batch as many entities together for get/put/delete calls as the overall
2180   datastore deadline will allow for.
2181 - When iterating over query results, the datastore will now asynchronously
2182   prefetch results, reducing latency in many cases by 10-15%.
2183 - The Admin Console Blacklist page lists the top blacklist rejected visitors.
2184 - The automatic image thumbnailing service supports arbitrary crop sizes up to
2185   1600px.
2186 - Overall average instance latency in the Admin Console is now a weighted
2187   average over QPS per instance.
2188 - The developer who uploaded an app version can download that version's code
2189   using the appcfg.py download_app command. This feature can be disabled on
2190   a per application basis in the admin console, under the 'Permissions' tab.
2191   Once disabled, code download for the application CANNOT be re-enabled.
2192 - Fixed an issue where custom Admin Console pages did not work for Google
2193   Apps for your Domain users.
2194 - In the Python runtime, an instance is killed and restarted when a request
2195   handler hits DeadlineExceededError. This should fix an issue related to
2196   intermittent SystemErrors using Django.
2197     http://code.google.com/p/googleappengine/issues/detail?id=772
2198 - Allow Django initialization to be moved to appengine_config.py to avoid
2199   Django version conflicts when mixing webapp.template with pure Django.
2200     http://code.google.com/p/googleappengine/issues/detail?id=1758
2201 - Fixed an issue with OpenId over SSL.
2202   http://code.google.com/p/googleappengine/issues/detail?id=3393
2203 - Fixed an issue on the dev_appserver where login/logout code didn't work using
2204   Python 2.6.
2205     http://code.google.com/p/googleappengine/issues/detail?id=3566
2206 - Fixed an issue in the dev_appserver where get_serving_url did not work
2207   for transparent, cropped PNGs:
2208     http://code.google.com/p/googleappengine/issues/detail?id=3887
2209 - Fixed an issue with the DatastoreFileStub.
2210     http://code.google.com/p/googleappengine/issues/detail?id=3895
2212 Version 1.3.8
2213 ==================================
2214 - Builtin app.yaml handlers are available for common application functions,
2215   such as appstats.
2216     http://code.google.com/appengine/docs/python/config/appconfig.html#Builtin_Handlers
2217 - The Admin Console now provides an experimental tool to delete all entities in
2218   the datastore or all entities of a given type. This is available only if
2219   enabled using the datastore_admin builtin. Deleting entities will count
2220   against application quota.
2221     http://code.google.com/appengine/docs/python/datastore/creatinggettinganddeletingdata.html#Deleting_Entities_in_Bulk
2222 - You can run task queue tasks immediately from the Admin Console.
2223 - You can now specify the quality of JPEG images via the Image API's
2224   execute_transforms function. Available in production only.
2225 - Support for login of multiple Google accounts within an app, and longer login
2226   sessions. For more information see:
2227     http://www.google.com/support/accounts/bin/answer.py?answer=181599
2228 - In queue.yaml, the maximum allowed bucket size is now 100.
2229 - Precompilation is now enabled by default. To disable, use the
2230   --no_precompilation flag when updating your app.
2231 - BlobInfo now has an open() method that returns a BlobReader.
2232 - BlobReader now accepts a BlobInfo.
2233 - Removed limits on zigzag merge-join queries. Therefore the error "The built-in
2234   indices are not efficient enough for this query and your data. Please add a
2235   composite index for this query." will no longer be thrown in most cases,
2236   enabling more types of queries without indexes.
2237 - Fixed an issue with task queue tasks not running on the dev_appserver when
2238   using Python 2.6.
2239 - Fixed an issue on the dev_appserver where auto task running wasn't working for
2240   BulkAdd.
2241 - Fixed an issue reserving App Ids by owners of similarly-named mails accounts
2242   containing periods, multiple cases, and googlemail.com address.
2243     http://code.google.com/p/googleappengine/issues/detail?id=1196
2244 - Fixed an issue on the development server where PNGs were being returned as
2245   JPEGs.
2246     http://code.google.com/p/googleappengine/issues/detail?id=3661
2248 Version 1.3.7
2249 ===============================
2250 - Fix an issue where namespace_manager.google_apps_namespace() was not included
2251   in the 1.3.6 release.
2253 Version 1.3.6
2254 =================================
2255 - Multitenancy is now supported in the datastore, allowing better
2256   compartmentalization of user data.
2257 - Automatic image thumbnailing is now available in the Images API using
2258   get_serving_url().
2259 - Users can now serve custom static error pages for over_quota, dos_api_denial
2260   and default cases.
2261 - Results of datastore count() queries and offsets for all datastore queries
2262   are no longer capped at 1000.
2263 - Added a pause queue button to the task queue details page in the Admin
2264   Console.
2265 - Historical graphs have been added to all of the dashboard graphs in the Admin
2266   Console.
2267 - Content-range headers are supported on Blobstore downloads.
2268 - Remote API now supports the Blobstore API.
2269 - New method to allocate datastore ids in a given range: db.allocate_id_range().
2270 - New db method is_in_transaction() determines if a transaction is still open.
2271 - Increased several rate limited quotas for free applications.
2272 - Fixed an issue in db.py where unindexed property lists for user-specified
2273   property names were ignored.
2274 - Fixed an issue where the task queue uses local time instead of UTC time to
2275   compute job ETA.
2276     http://code.google.com/p/googleappengine/issues/detail?id=2508
2277 - Fixed an issue in the SDK with datastore cursors being too large.
2278     http://code.google.com/p/googleappengine/issues/detail?id=3152
2280 Version 1.3.5
2281 =================================
2282 - Developers can enable Python pre-compilation to decrease start up time for
2283   new application instances. This can be enabled by including the
2284   derived_file_type in your app.yaml.
2285 - Ability to configure the Task Queue storage limit with the
2286   total_storage_limit field in the queue.yaml file.
2287 - Task Queues now support up to 50 qps per queue, up from 50 qps per app.
2288 - Developers can programmatically access Blobs with BlobReader, a file-like
2289   interface for reading blobs.
2290 - Bulkloader transform helpers for lists and hierarchical keys were added.
2291 - remote_api_shell commands can be sent over HTTPS or HTTP.
2292 - Admin Console logs now include information on request time latency.
2293 - Db.delete will now accept an iterable, in addition to a list of models or
2294   keys.
2295 - The datastore now supports end cursors.
2296 - Fixed an issue properly handling a query with an offset that returns no
2297   results.
2298 - Fixed an issue that improperly allowed quad-dotted netmasks as subnet prefixes
2299   for the DoS API.
2300 - Fixed an issue via user submitted patch in the SDK dataviewer displaying
2301   multiline StringProperties.
2302     http://code.google.com/p/googleappengine/issues/detail?id=502
2304 Version 1.3.4
2305 =================================
2306 - New bulkloader configuration syntax and wizard for easier import/export with
2307   the datastore.
2308 - Applications can now be configured to authenticate with OpenID by selecting
2309   the OpenID option when creating your application in the admin console.
2310     http://code.google.com/p/googleappengine/issues/detail?id=248
2311     http://code.google.com/p/googleappengine/issues/detail?id=56
2312 - New API to allow App Engine apps to act as OAuth service providers.
2313     http://code.google.com/p/googleappengine/issues/detail?id=919
2314 - Auto task execution is now enabled in the dev_appserver. To turn this off
2315   use the flag --disable_task_running.
2316 - Fixed an issue using db.put() with constructor initialized id based keys.
2317     http://code.google.com/p/googleappengine/issues/detail?id=3209
2319 Version 1.3.3
2320 =================================
2321 - A new experimental feature allows you to set dev_appserver datastore file
2322   stub to use sqlite. To enable, set the flag --use_sqlite=true.
2323 - It is now possible to implement properties on db.Expando.
2324 - Fixed a datastore issue where an error was thrown when setting a query offset
2325   to more than the number of results throws an error.
2326     http://code.google.com/p/googleappengine/issues/detail?id=2875
2327 - Fixed issue not allowing ByteString type to be viewed in the Development
2328   Console datastore viewer.
2329     http://code.google.com/p/googleappengine/issues/detail?id=1176
2331 Version 1.3.2
2332 =================================
2333 - New API to read the contents of uploaded Blobs (fetch_data)
2334     http://code.google.com/p/googleappengine/issues/detail?id=2536
2335 - URLFetch now supports accessing ports 80-90, 440-450, and 1024-65535
2336 - Mail API now allows common document formats as attachments
2337     http://code.google.com/p/googleappengine/issues/detail?id=494
2338 - The Task Queue API now supports adding multiple tasks in a single call to
2339   Queue.add()
2340 - Fixed charset handling for inbound emails
2341     http://code.google.com/p/googleappengine/issues/detail?id=2326
2342 - Fixed issue with compositing background colors in dev_appserver
2343 - New feature in the datastore to specify whether to use strong or eventually
2344   consistent reads (the default is strong)
2345 - New datastore feature allows setting deadlines for operations
2346 - Increased the maximum Task Queue refill rate from 20/s to 50/s
2347 - Support for IP blacklisting to prevent denial of service (DoS) attacks
2348 - Fix an issue with Mac Launcher in Mac OSX 10.5.5
2349     http://code.google.com/p/googleappengine/issues/detail?id=778
2350 - Fix issue with slow updates when there are many skipped files
2351     http://code.google.com/p/googleappengine/issues/detail?id=2492
2352 - Fix issue with cursor not updating when using a GqlQuery
2353     http://code.google.com/p/googleappengine/issues/detail?id=2757
2355 Version 1.3.1
2356 ================================
2357   - Datastore Query Cursors
2358       http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Query_Cursors
2359   - Transactional Task Creation
2360   - Support for Custom Admin Console pages
2361   - New "month" and "synchronized" syntax for Cron configuration
2362       http://code.google.com/appengine/docs/java/config/cron.html
2363   - Application Stats library now included in with SDK
2364       http://code.google.com/appengine/docs/python/tools/appstats.html
2365   - Bulk Loader supports bulk downloading all kinds simultaneously
2366   - appcfg.py validates SSL certificates for HTTPS on Upload
2367   - Support for ETags, If-matches, If-not-matches HTTP Headers, as well as 304
2368     status codes now available on static files (not available on the
2369     dev_appserver or Blobstore blobs)
2370       http://code.google.com/p/googleappengine/issues/detail?id=575
2372 Version 1.3.0 - December 14, 2009
2373 ================================
2374   - Adds support for the new Blobstore API
2376 Version 1.2.8 - October 28, 2009
2377 ================================
2378   - New memcache offset_multi method and batch support in incr and decr.
2379   - Urlfetch Response object now contains final_url of 302 redirects.
2380       http://code.google.com/p/googleappengine/issues/detail?id=1464
2381   - Additional file extensions permitted when sending mail.
2382       http://code.google.com/p/googleappengine/issues/detail?id=494
2383   - Fixed issue decoding messages for incoming mail.
2384       http://code.google.com/p/googleappengine/issues/detail?id=2289
2385   - Fixed issue with datastore list properties containing both blob (or text)
2386     and non-blob values.
2387   - Admin console includes more information about indexes being built.
2388   - Fixed Users API usage with remote_api
2389       http://code.google.com/p/googleappengine/issues/detail?id=1205
2390   - Fixed issue with IN queries in remote_api
2391       http://code.google.com/p/googleappengine/issues/detail?id=1986
2392   - Bulk Loader --dump and --restore now work across app IDs.
2393   - Bulk Loader --restore works with numeric IDs.
2394   - Bulk Loader exporter maps __key__ property to the entity key.
2395   - Fixed issue in Bulk Loader with missing properties on export.
2396       http://code.google.com/p/googleappengine/issues/detail?id=2068
2397   - Fixed issue in Bulk Loader with line breaks in data.
2398   - Fixed exception in Bulk Loader with certain data ranges.
2399       http://code.google.com/p/googleappengine/issues/detail?id=2085
2400   - Added SERVER_SOFTWARE environment variable to runtime.
2401   - Over Quota HTTP status code changed from 403 to 503
2402       http://code.google.com/p/googleappengine/issues/detail?id=961
2403   - Task Queue now considers all HTTP 2xx status codes to represent success
2404       http://code.google.com/p/googleappengine/issues/detail?id=1779
2405   - Task Queue now supports purging all tasks in a queue from the Admin Console.
2406       http://code.google.com/p/googleappengine/issues/detail?id=2159
2407   - Task Queue now supports deleting a non-empty queue from the Admin Console.
2408       http://code.google.com/p/googleappengine/issues/detail?id=1740
2409   - New "auth_fail_action: unauthorized" option in app.yaml: when present, a
2410     401 status code will be returned instead of a 302 redirect to the Google
2411     Accounts login page for pages with login: required. [Python only for now]
2414 Version 1.2.7 - October 14, 2009
2415 ================================
2416   - Changed the 'key' parameter to Model.__init__ to be keyword only.
2417   - Fixed taskqueue import in Remote API.
2418     http://code.google.com/p/googleappengine/issues/detail?id=2259
2421 Version 1.2.6 - September 17, 2009
2422 ==================================
2423   - Added incoming email support.
2424       http://code.google.com/p/googleappengine/issues/detail?id=165
2425   - Remote API now supports XMPP and task queues.
2426   - The default for all handlers is now secure: optional. Users can
2427     now access all pages via SSL unless explicitly disallowed.
2428   - Remote API now supports HTTPS.
2429       http://code.google.com/p/googleappengine/issues/detail?id=1461
2430   - Appcfg now uses https by default.
2431       http://code.google.com/p/googleappengine/issues/detail?id=794
2432   - Appcfg.py now supports the --application and --version flags to
2433     override the values specified in app.yaml.
2434       http://code.google.com/p/googleappengine/issues/detail?id=670
2435   - GQL now supports '= NULL' queries.
2436   - The db.Model constructor now supports explicitly setting a key
2437     (and thus an id) for a Model instance.
2438   - New Datastore stats api. Stats are also visible in the admin console.
2439   - Bulkloader dump and restore now supports restoring to a different
2440     app id and restoring numeric keys.
2443 Version 1.2.5 - August 13, 2009
2444 ===============================
2445   - The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK.
2446   - Added XMPP support.
2447       http://code.google.com/appengine/docs/python/xmpp
2448       http://code.google.com/p/googleappengine/issues/detail?id=231
2449   - Datastore now supports multiple writes to the same entity within a
2450     transaction.
2451   - Datastore entity key names can now start with a digit.
2452       http://code.google.com/p/googleappengine/issues/detail?id=1352
2453   - Datastore now supports ancestor + kind queries without a composite index
2454       http://code.google.com/p/googleappengine/issues/detail?id=1003
2455   - Bulkloader now supports configurationless dump and restore with new
2456     --dump and --restore options.
2457   - Bulkloader now supports a --dry_run flag to testing data prior to uploading.
2458   - Appcfg.py now allows specifying any end date for request_logs.
2459   - Urlfetch now allows setting the Referer header.
2460       http://code.google.com/p/googleappengine/issues/detail?id=445
2461   - Urlfetch stub now correctly handles HEAD requests.
2462       http://code.google.com/p/googleappengine/issues/detail?id=866
2463   - New remote_api_shell tool for interactive remote_api operations.
2464   - New google.ext.ereporter module to collect and email exception reports.
2465   - New google.ext.deferred module to execute ad-hoc tasks on the Task Queue.
2467 Version 1.2.4 - July 16, 2009
2468 =============================
2469   - Added support for kindless queries, ie. transaction descendant queries.
2470       http://code.google.com/p/googleappengine/issues/detail?id=913
2471   - Composite indexes no longer required for certain types of key queries.
2472   - Improved exception reporting in the bulkloader.
2473   - Datastore transaction RPC sent at beginning of transaction rather than
2474     upon first Datastore request.
2475   - PolyModel supports keys_only query.
2476       http://code.google.com/p/googleappengine/issues/detail?id=1630
2477   - Remote API supports more API's (Images, Memcache and URLFetch).
2478       http://code.google.com/p/googleappengine/issues/detail?id=1596
2479   - Remote API shell.
2480   - Support for multiple inheritance for Model and PolyModel.
2481   - Enhancement to SearchableModel allowing multiple properties to be
2482     indexed.
2483   - Various code quality improvements.
2485 Version 1.2.3 - June 1, 2009
2486 ============================
2488   - Task Queue support available as google.appengine.api.labs.taskqueue.
2489       http://code.google.com/appengine/docs/python/taskqueue
2490   - Django 1.0 support. You must install Django locally on your machine
2491     for the SDK but no longer need to upload it to App Engine.
2492       from google.appengine.dist import use_library
2493       use_library('django', '1.0')
2494       http://code.google.com/p/googleappengine/issues/detail?id=872
2495   - Urlfetch supports asynchronous requests.
2496       http://code.google.com/p/googleappengine/issues/detail?id=958
2497   - Urlfetch in SDK now matches App Engine more closely:
2498     By default, it now sets the referer header, does not set the Accept
2499     header, and sets Accept-Encoding to gzip.
2500       http://code.google.com/p/googleappengine/issues/detail?id=970
2501   - Fixed issue with httplib and absolute URLs.
2502       http://code.google.com/p/googleappengine/issues/detail?id=1311
2503   - Memcache key length is no longer restricted to 250 bytes: longer keys
2504     will be replaced with a hash of the key.
2505   - Datastore ancestor queries now work within transactions.
2506   - Datastore transactions in SDK now snapshot on the first operation so they
2507     do not see writes made during the transaction. Matches App Engine.
2509 Version 1.2.2 - April 22, 2009
2510 ==============================
2512   - New quota API which returns the CPU usage of the current request.
2513       from google.appengine.api import quota
2514       cpu_usage_so_far = quota.get_request_cpu_usage()
2515   - Urlfetch fetch now has support for user configurable deadlines.
2516       http://code.google.com/p/googleappengine/issues/detail?id=79
2517   - Urlfetch in the SDK allows the Accept-Encoding header to match App Engine.
2518       http://code.google.com/p/googleappengine/issues/detail?id=1071
2519   - urllib now supports HTTPS in addition to HTTP
2520       http://code.google.com/p/googleappengine/issues/detail?id=1156
2521   - Datastore indexes on single properties can now be disabled by setting
2522     indexed=False on the property constructor.
2523   - Datastore now supports Key-only queries, using either SELECT __key__ or
2524     or db.Query(Model, keys_only=True)
2525   - Fixed issues with Datastore IN filters and sorting: sort order is now
2526     correct, and can be used with __key__.
2527       http://code.google.com/p/googleappengine/issues/detail?id=1100
2528       http://code.google.com/p/googleappengine/issues/detail?id=1016
2529   - Cron supports additional time specification formats.
2530       http://code.google.com/p/googleappengine/issues/detail?id=1261
2531   - Fixed an issue in the dev_appserver admin console datastore viewer
2532     (/_ah/admin/datastore) with sorting columns containing None types.
2533       http://code.google.com/p/googleappengine/issues/detail?id=1007
2534   - Bulk Loader improvements:  New appcfg download_data command.
2535     Better backoff support and debugging output for long requests.
2536   - New --vhost flag on appcfg.py request_logs command to select logs for
2537     a particular host.
2538   - Python _ast module is now available for import
2539       http://code.google.com/p/googleappengine/issues/detail?id=779
2540   - Fixed issue with the color argument of the Images API composite method.
2542 Version 1.2.1 - April 13, 2009
2543 =============================
2545   - Stable, unique IDs for User objects. The Users service now
2546     provides a unique user_id for each user that stays the same even
2547     if a user changes her email address.
2548       http://code.google.com/p/googleappengine/issues/detail?id=1019
2549   - The Images API now supports compositing images and calculating
2550     a color histogram for an image.
2551   - New allowed mail attachment types: ics, vcf
2552       http://code.google.com/p/googleappengine/issues/detail?id=494
2553   - Urlfetch requests can now set the User-Agent header.
2554       http://code.google.com/p/googleappengine/issues/detail?id=342
2555   - An App Engine-specific version of the Python PyCrypto cryptography
2556     library is now available. Learn more at
2557       http://code.google.com/appengine/docs/python/tools/libraries.html
2558   - The bulk loader configuration format has changed.to allow non-CSV
2559     input. This change is not backwards compatible, so you will need to
2560     update your code.
2561     An early release of the bulk downloader is also now available in
2562     bulkloader.py. Learn more about these changes at:
2563       http://code.google.com/appengine/docs/python/tools/uploadingdata.html
2564   - Fixed parsing of unicode GQL queries.
2565       http://code.google.com/p/googleappengine/issues/detail?id=1105
2566   - Fixed dev_appserver security restrictions for os.path
2567       http://code.google.com/p/googleappengine/issues/detail?id=1068
2568   - Fixed Reply-To header set in emails sent from dev_appserver.
2569       http://code.google.com/p/googleappengine/issues/detail?id=1017
2572 Version 1.2.0 - March 24, 2009
2573 ==============================
2574   - Cron support. Appcfg.py will upload the schedule to App Engine.
2575       The dev_appserver console at /_ah/admin describes your schedule but does
2576       not automatically run scheduled jobs. Learn more at
2577       http://code.google.com/appengine/docs/python/config/cron.html
2578   - New allow_skipped_files flag in dev_appserver to allow it to read files
2579     which are not available in App Engine.
2580       http://code.google.com/p/googleappengine/issues/detail?id=550
2581   - New upload_data command in appcfg to run the bulk uploader.
2582       http://code.google.com/appengine/docs/python/tools/uploadingdata.html
2584 Version 1.1.9 - February 2, 2009
2585 ================================
2587   - HTTP Request and Response limit raised to 10MB from 1MB.
2588     Note that API call limits remain at 1MB.
2589       http://code.google.com/p/googleappengine/issues/detail?id=78
2590   - urllib and urllib2 now available, implemented using urlfetch.
2591     Also adds additional stubs which may enable other modules.
2592       http://code.google.com/p/googleappengine/issues/detail?id=61
2593       http://code.google.com/p/googleappengine/issues/detail?id=68
2594       http://code.google.com/p/googleappengine/issues/detail?id=572
2595       http://code.google.com/p/googleappengine/issues/detail?id=821
2596   - Early release of a new data bulk upload tool, bulkloader.py
2597       http://code.google.com/appengine/docs/python/tools/uploadingdata.html
2598   - New remote_api for datastore at google.appengine.ext.remote_api
2599   - Single property descending indexes are automatically generated.
2600   - Added db.Query support for IN and != operators.
2601       http://code.google.com/p/googleappengine/issues/detail?id=751
2602   - Fixed issue where gql date/time parsing could not handle Unicode strings.
2603   - Fixed issue with db model instance key() returning the wrong key for
2604     unsaved instances with parent as key
2605       http://code.google.com/p/googleappengine/issues/detail?id=883
2606   - New run_in_transaction_custom_retries method for datastore.
2607   - Fixed issue with relative dev_appserver datastore and history paths.
2608       http://code.google.com/p/googleappengine/issues/detail?id=845
2609   - Static files and skipped files are not readable in dev_appserver, to match
2610     the behavior on App Engine.
2611       http://code.google.com/p/googleappengine/issues/detail?id=550
2612   - Images API allows multiple transforms of the same type in one request. A
2613     limit of 10 total transforms per request has been added.
2614   - PIL import will work with both PIL.Image and Image.
2615       http://code.google.com/p/googleappengine/issues/detail?id=929
2616   - Fixed an issue with sending email in dev_appserver when the application
2617     code changed.
2618       http://code.google.com/p/googleappengine/issues/detail?id=182
2619   - Memcache counters (incr/decr) do nothing on non positive integers to match
2620     the behavior on App Engine.
2621       http://code.google.com/p/googleappengine/issues/detail?id=918
2623 Version 1.1.8 - January 7, 2008
2624 =================================
2625   - Skip_files RegexStr validator allows lists to for regex-ors.
2626       http://code.google.com/p/googleappengine/issues/detail?id=81
2627   - sys.path and sys.argv are no longer reset for each request.
2628       http://code.google.com/p/googleappengine/issues/detail?id=772
2629   - New ByteString data type for the datastore.  Indexed non-text short-blob.
2630   - UserProperty now takes auto_current_user and auto_current_user_add
2631     attributes.
2632   - Support for polymorphic models and queries.
2633   - db.Model.order() now supports __key__.
2634       http://code.google.com/p/googleappengine/issues/detail?id=884
2635   - Urlfetch no longer sets content-length: 0 when there is no body.
2636       http://code.google.com/p/googleappengine/issues/detail?id=817
2637   - Get height and width of an image via the Images API.
2638       http://code.google.com/p/googleappengine/issues/detail?id=435
2639   - Limit auto-Bcc of email sender to the case where the email sender is the
2640     currently-logged-in user.
2641   - Adds limit of 100 order/filters on datastore query size to the SDK.
2642   - Fix unicode support for the bulkloader
2643       http://code.google.com/p/googleappengine/issues/detail?id=157
2644   - Bulkload.py from the appengine/tools directory to the appengine/ directory
2645   - Modify webapp to use logging.exception instead of logging.error.
2646   - Additional fixes to SDK sanitizing response headers to match production.
2647       http://code.google.com/p/googleappengine/issues/detail?id=198
2649 Version 1.1.7 - November 20, 2008
2650 =================================
2651   - Fixed an issue with urlfetch response headers.
2652       http://code.google.com/p/googleappengine/issues/detail?id=877
2654 Version 1.1.6 - November 17, 2008
2655 =================================
2657   - Datastore now supports filtering and sorting on the __key__ special
2658     property, which evaluates to each entity's key.
2659   - Fixed a bug where it was possible to append None to ListProperty.
2660   - Datastore appengine.ext.db models allow deletion by key without
2661     instantiating a model instance.
2662   - Datastore models allow access to key name before put() if key_name given.
2663   - Datastore fetch max results and max query offset match production limits.
2664   - Fixed an issue in production where query fails with NeedIndexError when
2665     a model has two ancestor indexes.
2666     http://code.google.com/p/googleappengine/issues/detail?id=423
2667   - Allow trailing whitespace in PropertyValueFromString for datetime.
2668   - Fixed to_xml on models with binary data in a BlobProperty: they now
2669     are base64 encoded.
2670     Note: This changes XML serialization.
2671       http://code.google.com/p/googleappengine/issues/detail?id=430
2672   - Fixed an issue with setting expando attributes.
2673       http://code.google.com/p/googleappengine/issues/detail?id=431
2674   - Fixed an issue where TypeError was raised instead of NeedIndexError for
2675     "merge join" queries, i.e. queries with only equals filters and no ancestor
2676     or sort orders, that still need an index.
2677       http://code.google.com/p/googleappengine/issues/detail?id=749
2678   - URLFetch in the SDK now has the same 5 second timeout to match production.
2679   - URLFetch response headers are combined
2680       http://code.google.com/p/googleappengine/issues/detail?id=412
2681   - URLFetch now uses original method when following a redirect.
2682       http://code.google.com/p/googleappengine/issues/detail?id=363
2683   - URLFetch logs a warning when using a non standard port.
2684       http://code.google.com/p/googleappengine/issues/detail?id=436
2685   - URLFetch allows integers as values in request headers.
2686   - Enforce response size and API request size limits to match production.
2687       http://code.google.com/p/googleappengine/issues/detail?id=447
2688   - SDK sanitizes response headers to match production
2689       http://code.google.com/p/googleappengine/issues/detail?id=198
2690   - Login URLs now require login in the SDK to match production.
2691       http://code.google.com/p/googleappengine/issues/detail?id=53
2692   - Fixed an issue with long URLs in HTTP 302 redirect responses.
2693       http://code.google.com/p/googleappengine/issues/detail?id=407
2694   - Fixed an issue with regular expressions in static_files in app.yaml
2695       http://code.google.com/p/googleappengine/issues/detail?id=711
2696   - SDK only allows "C" locale to match production.
2697       http://code.google.com/p/googleappengine/issues/detail?id=356
2698   - Support the bufsize positional arg in open()/file().
2699   - lstat is aliased to stat.
2700   - appcfg handles index building errors more gracefully.
2701   - Fixed an issue with symlinks in the path to the Python core libraries.
2704 Version 1.1.5 - September 29, 2008
2705 ==================================
2707   - Additional fixes for file paths on Windows and OSX.
2708   - Sped up the datastore stub.
2709   - Allow different types in list properties in datastore.Entity and Expando.
2710   - Add add_multi and replace_multi to memcache API.
2711       http://code.google.com/appengine/docs/memcache/clientclass.html#Client_add_multi
2712       http://code.google.com/appengine/docs/memcache/clientclass.html#Client_replace_multi
2713   - Ignore errors from the API proxy when calling memcache read methods.
2714   - Set the webapp Request charset property more accurately from CONTENT_TYPE.
2715   - Fixed an issue in the development console with schema caching.
2716   - Fixed an issue with StringListProperty not returning a class
2717       http://code.google.com/p/googleappengine/issues/detail?id=415
2718   - Fixed an issue in the development console where quotes couldn't be used
2719       within fields.
2720   - Fixed an issue with TimeProperty("0:0") (midnight).
2721       http://code.google.com/p/googleappengine/issues/detail?id=279
2723 Version 1.1.4 - September 26, 2008
2724 ==================================
2726   - Fixed issue with incorrectly escaping static_files paths on Windows.
2727   - Workaround -inf not being supported on Windows in Datastore.
2729 Version 1.1.3 - September 8, 2008
2730 =================================
2732   - Added support for zipimport.
2733       http://code.google.com/p/googleappengine/issues/detail?id=70
2734       http://code.google.com/p/googleappengine/issues/detail?id=161
2735   - Added zipserve module for serving static content from a zip file.
2736       See google/appengine/ext/zipserve/__init__.py for more information.
2737   - Added a memcache viewer to the development console.
2738       http://code.google.com/appengine/docs/thedevwebserver.html#The_Development_Console
2739   - Added new follow_redirects flag to the URLFetch service.
2740       http://code.google.com/p/googleappengine/issues/detail?id=404
2741   - Fixed caching headers for static content.
2742   - Fixed an issue with incorrectly escaping paths on Windows.
2743   - Fixed an issue with the current directory while running applications.
2745 Version 1.1.2 - August 20, 2008
2746 ===============================
2748   - Batch puts across Datastore entity groups.
2749   - Transaction retries reduced from 10 to 3.
2750   - Fixed certain transaction failures being silent.
2751   - Added support for indexes with a single repeated property.
2753 Version 1.1.1 - July 21, 2008
2754 =============================
2756   - Fixed DELETE for URLFetch on dev_appserver.
2757       http://code.google.com/p/googleappengine/issues/detail?id=566
2758   - Fixed PATH_INFO to be un-escaped version of the path.
2759       http://code.google.com/p/googleappengine/issues/detail?id=267
2760       http://code.google.com/p/googleappengine/issues/detail?id=457
2761   - Fixed order function testing for property on Expando class.
2762   - Support all mail attachment mime-types under Windows.
2763   - Added support for date and time objects to GQL.
2764       http://code.google.com/p/googleappengine/issues/detail?id=318
2765   - Fixed memcache KeyError problem.
2766       http://code.google.com/p/googleappengine/issues/detail?id=417
2767   - Default URLFetch POST content-type is x-www-form-urlencoded.
2768   - Fixed problems where global variables would be set to None
2769     when a request raised an exception or returned an error
2770     response.
2771   - Added support for GIFs and JPEG using PIL.
2772   - Added support for type conversion of literals to GQL.
2773   - Added support for pickling Expando instances.
2774       http://code.google.com/p/googleappengine/issues/detail?id=545
2775   - Added APPLICATION_ID environment variable to runtime.
2776   - Added support for key_name to djangoforms.
2777   - Added ability to put multiple transaction groups in one request
2778     outside of transactions.
2779   - Added support for downloading request logs using appcfg.
2780       http://code.google.com/p/googleappengine/issues/detail?id=76
2781   - Fixed DateProperty not supporting values before 1970 and beyond
2782     Jan. 19, 2038.
2783       http://code.google.com/p/googleappengine/issues/detail?id=352
2784   - Set cap of 5000 indexed properties per entity.
2785   - GoogleAppEngineLauncher now has context menus in the main project
2786     window.
2787   - UI improvements to GoogleAppEngineLauncher preferences window.
2788   - Fixed GoogleAppEngineLauncher broken symlink for bulk_uploadclient.
2790 Version 1.1.0 - May 28, 2008
2791 ============================
2793   - Added an API for image manipulation.
2794       http://code.google.com/p/googleappengine/issues/detail?id=38
2795   - Added memcache API.
2796   - Fixed URLFetch for URLs with query strings.
2797       http://code.google.com/p/googleappengine/issues/detail?id=341
2798       http://code.google.com/p/googleappengine/issues/detail?id=346
2799       http://code.google.com/p/googleappengine/issues/detail?id=369
2800   - Added support for multiple values for the same filter string.
2801   - Fixed URLFetch's referrer to now set itself to the application's
2802     host-name.
2803   - Added --show_mail_body flag to dev_appserver.py.
2804   - Added support for IN and != to GQL.
2805   - Fixed URLFetch to accept strings as well as constant integers.
2806       http://code.google.com/p/googleappengine/issues/detail?id=234
2807   - Added CURRENT_VERSION_ID environment variable.
2808   - Fixed uploading issues affecting @googlemail.com developers.
2809       http://code.google.com/p/googleappengine/issues/detail?id=119
2810   - Fixed Datastore API to allow the assignment of [] to non-dynamic
2811     DB attributes.
2812       http://code.google.com/p/googleappengine/issues/detail?id=276
2813       http://code.google.com/p/googleappengine/issues/detail?id=254
2814   - Fixed NeedIndexError to include the index that the query needed.
2816 Version 1.0.2 - May 15, 2008
2817 ============================
2819   - Fixed UTC timezone issue on Windows.
2820       http://code.google.com/p/googleappengine/issues/detail?id=131
2821   - Fixed webapp template cache bug.
2822       http://code.google.com/p/googleappengine/issues/detail?id=273
2823   - URLFetch service redirect behavior now matches deployed behavior.
2824       http://code.google.com/p/googleappengine/issues/detail?id=84
2825   - Better handling of bad HOMEDRIVE parameters on Windows.
2826       http://code.google.com/p/googleappengine/issues/detail?id=27
2827   - Fixed HTTP response header termination.
2828       http://code.google.com/p/googleappengine/issues/detail?id=209
2829   - Fixed behavior with source files that have Windows line-endings or
2830     missing line-endings.
2831       http://code.google.com/p/googleappengine/issues/detail?id=237
2832       http://code.google.com/p/googleappengine/issues/detail?id=258
2833   - Fixed C-Extension module loading issues.
2834       http://code.google.com/p/googleappengine/issues/detail?id=95
2835       http://code.google.com/p/googleappengine/issues/detail?id=83
2836   - Fixed Windows DLL extension loading issues.
2837       http://code.google.com/p/googleappengine/issues/detail?id=222
2838   - Added missing os.uname function.
2839       http://code.google.com/p/googleappengine/issues/detail?id=186
2840   - Windows installer can now over-install.
2841       http://code.google.com/p/googleappengine/issues/detail?id=241
2842   - Windows installer now allows installation even if it can't find Python.
2843       http://code.google.com/p/googleappengine/issues/detail?id=5
2844   - Fixed skip_files exception.
2845       http://code.google.com/p/googleappengine/issues/detail?id=80
2846   - Better error handling for cookie-file related problems.
2847   - User platform, SDK version, and Python version are now supplied to
2848     server-side on deployment; also supplied on dev_appserver start-up
2849     if the "nag" is enabled.
2852 Version 1.0.1 - April 14, 2008
2853 ==============================
2855   - Fixed app.yaml static_dir attribute on Windows.
2856   - Fixed uploading large files on OSX.
2857   - Fixed recursion issue in webapp template rendering cache.
2858   - Fixed MacPorts installation.