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