App Engine Python SDK version 1.9.10
[gae.git] / java / RELEASE_NOTES
blobabe5dad06edcd02371463e709844a3841d0b4965
1 Copyright 2013 Google Inc.
2 All rights reserved.
4 App Engine Java SDK - Release Notes
6 Version 1.9.9
7 =============
8 - The deprecated methods in the LogQuery class have been deleted in the SDK.
9   For a full list of methods that have been deleted, please see the LogQuery
10   deprecation announcement in the 1.8.7 version of the SDK. Please note that
11   these methods will no longer work for deployed apps starting on the next
12   release.
13 - Fixed an issue with the SDK where having Lucene Core on the classpath
14   causes unit tests in the Search API to fail when assertions are enabled.
15     https://code.google.com/p/googleappengine/issues/detail?id=8451
16 - Fixed an issue with the SDK where adding appengine-local-runtime.jar to
17   the classpath of the junit ant task causes an output warning each time it is
18   run.
19     https://code.google.com/p/googleappengine/issues/detail?id=9885
20 - Fixed an issue with the Datastore Admin failing to load due to a
21   DeadlineExceededError when retrieving kinds.
22     https://code.google.com/p/googleappengine/issues/detail?id=11145
24 Version 1.9.8
25 =============
26 - Fixed an issue with Datastore Admin not properly restoring backups if writes
27   are disabled.
28     https://code.google.com/p/googleappengine/issues/detail?id=11090
30 Version 1.9.7
31 =============
32 - Added memcache historical hit ratio to Admin Console dashboard.
33 - Fixed an issue with sockets connections timing out after 2 minutes.
34 - Fixed an issue that could cause a StackOverflowError in apps when loading
35   the code of a class as a resource using ClassLoader.getResource.
36     https://code.google.com/p/googleappengine/issues/detail?id=10413
37 - Fixed an issue with the dev_appserver caller-class check in Runtime.invoke()
38   which was looking too far up the stack and therefore refusing Method.invoke()
39   calls from another class in the same package.
40     https://code.google.com/p/googleappengine/issues/detail?id=10539
42 Version 1.9.6
43 =============
44 - Fixed an issue with the dev_appserver Search API for atom fields that contain
45   whitespace or punctuation characters in their values (e.g., email addresses).
46     https://code.google.com/p/googleappengine/issues/detail?id=7962
47     https://code.google.com/p/googleappengine/issues/detail?id=10251
48 - Fixed an issue with PermGen running out of space when using DeferredTasks
49   in the dev_appserver.
50     https://code.google.com/p/googleappengine/issues/detail?id=8377
51 - Fixed an issue with date-valued HTTP headers such as If-Modified-Since
52   getting a ClassCastException.
53     https://code.google.com/p/googleappengine/issues/detail?id=8415
54 - Fixed an issue with Datastore cursors in dev_appserver getting the wrong
55   cursor value for keys only queries.
56     https://code.google.com/p/googleappengine/issues/detail?id=10943
58 Version 1.9.5
59 =============
60 - Fixed an issue with the Search API where searching for geo points whose
61   distance from a fixed point is greater than some value returns documents that
62   do not include that field.
63 - Fixed an issue with appstats generating a ClassCastException in the
64   dev_appserver.
65     https://code.google.com/p/googleappengine/issues/detail?id=6071
66     https://code.google.com/p/googleappengine/issues/detail?id=7052
67     https://code.google.com/p/googleappengine/issues/detail?id=10661
68 - Fixed an issue with the dev_appserver Search API not finding atoms with
69   spaces in them.
70     https://code.google.com/p/googleappengine/issues/detail?id=7962
71     https://code.google.com/p/googleappengine/issues/detail?id=10251
72 - Fixed an issue with the Search API where querying for a field that does not
73   exist returns an error instead of returning zero matches on that field.
74     https://code.google.com/p/googleappengine/issues/detail?id=10407
76 Version 1.9.4
77 =============
78 - Speed up memcache API deserialization by using Class.forName instead of
79   ClassLoader.loadClass.
80 - Added client side deployment logging to Java appcfg, which will improve
81   deployment performance of Java Applications.
82 - Fixed an issue with Datastore Queries containing nonexisting fields returning
83   no results instead of an error.
84 - Fixed an issue with Datastore String properties so they are now <=500
85   characters, not <500 characters.
86 - Fixed an issue with the Search API where it does not correctly parse
87   expressions that use the subtraction operator without surrounding
88   whitespaces.
89 - Fixed an issue with 4-byte UTF-8 character web requests not forming correctly
90   in POST data.
91     https://code.google.com/p/googleappengine/issues/detail?id=8603
93 Version 1.9.3
94 =============
95 - Various internal bug fixes. No new features for Java SDK 1.9.3.
97 Version 1.9.2
98 =============
99 - We are pleased to announce the availability of Dedicated Memcache service
100   to our customers in the EU.
102 Version 1.9.1
103 =============
104 - The Performance Settings section of the Application settings page in the
105   Admin Console, Backends API and all backends related management tools are now
106   deprecated and will be removed in a future release. Users of Backends are
107   recommended to migrate to the App Engine Modules API, which provides a more
108   flexible implementation of the same functionality. These settings are now all
109   configurable via Modules configuration files.
110   See the Modules documentation for more information:
111   https://developers.google.com/appengine/docs/java/modules/#Java_Configuration
113 Version 1.9.0
114 =============
115 - Java 6 applications cannot be deployed to Google App Engine from any version
116   of the SDK. Existing Java 6 applications will continue to run. If you are
117   still relying on a Java 6 application in Google App Engine, we strongly
118   encourage you to start testing and deploying your app using Java 7. Java 7
119   has been certified by Oracle to be fully backwards compatible with Java 6,
120   as well as providing a number of benefits to developers. Java 7 applications
121   will be fully supported in future releases of the App Engine SDK.
122   If you absolutely need to continue to deploy Java 6 applications for
123   compatibility reasons, you can request that your application be whitelisted
124   for Java 6 deployment from http://goo.gl/ycffXq. As we review each whitelist
125   application by hand, please allow 10 working days for review, and note that
126   only billed applications that show a proven incompatibility will be
127   considered for exemption.
128 - Newly created App Engine applications now have a Google Cloud Storage bucket
129   created automatically as part of the same Google Cloud Project. For more
130   information please see:
131   https://developers.google.com/appengine/docs/java/googlecloudstorageclient/
132   activate#Using_the_default_Gcs_bucket
133 - Modules Service API and application management features are now GA.
134 - Removed deprecated ModulesService methods and exceptions:
135     getModulesAsync()
136     getVersionsAsync()
137     getDefaultVersionAsync()
138     getNumInstancesAsync()
139     getVersionHostnameAsync()
140     getInstanceHostnameAsync()
141     startModule() (replaced by startVersion)
142     startModuleAsync() (replaced by startVersionAsync)
143     stopModule() (replaced by stopVersion)
144     stopModuleAsync() (replaced by stopVersionAsync)
145     getModuleHostname() (replaced by getVersionHostname and getInstanceHostname)
146     getModuleHostnameAsync()
147     InvalidInstanceException
148     InvalidModuloeException
149     InvalidVersionException
150 - Moved ModulesService from package com.google.appengine.api.labs.modules to
151   package com.google.appengine.api.modules and from appengine-api-labs.jar to
152   appengine-api.jar.
153 - The following deprecated methods in com.google.appengine.api.log.LogQuery
154   will be removed in an upcoming release.
155     Builder.withModuleVersions(List<Pair<String, String>> moduleVersionIds)
156     Builder.withServerVersions(List<Pair<String, String>> serverVersionIds)
157     moduleVersions(List<Pair<String, String>> moduleVersions)
158     serverVersions(List<Pair<String, String>> serverVersions)
159     getModuleVersions()
160     getServerVersions()
161   To avoid breakage when these are removed please update your code as per the
162   javadocs and upload the updated version.
163 - MapReduce is now a Preview feature. Documentation and getting started guides
164   are now available on
165   https://developers.google.com/appengine/docs/java/dataprocessing/.
166 - The size limit on the Search API is now computed and enforced on a per-index
167   basis, rather than for the app as a whole. The per-index limit is now 10GB.
168   There is no fixed limit on the number of indexes, or on the total amount of
169   Search API storage an application may use.
170 - Users now have the ability to embed images in emails via the Content-Id
171   attachment header.
172     https://code.google.com/p/googleappengine/issues/detail?id=965
173     https://code.google.com/p/googleappengine/issues/detail?id=10503
174 - New App Engine Application Identifiers must now start with a letter,
175   in addition to the existing requirements that the identifier be 6-30
176   characters which are letters, numbers, and hyphens, and not start or end with
177   a hyphen.
179 Version 1.8.9
180 =============
181 - Renamed appcfg start to appcfg start_module_version and stop to
182   stop_module_version.
183 - The following methods are deprecated in the Modules API and will be removed
184   in an upcoming release:
185     getModulesAsync
186     getVersionsAsync
187     getDefaultVersionAsync
188     getNumInstancesAsync
189     getVersionHostnameAsync
190     getInstanceHostnameAsync
191     startModule (replaced by startVersion)
192     startModuleAsync (replaced by startVersionAsync)
193     stopModule (replaced by stopVersion)
194     stopModuleAsync (replaced by stopVersionAsync)
195     getModuleHostname (replaced by getVersionHostname and getInstanceHostname)
196     getModuleHostnameAsync
197 - The following exceptions have been deprecated in the Modules API and will be
198   removed in a following release:
199     InvalidInstanceException
200     InvalidModuloeException
201     InvalidVersionException
202 - The following exceptions have been removed in the Modules API:
203     ModuleAlreadyStartedException
204     ModuleAlreadyStoppedException
205 - Modules are now supported in the dev_appserver Development Console.
206 - Fixed an issue with ID allocation collisions in the Datastore.
207   https://code.google.com/p/googleappengine/issues/detail?id=10134
209 Version 1.8.8
210 =============
211 - Dedicated Memcache is now a GA feature. Our deprecation policy applies and
212   customers are encouraged to use this feature in production.
213 - Memcache API calls are tracked by a new metric that estimates resource usage,
214   Memcache Compute Units (MCU's).  There is a new quota bucket and
215   dashboard graph corresponding to the metric, as well as an option in the
216   memcache viewer to display top keys by MCU's.
217 - Fixed an issue with cloning apps not creating proper service account names.
218     https://code.google.com/p/googleappengine/issues/detail?id=10235
219 - Fixed an issue with users receiving errors when uploading large files to GCS.
220     https://code.google.com/p/googleappengine/issues/detail?id=10101
222 Version 1.8.7
223 =============
224 - Cloud Endpoints is now a GA feature.
225 - Memcache configuration changes and mutations (flush, set, etc.) made from the
226   Admin Console are now recorded in the admin console logs.
227 - The max_concurrent_requests setting is now configurable per version/module.
228     http://code.google.com/p/googleappengine/issues/detail?id=7927
229 - LogService API functions related to the modules feature will be changing.
230   The following functions will be deprecated and new versions will be provided:
231     LogQuery.getModuleVersions(), LogQuery.moduleVersions() and
232     LogQuery.Builder.withModuleVersions().
233   The following functions will be removed in a future release:
234     LogQuery.getModuleVersions(), LogQuery.moduleVersions(),
235     LogQuery.Builder.withModuleVersions(), LogQuery.getServerVersions(),
236     LogQuery.serverVersions() and LogQuery.Builder.withServerVersions().
237   Serialized LogQuery objects with values set using any of the above removed
238   methods will not be supported in a future release.
239 - Fixed an issue with Datastore not correctly validating namespaces with
240   greater than 500 characters.
241 - Fixed and issue with vacuum_indexes not working in the SDK.
242     https://code.google.com/p/googleappengine/issues/detail?id=10168
244 Version 1.8.6
245 =============
246 - GetAccessToken in the OAuth package is now a GA feature.
247 - The LogsService API functions related to the Modules feature will be
248   changing as follows:
249     The following functions will be deprecated and new versions will be
250     provided: LogQuery.getModuleVersions(), LogQuery.moduleVersions() and
251     LogQuery.Builder.withModuleVersions().
252     The following functions will be removed in an upcoming release:
253     LogQuery.getModuleVersions(), LogQuery.moduleVersions() and
254     LogQuery.Builder.withModuleVersions(), LogQuery.getServerVersions(),
255     LogQuery.serverVersions() and LogQuery.Builder.withServerVersions().
256     Serialized LogQuery objects with values set using any of the above removed
257     methods will not be supported in an upcoming release.
258 - A memcache size chart has been added to admin console's dashboard.  Access it
259   via the drop-down above the graph.  The chart graphs memcache size over time
260   enabling customers to determine when cache flush events occurred. This is a
261   preview feature.
262 - The Cloud Endpoints API @ApiSerializer has been renamed to @ApiTransformer
263   and the Serializer interface has been renamed to Transformer.
264   @ApiSerializationProperty has also been renamed to @ApiResourceProperty.
265 - If a customer passes invalid data to a memcache put() call, they now see a
266   more useful error message.
267     https://code.google.com/p/googleappengine/issues/detail?id=8671
268 - Fixed an issue with the SDK that allows an invalid Datastore query combination
269   of group by and filter properties.
270 - Fixed an issue affecting validation of the size of Datastore property names.
271 - Fixed an issue with Datastore query validation for strings with exactly 500
272   characters.
273     https://code.google.com/p/googleappengine/issues/detail?id=10019
275 Version 1.8.5
276 =============
277 - The Search API is now a GA feature.
278 - The Conversion API, a decommissioned feature, has been removed from the
279   runtime. Applications in production that import the API should be fixed as
280   soon as possible.
281 - Fixed an issue with the Admin Console Datastore Viewer throwing errors when
282   fetching UTF-8 kinds.
283     https://code.google.com/p/googleappengine/issues/detail?id=7570
284 - Fixed an issue where files that contain an '@' could not be deployed.
285 - Fixed an issue with the Datastore Admin not being able to backup to another
286   app.
287     https://code.google.com/p/googleappengine/issues/detail?id=9808
289 Version 1.8.4
290 =============
291 - A Datastore Admin fix in this release improves security by ensuring that
292   scheduled backups can now only be started by a cron or task queue task.
293   Administrators can still start a backup by going to the Datastore Admin
294   in the Admin Console.
295 - The Java SDK local datastore now defaults to an HRD-like consistency policy,
296   including eventually consistent global queries. For more information see
297   developers.google.com/appengine/docs/java/tools/devserver#Using_the_Datastore
298 - The Conversion API, a decommissioned feature, has been removed from the SDK.
299   In the next release, the API will be removed from the runtime and any
300   attempt to import the API will raise an exception. Applications in
301   production that import the API should be fixed as soon as possible.
302 - Fixed the implementation of the Cloud SQL JDBC driver for App Engine which
303   restricted the connection lifetime to the lifetime of the HTTP request.
304   This will unblock users who want to use long running connections (e.g. in
305   connection pools).
306 - Fixed bulkloader issue for Java caused by improper updates of the Java
307   Remote API handlers in a previous version of the runtimes.
308 - Fixed Eclipse plugin on the development server to eliminate complaints
309   about missing indexes when using equality filters.
310 - Fixed the issue with SASL provider registration that was impacting
311   developers' ability to connect to GMail via IMAP.
313 Version 1.8.3
314 =============
315 - Published a major rewrite of the Search API documentation. Please see:
316     https://developers.google.com/appengine/docs/java/search
317 - Interfacing into the Task Queue REST API no longer requires including "s~"
318   at the beginning of the project name.
319 - Fixed an issue with the Mail API, email addresses that contain encoded
320   newlines as specified in rfc2047 are now parsed correctly.
321 - Fixed an issue with ChannelService.sendMessage() failing when a client id has
322   3 or more dashes.
323 - Fixed an issue with the Channel API send_message function not working in the
324   SDK.
325 - Fixed an issue with the Local Channel service failing to properly validate
326   tokens.
327 - Fixed an issue with enabling cloud integration for existing apps.
328     https://code.google.com/p/googleappengine/issues/detail?id=9602
329 - Fixed an issue with the Datastore Admin UI failing to load due to the app
330   having too many kinds.
331     https://code.google.com/p/googleappengine/issues/detail?id=9749
333 Version 1.8.2
334 =============
335 - Dedicated memcache is now available to all developers. With
336   dedicated memcache you can purchase in-memory data caching capacity
337   exclusively for your application, cache more data and drive up cache hit
338   rates. This is a Preview feature. For more information please see:
339   https://developers.google.com/appengine/docs/adminconsole/memcache
340 - App Engine Modules is now available to all developers. App Engine Modules
341   allow developers to segment their applications into logical subcomponents.
342   This is a Preview feature. More information on this feature can be found
343   here:
344   https://developers.google.com/appengine/docs/java/modules/
345 - Fixed an issue with the Channel API's Javascript library; a memory leak
346   occurred when closing channels.
347     https://code.google.com/p/googleappengine/issues/detail?id=9283
348 - Fixed an issue with App Engine receiving erroneous XMPP presence from
349   Google Hangouts.
350     https://code.google.com/p/googleappengine/issues/detail?id=9498
352 Version 1.8.1
353 =============
354 - This SDK will be the last release that can deploy Java 6 apps. In 1.8.2,
355   the SDK will only be compiled with the Java 7 compiler and the only target
356   runtime will be Java 7.
357 - The Task Queue async API is now a GA feature. The asynchronous methods
358   improve utilization by allowing your app to add, lease and delete multiple
359   tasks in parallel.
360 - Cloud Console projects are now created by default whenever a new App Engine
361   app is created.  This is a Preview feature.
362 - In an upcoming release the Experimental Google Cloud Storage API Functions
363   will be decommissioned. This API and its Experimental status is documented at
364   the following link:
365   https://developers.google.com/appengine/docs/java/googlestorage/overview
366 - The Google Cloud Storage library will replace Google Cloud Storage API and is
367   now available as a Preview feature.  More information can be found at
368   https://code.google.com/p/appengine-gcs-client/
369 - Bandwidth between App Engine and Google Cloud Storage is currently free of
370   charge (this may change in the future for certain levels of service).
371 - The Search API has graduated from Experimental to Preview. Apps that have
372   billing enabled can exceed the free quota levels and will be charged for
373   usage above these levels.
374 - Estimated number of search results will only be accurate if it is less than
375   or equal to the number of results requested. By default this can be
376   overridden by setting number_found_accuracy QueryOption in the Search API.
377 - Dates, atoms, and number fields can now be found by searching without a field
378   restriction in the Search API.
379 - A quoted empty string now returns atom fields with empty values for the
380   Search API.
381 - Snippet and count functions are no longer allowed in sort expressions for the
382   Search API.
383 - The Search API now has improved error messages for user errors and internal
384   errors.
385 - The Datastore now assigns scattered auto ids by default. Legacy auto ids
386   are still available via the 'auto_id_policy' option in appengine-web.xml.
387 - The Sockets API now allows client code to call get/set options against
388   sockets. Previously, calls raised "Not Implemented" exceptions. When
389   java.net.Socket.get<option>() is called, a mock value is returned, calls to
390   set<option>() will be silently ignored.
391 - Fixed an issue with the namespace not being displayed when a user attempts
392   to select a namespace in the Admin Console.
393     https://code.google.com/p/googleappengine/issues/detail?id=8164
394 - Fixed an issue in the Admin Console Logs page to correctly display 'Until'
395   instead of 'Since' for logs search criteria.
396     https://code.google.com/p/googleappengine/issues/detail?id=8659
398 Version 1.8.0
399 =============
400 - The Mail API now allows attachments with .zip and .gzip extensions as long as
401   the archives do not contain entries with blacklisted extensions.
402   http://code.google.com/p/googleappengine/issues/detail?id=5933
403 - New Billing Enabled apps will no longer default to an email quota of 20,000
404   per day. Instead, apps will need to file a request through the admin console
405   to get email quotas increased.
406 - Admin console dashboard charts and reports for all users have been fully
407   migrated to the new, more reliable backend announced in 1.7.6.
408 - The maximum size of POST requests made through URLfetch has been increased
409   from 5MB to 10MB.
410 - Fixed an interaction issue between the Java MapReduce library and the Files
411   API which causes loss of data. If you are using the experimental Java
412   MapReduce library, we strongly encourage you to update to the latest version
413   of the library in the public svn:
414   https://code.google.com/p/appengine-mapreduce/source/checkout
415 - Fixed an issue with the Mail API to prevent sending mail from a Google Apps
416   mail account that has been suspended.
417     https://code.google.com/p/googleappengine/issues/detail?id=6181
418 - Fixed an issue that caused Full-Text Search to fail in the Java dev_appserver.
419     https://code.google.com/p/googleappengine/issues/detail?id=9088
420 - Fixed an issue with Java dev_appserver which caused the AdWords API to not
421   work.
422     https://code.google.com/p/googleappengine/issues/detail?id=9213
423 - Fixed an issue with the Java SDK jar file being too large for Windows 64.
424 - Fixed a JAXBPermission.setDatatypeConverter permission issue in Java7 runtime.
426 Version 1.7.7
427 =============
428 - The Sockets API, which allows applications to make outgoing TCP connections
429   and send/receive UDP packets to the Internet using both IPv4 and IPv6, is now
430   available as an experimental feature.
431 - The Java runtime now defaults to Java7. If you still need to use the Java6
432   runtime, please use the --use_java6 flag when deploying your app. We encourage
433   you to move to Java7 as soon as possible.
434 - Billing enabled apps will no longer be subject to a $2.10 minimum weekly
435   spend.  Instead, apps will only be charged for their actual usage.
436 - Fixed an issue where Datastore auto ids assigned by the scattered id
437   policy were too large to be represented as floating point numbers in the SDK.
438 - Fixed an issue with sort by doc_id not translating correctly causing
439   InvalidRequest errors in the Search API
440     https://code.google.com/p/googleappengine/issues/detail?id=8958
442 Version 1.7.6
443 =============
444 - Improvements to the App Engine billing system will be rolled out gradually to
445   all apps.
446 - The application summary no longer displays the default version of a running
447   application, instead it lists the application as 'RUNNING'. In an upcoming
448   release applications will have multiple logical sub components, each of which
449   will have a default version.  This UI update is meant to align with this
450   functionality.
451 - Projection queries are now a fully supported GA feature.
452 - The XMPP API now has multi-JID getPresence(). This provides the ability to get
453   the availability of multiple users.
454 - The Java dev_appserver now allocates automatic ids using the 'scattered' id
455   allocation policy by default. For more information, please see "Specifying the
456   Automatic ID Allocation Policy":
457   https://developers.google.com/appengine/docs/java/tools/devserver#Using_the_
458   Datastore
459 - Admin console dashboard charts and current load/errors reports will be moving
460   to a new, more reliable backend. The change will be gradually rolling to users
461   of admin console over the next few weeks.
462 - New Search API quotas are now displayed in the Admin Console. These quotas are
463   not currently enforced, but will be part of the pricing model for the Search
464   API in a future release.
465 - The experimental Search API's ability to explicitly sort search results by
466   SortExpression.RANK_FIELD_NAME (i.e. _order_id) field in ascending order has
467   been removed.
468 - Globally consistent indexes in the experimental Search API are now deprecated
469   and will be removed in the next release.
470 - Task Queue tasks may now be added and deleted asynchronously. This allows
471   applications to perform common task queue operations without blocking. This is
472   an experimental feature.
473 - Fixed an issue which caused an incorrect server error message when setting the
474   default version on the admin console, though the version was set correctly.
475 - Fixed an issue that caused java.security.AccessControlException when creating
476   a SOAP connection.
477 - Fixed an issue that caused NullPointerException in ListIndexesResponse
478     http://code.google.com/p/googleappengine/issues/detail?id=8359
479 - Fixed an issue that caused an incorrect log message when launching the Java
480   dev_appserver
481     https://code.google.com/p/googleappengine/issues/detail?id=8851
483 Version 1.7.5
484 =============
485 - New instance classes F4_1G and B4_1G are now available.  These instances have
486   compute capacity equal to F4/B4 but with a maximum of 1G RAM instead
487   of 512MB.
488 - The DataNucleus plugin has been upgraded to 2.1.2.
489 - The deprecated classes AddException, AddResponse, ListException,
490   ListIndexesException, ListIndexesRequest, ListIndexesResponse, ListRequest,
491   ListResponse, and RemoveException were removed from the Search API in the
492   SDK.  If your app references any of these classes, you must deploy a new
493   version without these references before the next release of App Engine.
494   If you do not do this, your app may stop working in production.
495 - The Conversion API, which was decommissioned last release, has been removed
496   from the SDK. In a future release, the API will be removed from the
497   runtime and applications that attempt to use it may stop working.
498   Applications in production that import the library should be fixed as soon as
499   possible.
500 - We are making Java 7 available as an experimental feature. We strongly
501   encourage local and production testing for all existing applications. For
502   more information, please visit:
503   http://developers.google.com/appengine/docs/java/java7
504 - The Channel API now has the ability to send channel messages from any app
505   version or backend regardless of where the channel was created.
506     http://code.google.com/p/googleappengine/issues/detail?id=5123
507 - The URL Fetch service now supports PATCH method requests.
508     http://code.google.com/p/googleappengine/issues/detail?id=6316
509 - The Mail API can now send mail bounce notifications to the app. The
510   notification will be delivered to /_ah/bounce if mail_bounce inbound
511   services are enabled.
512     http://code.google.com/p/googleappengine/issues/detail?id=7451
513 - The Blobstore service now returns the created filename instead of the blobKey
514   when using Cloud Storage
515     http://code.google.com/p/googleappengine/issues/detail?id=8337
516 - Fixed an issue with Datastore callback annotations not working when running
517   locally on Windows.
518     http://code.google.com/p/googleappengine/issues/detail?id=7208
520 Version 1.7.4
521 =============
522 - Traffic Splitting is now a GA feature.
523 - Task Queue Statistics is now a GA feature.
524 - Logs API now has the ability to fetch requests based on a list of
525   request_ids. Currently, this only works in production and is not supported
526   in dev_appserver.
527 - The SDK now includes an IDE-friendly zip with the source for the App Engine
528   APIs. The zip resides in <SDK_ROOT>/src/user.
529 - Additional support for Maven now exists through both Maven archetypes and a
530   Maven plugin. Documentation for the new Maven support can be found at
531   https://developers.google.com/appengine/docs/java/tools/maven
532 - DISTINCT for Datastore queries is now available as an experimental feature.
533 - The decommissioned Conversion API has been removed.
534 - Various JSP improvements
535     JSPs are now compiled together as opposed to one by one. This improves the
536     compilation process time.
537     JSP compiled classes are packaged in JAR files.
538     You can now avoid the upload of JSP source, which is typically not needed
539     at runtime. This can be done via the new --delete_jsps option in the
540     appcfg tool. By default, this option is not set.
541     You can now package all the WEB-INF/classes/* classes into jar files. This
542     can be done via the new --enable_jar_classes option in the appcfg tools. By
543     default, this option is not set.
544 - Users can now set how many columns can be viewed in the Datastore Viewer via
545   a drop-down menu which customizes the number of columns displayed.
546     http://code.google.com/p/googleappengine/issues/detail?id=8158
547 - Fixed an issue with BackendService.getCurrentInstance() returning thread ID
548   instead of integer instance ID in production.
549     http://code.google.com/p/googleappengine/issues/detail?id=8338
550 - Fixed an issue with Datastore Backup failing when a schema has a very large
551   number of properties.
552     http://code.google.com/p/googleappengine/issues/detail?id=8363
553 - Fixed an issue with users being unable to change Authentication Type after
554   app creation in the Admin Console.
555     http://code.google.com/p/googleappengine/issues/detail?id=8394
557 Version 1.7.3
558 =============
559 - We encourage you to try and test your application using Java 7 and the App
560   Engine SDK. Note that Java 7 is *not* a supported runtime.
561 - Java 7 Features that we encourage you to try in dev appserver:
562     Strings in switch
563     Binary integral literals and underscores in number literals
564     Multi-catch and more precise rethrow
565     Improved type inference for generic instance creation (diamond)
566     try-with-resources statement
567     Simplified varargs method invocation
568 - Java 7 features that are NOT supported:
569     All new Java 7 classes (the Google App Engine whitelist has not been
570     updated yet)
571     Method Handles
572     Invoke Dynamic bytecode
573 - InetAddress name resolution now displays UnknownHostException instead of a
574   runtime exception error when the host is unknown.
575 - Datastore Index stats now report type instead of representation-type.
576 - Class Loading Priority can now be granted to specific JAR files by adding
577   class-loader-config element in appengine-web.xml file. This is an
578   experimental feature.
579 - Queries with transactions are now fully checked for consistency in Remote
580   API.
581 - Global Consistent Indexes are now deprecated in the Search API.
582 - ListResponse<Document> listDocuments(ListRequest) has been deprecated and
583   replaced with GetResponse<Document> getRange(GetRequest) in the Search API.
584 - ListIndexesReponse listIndexes(ListIndexesRequest) has been deprecated and
585   replaced with GetResponse<Index> getIndexes(GetIndexesRequest) in the Search
586   API.
587 - getField(String) has been deprecated and aliased to getFields(String) in the
588   Search API.
589 - AddResponse Index.add() has been deprecated and renamed to PutResponse
590   Index.put() in the Search API.
591 - RemoveResponse Index.remove() has been deprecated and renamed to
592   DeleteReponse Index.delete() in the Search API.
593 - Users can now change authentication options after app creation
594     http://code.google.com/p/googleappengine/issues/detail?id=483
595 - Fixed an issue with Channel API breaking when using urlfetch service. This
596   issue was limited to the SDK.
597     http://code.google.com/p/googleappengine/issues/detail?id=8166
598 - Fixed an issue with ResponseRewriterFilter not being threadsafe when using
599   Remote API.
600     http://code.google.com/p/googleappengine/issues/detail?id=8167
602 Version 1.7.2
603 =============
604 - Paid applications can now upload Static files and Code > 1GB. Additional
605   storage will be billed at $0.13/GB per month.  Free applications will
606   continue to be provided 1GB of storage at no charge. Free quota will apply
607   per application.
608 - Thread support via com.google.appengine.api.ThreadManager is now a
609   GA feature.
610 - The Conversion API will be decommissioned soon. Developers using this API
611   will receive a warning message. Please find an alternative document
612   conversion/OCR service.
613 - You can now fetch Task Queue Statistics. This allows you to fetch
614   statistics and information about your task queue from within your
615   application. Statistics include information such as the number of tasks
616   in a queue, how many tasks were executed in the last minute and enforced
617   rate.  This is an experimental feature.
618 - Added Timezone selection widget in Admin Console Admin Logs.
619 - Added a warning message about caching when modifying or deleting entities
620   in the local Datastore.
621 - Added a flush cache button to the SDK dev console and Admin Console.
622 - Attempting to update multiple entity groups in a single transaction
623   in Datastore now throws an error suggesting to use XG transactions.
624 - Search API now has a string maximum length limit of 2000 characters.
625 - Added millisecond variants for setting start/end time on LogQuery class in
626   Logs Reader API.
627 - The local Datastore now enforces the 500 character maximum key length.
628 - Added SDK response header rewrite framework functionality to help with
629   response headers returned by users.
630 - We now allow a user with multiple google accounts the ability to create an
631   app if they are an SMS verified user.
632     http://code.google.com/p/googleappengine/issues/detail?id=1419
633 - A more useful error message now displays when a deployment fails
634   due to local date/time settings being improperly set.
635     http://code.google.com/p/googleappengine/issues/detail?id=2033
636 - Granted java.io.SerializablePermission for enableSubclassImplementation
637   and enableSubstitution.
638     http://code.google.com/p/googleappengine/issues/detail?id=2500
639 - Cron Descriptions may now include non-ASCII characters.
640     http://code.google.com/p/googleappengine/issues/detail?id=2641
641 - App Config Service Delete App Version Call Count quota raised to
642   10,000/day.
643     http://code.google.com/p/googleappengine/issues/detail?id=2808
644 - There are now more descriptive error messages for Datastore Admin
645   deadline exceeded errors in stack traces.
646     http://code.google.com/p/googleappengine/issues/detail?id=5413
647 - Replaced error code “Administrators cannot be removed right now”
648   with a more descriptive message.
649     http://code.google.com/p/googleappengine/issues/detail?id=7080
650 - Fixed an issue with namespace dropdown in Admin Console appearing blank
651   even though the URL specified namespace is correct.
652 - Fixed an issue with public-root not working with static content
653   in appengine-web.xml.
654 - Fixed an issue with SDK Datastore viewer not showing unindexed properties.
655 - Fixed an issue with ApiProxy.getCurrentEnvironment() not having
656   com.google.appengine.runtime.default_version_hostname
657 - Fixed an issue with mail service sendToAdmins() failing when using
658   multi-arg message constructor.
659 - Fixed an issue with Expires header in SDK to match production behavior.
660 - Fixed an issue with com.google.appengine.api.log.RequestLogs.getCombined()
661   not populating correctly in SDK.
662 - Fixed an issue with runtime failing to use scope with OAuth under certain
663   conditions.
664 - Fixed an issue with support for entities with large numbers of properties
665   in Admin Console Dataviewer where previously the page would fail to render.
666     http://code.google.com/p/googleappengine/issues/detail?id=937
667 - Fixed an issue with multi-line string property not editing correctly
668   in Dataviewer.
669     http://code.google.com/p/googleappengine/issues/detail?id=1725
670 - Fixed an issue with BigDecimal losing precision after Datastore
671   serialization.
672     http://code.google.com/p/googleappengine/issues/detail?id=1748
673 - Fixed an issue where the local Memcache service leaked memory.
674     http://code.google.com/p/googleappengine/issues/detail?id=2428
675 - Fixed an issue with HttpServlet.doOptions throwing SecurityException from
676   HttpServlet.getAllDeclaredMethods
677     http://code.google.com/p/googleappengine/issues/detail?id=2658
678 - Fixed an issue with Paging link in Datastore viewer not working with # or &
679     http://code.google.com/p/googleappengine/issues/detail?id=3591
680 - Fixed an issue with rounding errors when cropping with the local images
681   service.
682     http://code.google.com/p/googleappengine/issues/detail?id=3647
683 - Fixed an issue with Dataviewer GQL stripping new lines after initial run
684   when a user paginates results.
685     http://code.google.com/p/googleappengine/issues/detail?id=4246
686 - Fixed an issue where keeping a file open prevented the deletion in the local
687   Blostore service. This is a Windows only issue.
688     http://code.google.com/p/googleappengine/issues/detail?id=4744
689 - Fixed an issue with LocalServiceTestHelper throwing Multiple Triggers
690   error when used in task queue.
691     http://code.google.com/p/googleappengine/issues/detail?id=4893
692 - Fixed an issue with Admin Console stack trace error reporting in appcfg.
693     http://code.google.com/p/googleappengine/issues/detail?id=4920
694 - Fixed an issue with Datastore viewer showing incorrect result range text
695   on first page.
696     http://code.google.com/p/googleappengine/issues/detail?id=4975
697 - Fixed an issue with custom admin page display when logged into multiple
698   google accounts.
699     http://code.google.com/p/googleappengine/issues/detail?id=5117
700 - Fixed an issue with the inability to carry dynamic proxy objects
701   in session.
702     http://code.google.com/p/googleappengine/issues/detail?id=5299
703 - Fixed an issue with DeferredTaskServlet failing with custom context
704   classloader.
705     http://code.google.com/p/googleappengine/issues/detail?id=5451
706 - Fixed an issue with Admin Console Logs < 30 minutes not being
707   available.
708     http://code.google.com/p/googleappengine/issues/detail?id=5494
709 - Fixed an issue with apps that are using Mail API throwing
710   “No Provider for address type rfc822” error.
711     http://code.google.com/p/googleappengine/issues/detail?id=5769
712 - Fixed an issue with AppStats failing when enabled with Backend in SDK.
713     http://code.google.com/p/googleappengine/issues/detail?id=6071
714 - Fixed an issue with the SDK viewer not being able to view 1000+ entities.
715     http://code.google.com/p/googleappengine/issues/detail?id=6138
716 - Fixed an issue with Viewers being able to prohibit code downloads.
717     http://code.google.com/p/googleappengine/issues/detail?id=6255
718 - Fixed an issue with billing applications that are disabled.
719     http://code.google.com/p/googleappengine/issues/detail?id=6344
720 - Fixed an issue with deploying to an existing version when an app
721   has 10 versions.
722     http://code.google.com/p/googleappengine/issues/detail?id=6803
723 - Fixed an issue with Cron schedule failing on the 1st day of month.
724     http://code.google.com/p/googleappengine/issues/detail?id=7286
725 - Fixed issue with gzip compression for application/plist content type.
726     http://code.google.com/p/googleappengine/issues/detail?id=7641
727 - A note about an upcoming change: starting with the 1.7.3 release
728   of App Engine, data statistics will report statistics on property type
729   usage by indexes using the documented property type names ("Integer",
730   "Key", etc, see
731   https://developers.google.com/appengine/docs/python/datastore/stats)
732   rather than the current property representation names ("INT64",
733   "REFERENCE", etc, see http://goo.gl/db5dT). This will affect the
734   __Stat_PropertyType__, __Stat_PropertyType_Kind__,
735   __Stat_PropertyType_PropertyName_Kind__ and their per-namespace equivalents.
736   This will also affect the displayed "Breakdown by Property Type" under the
737   "Datastore Statistics" in your application's console.
739 Version 1.7.1
740 =============
741 - The URLFetch API now supports multiple cookie headers.
742     http://code.google.com/p/googleappengine/issues/detail?id=3379
743 - You can download 90 days worth of Usage Reports for your application from the
744   Billing History page of the Admin Console.
745 - Task Queue requests now include an X-AppEngine-TaskExecutionCount that counts
746   the number of times a task was run by an instance.
747 - Added support for delete() to the Files API.
748 - Added support for multiple files to be deleted using the Files API.
749 - Added support to delete files from Google Cloud Storage using the Files API.
750 - Added a REQUEST_LOG_ID to be written in the logs and as an
751   ApiProxy.Environment attribute. This can be used to later identifying that
752   request in the application logs.
753 - The Memcache Viewer now supports namespaces.
754     http://code.google.com/p/googleappengine/issues/detail?id=7245
755 - The Mail API now supports the following headers for outgoing mail: List-Id,
756   List-Unsubscribe, On-Behalf-Of, Resent-Date, Resent-From, Resent-To.
757     http://code.google.com/p/googleappengine/issues/detail?id=2559
758     http://code.google.com/p/googleappengine/issues/detail?id=7672
759 - Version 2 of the DataNucleus plugin has been upgraded and is now fully
760   supported. For a full list of improvements please see
761     http://code.google.com/p/datanucleus-appengine/source/browse/branches/2_1_0/dist/RELEASE_NOTES.ORM
762 - The Search API now supports default values for dates in SortExpressions.
763 - The .project and .classpath files are now included in the App Engine demos
764   so that they may be imported by Eclipse.
765 - Fixed an issue with the App Engine satisfaction survey in the Admin Console
766   which was released in 1.6.6, which will be re-enabled in this release.
767 - Fixed an issue where ListIndexes failed when trying to return a schema that
768   contained Geo fields.
769 - Fixed an issue with Search API websafe cursors not being returned as a
770   websafe value.
771 - Fixed an issue where Java's AsyncMemcacheServiceImpl was incorrectly throwing
772   MemcacheServiceException.
773     http://code.google.com/p/googleappengine/issues/detail?id=6236
774 - Fixed a Memcache error when getting HttpSession.
775     http://code.google.com/p/googleappengine/issues/detail?id=6463
776 - Fixed a search issue where snippets failed to highlight when a capital
777   letter is used in a search term.
778     http://code.google.com/p/googleappengine/issues/detail?id=7665
779 - Fixed an issue where JDO and JPA keys-only queries were being executed as
780   full entity queries in the datastore.
781     http://code.google.com/p/googleappengine/issues/detail?id=7712
782 - Fixed an issue where traffic splitting by cookie was not working.
783     http://code.google.com/p/googleappengine/issues/detail?id=7813
785 Version 1.7.0
786 =============
787 - You can now configure your custom domain to serve HTTPS requests with App
788   Engine. You can choose either an SNI, VIP, or SNI and VIP configuration. SNI
789   costs $9/month for 5 certificates. A VIP costs $99/month.
790     https://developers.google.com/appengine/docs/ssl
791 - Premier customers now have the option to create applications to be served from
792   datacenters located in the European Union.
793 - Developers can configure their HRD app to use Google's PageSpeed Service,
794   which automatically speeds up serving of content for your application. The
795   PageSpeed Service costs $0.39/gigabyte in addition to the normal App Engine
796   bandwidth charges.
797     https://developers.google.com/appengine/docs/adminconsole/performancesettings#pagespeed
798 - The Search API now contains support for storing and searching on GeoPoints.
799 - The total size of all application versions is now limited to 1 GB. In the
800   future, you'll be able to purchase additional storage for your application
801   code.
802 - Logs API calls are now $.12/gigabyte for all data read from the Logs API over
803   the first 100MB.
804 - You can now specify a time frame of up to 1 year for the retention of your
805   application logs. All storage above 1 GB is billed based on the prices for
806   logs storage.
807 - You can now specify HTTP headers on static content for your application.
808 - The HRD Blob Migration tool is now generally available.
809 - After using the datastore backup utility, you can now restore that backup
810   to a new app id.
811 - It will not be possible to create new authorizations for M/S applications to
812   access Cloud SQL instances.
813 - You can now delete a Google Cloud Storage object using delete() in the
814   Blobstore Service API.
815 - You can now fetch a Google Cloud Storage object using fetch() in the
816   Blobstore Service API.
817 - You can now store keys for a Google Cloud Storage object in the datastore.
818 - The BlobstoreService.createUploadUrl() call now works for Google Cloud Storage
819   buckets.
820 - You can now use ImageService.getServingUrl() and
821   ImageService.deleteServingUrl() for Google Cloud Storage objects.
822 - You can now specify your own Security Provider in Java.
823     http://code.google.com/p/googleappengine/issues/detail?id=1612
824 - The Java Datastore API now supports Or queries.
825 - We've increased various Search API limits. New limits are a maximum of 1000
826   documents returned from search() or listDocuments(), a maximum of 1000
827   indexes returned from listIndexes(), and a maximum offset of 1000 for search()
828   or listIndexes()
829 - Fixed a javascript syntax error in the Admin Console.
830     http://code.google.com/p/googleappengine/issues/detail?id=7566
831 - Fixed an issue in the Search API tab of the Admin Console where it threw an
832   error displaying non-ascii characters.
833     http://code.google.com/p/googleappengine/issues/detail?id=7601
835 Version 1.6.6
836 =============
837 - On May 8, 2012 we released an experimental Search API.
838     http://googleappengine.blogspot.com/2012/05/looking-for-search-find-it-on-google.html
839 - The Admin Console now displays the quotas for Search API Calls and Search
840   Stored Data.
841 - The Search API has deprecated the ListDocumentsException class. When using
842   this class you will see a compile-time warning.
843 - The Search API has deprecated the orderId attribute on the Document class. It
844   has been superseded by the rank attribute.
845 - The Search API has replaced AddDocumentResponse with AddResponse. This will
846   require fixing and redeploying applications that use Index.add().
847 - App creation for apps using the Master/Slave datastore is now restricted to
848   only those users who already own a Master/Slave app.
849 - Apps with billing enabled are now able to configure up to 100 cron jobs.
850 - Admin Console can no longer be included in an <iframe>.  To prevent
851   clickjacking attacks on the Admin Console, we are now setting
852   X-Frame-Options: SAMEORIGIN.  To read more about clickjacking, please read:
853   https://www.owasp.org/index.php/Clickjacking.
854 - The datastore now supports embedding entities as properties of other entities.
855 - The Admin Console will now periodically prompt administrators to take an
856   optional App Engine satisfaction survey.
857 - Appstats now contains information about the cost of the RPCs made during the
858   request.
859 - Fixed an issue where large datastore backups were unable to be deleted.
860 - Fixed an issue where datastore backups fail due to an ascii decoding issue.
861 - Fixed an issue where running a projection query on a multi-valued property
862   with an equality filter did not return any results.
863 - Fixed an issue where XG transactions did not work with the Remote API.
864     http://code.google.com/p/googleappengine/issues/detail?id=7238
866 Version 1.6.5
867 =============
868 - You can now perform datastore queries that return a subset of your entity
869   properties with the same performance and cost of a keys-only query. This
870   feature is experimental.
871 - In the High Replication Datastore, there is a new metadata kind,
872   __entity_group__, that has a numeric __version__ property. This property is
873   guaranteed to increase on every change to the entity group.
874 - The Images API now supports manipulating objects hosted on Google Cloud
875   Storage.
876 - In the Images API, the getServingUrl() call now optionally allows you to
877   specify if the URL you are generating should be served over https.
878 - In the Task Queue REST API, you can now specify a tag when you insert a task
879   on a Pull Queue.
880 - In the Task Queue API, you can specify a deadline for the leaseTasks() call.
881   The default deadline has been increased from 5 seconds to 10 seconds.
882 - You can now use cron to schedule Datastore backups.
883 - The Datastore Admin now has a page that displays information on the status of
884   your Datastore backups and restores.
885 - You can now abort your Datastore backup or restore from the Datastore Admin.
886 - You can now restore a single Datastore Kind from the Datastore Admin from a
887   Datastore backup.
888 - In the Admin Console, you can report production issues with your application
889   directly to Google from the application's pages. Simply click the "Report
890   Production Issues" link, fill out the requested information, and submit.
891 - All user requests have X-AppEngine-Region, X-AppEngine-City, and
892   X-AppEngine-CityLatLong headers which contain location information based on
893   the IP address of the client request. For a full description of these headers,
894   see:
895     https://developers.google.com/appengine/docs/java/runtime#Request_Headers
896 - As announced in 1.6.4, omitting the <threadsafe> directive from
897   appengine-web.xml results in an error.
899 Version 1.6.4
900 =============
901 - Billed applications that have specified additional logs retention over 1 GB
902   are now being charged for that storage at $0.24/GB/month (the first gigabyte
903   of logs storage is free). All logs beyond an application's specified storage
904   limit will be deleted. Please examine your Application Settings page to verify
905   you are retaining the desired amount of logs.
906 - Datastore statistics now show the amount of storage used by application
907   indexes.
908 - We have released an experimental utility for migrating your application's
909   blobs at the same time you migrate your datastore data. You can opt-in to
910   blob migration in the Admin Console when you start your migration.
911 - We have updated the experimental Backup/Restore functionality to include
912   the option to backup and restore to Google Storage for Developers.
913 - Version 2.0 of the App Engine DataNucleus plugin is now available as an
914   experimental release. This plugin contains support for JDO 3 and JPA 2 and
915   over 40 bug fixes. For a full list see:
916     http://code.google.com/p/datanucleus-appengine/source/browse/branches/2_0_0/dist/RELEASE_NOTES.ORM
917 - Threads are available as an experimental feature via
918   com.google.appengine.api.ThreadManager.
919 - The Admin Console now provides a Memcache viewer that lists Memcache stats and
920   can display Memcache content based on key.
921 - Using the blobstoreService.serve method, your application can serve objects
922   hosted on Google Cloud Storage.
923 - The method ApiProxy.getRemainingMillis() returns the amount of milliseconds
924   remaining before a request hits the request deadline.
925 - New datastore query related callbacks - PreGet(), PreQuery(), and PostLoad()
926   are now available.
927 - Omitting the <threadsafe> directive from appengine-web.xml now results in
928   a warning. Starting with the 1.6.5 release, omitting this directive will
929   result in an error.
930 - You can set an RPC deadline for the Task Queue API's leaseTasks() method.
931 - The Datastore Admin tab in the Admin Console now shows entities from every
932   namespace.
933     http://code.google.com/p/googleappengine/issues/detail?id=3962
934 - GQL queries in the Admin Console no longer throw an error when a trailing
935   semi-colon is included.
936 - Fixed an issue where setting ApiProxy delegate caused ClassCastException in
937   unit test teardown.
938     http://code.google.com/p/googleappengine/issues/detail?id=4442
939 - Fixed an issue where <async-session-persistence> did not work.
940     http://code.google.com/p/googleappengine/issues/detail?id=5774
941 - The Datastore Admin now shows entities from every namespace.
942     http://code.google.com/p/googleappengine/issues/detail?id=3962
943 - Fixed an issue in the Java Development Server where Task Queue retry
944   parameters were ignored.
945     http://code.google.com/p/googleappengine/issues/detail?id=5200
946 - Fixed an issue in the Java Pipeline API
947   (http://code.google.com/p/appengine-pipeline/) that would lead to "No object
948   found in pool with id=barrier(...)" errors when used in HRD applications.
951 Version 1.6.3
952 =============
953 - In the Admin Console, you can use the new Traffic Splitting feature to send a
954   certain percentage of traffic to a non-default application version. The
955   traffic is split by either cookie or IP address.
956 - Emails that are sent from Google Apps domains email addresses where the domain
957   has been set up to use DKIM will be signed: when an email was from a request
958   that originated on that app's domain or any time the email was sent from
959   an app adminstrator, including when that email is sent from a cron job or task
960   queue request.
961 - In the Admin Console, you can now choose how much and how long you'd like to
962   store logs.  All apps get 1G for free and eventually will be able to pay for
963   more, while the amount can be increased this release we won't start charging
964   for the additional capacity until the next release at the earliest.
965 - The instances screen in the Admin Console now has a button to shut down
966   a specific instance.
967 - Each application log has a link to the instance that served the request. If
968   the instance is no longer serving requests, a message will be displayed.
969 - The TaskQueue API now supports the ability to tag a Pull Queue task. You may
970   then lease tasks by tag. This feature is experimental.
971 - Using Google Apps wildcard domain mappings, you can access alternate
972   versions of your app via a custom domain.
973 - Push and Pull Queues are now listed separately in the SDK development console.
974 - The PermGen size for  backend and frontend instances classes has been
975   increased. The values are as follows: F1/B1 - 44MB, F2/B2 - 108MB,
976   F4/B4 - 236MB, B8 - 492.
977 - The DataNucleus Enhancer command line tool
978   (com.google.appengine.tools.enhancer.Enhance) now supports the
979   -enhancerVersion flag, which allow you to specify the version of DataNucleus
980   with which to enhance your JDO/JPA classes.
981 - The dev appserver command line now supports the --generated_dir flag, which
982   allows you to specify a directory in which to write files generated by the
983   SDK.
984 - Fixed a StackOverflowError when using the Remote API.
985     http://code.google.com/p/googleappengine/issues/detail?id=6349
987 Version 1.6.2
988 =============
989 - The Admin Console Datastore Admin has added experimental backup and restore
990   functionality. The job occurs within your application and counts against your
991   application quota, including Instance Hours, Datastore Ops and Datastore
992   Storage.
993 - Developers can now specify how long a channel token will last until it
994   expires, with the default remaining two hours. Channel API quota is now
995   measured both in calls to create a channel and the number of hours of channel
996   time requested. The maximum hours of quota is the maximum number of channel
997   creation calls * 2, so free apps get 200 hours of requested channel token
998   time.
999 - Task Queue API requests now include a X-Appengine-TaskETA header, that can be
1000   used to measure task delivery latency.
1001 - We have removed the deprecated labs version of the TaskQueue API.
1002 - The default API deadlines for Blobstore API calls have been raised to 15s for
1003   online and 30s for offline requests, up from 5s.
1004 - The Images API now allows you to stretch an image without maintaining the
1005   aspect ratio.
1006     http://code.google.com/p/googleappengine/issues/detail?id=2220
1007 - Mail Quota for App Engine apps that have signed up for billing will only be
1008   increased after the first payment for the app is processed.
1009 - Fixed an issue where the SDK did not resize images down to 512 pixels by
1010   default, as it does in production.
1011 - Fixed an issue with the Images API where valid images were returning a
1012   NotImageError.
1013     http://code.google.com/p/googleappengine/issues/detail?id=5545
1015 Version 1.6.1
1016 =============
1017 - You can now configure Frontend Instance Classes from your Admin Console's
1018   application settings page. Three classes are available, with increasing
1019   memory, CPU limits, and associated cost. By default, all applications use the
1020   basic frontend instance setting of 128MB memory and 600MHz CPU.
1021 - We've added new functionality to the Log API that will allow you to read your
1022   application's logs programmatically.
1023 - We are releasing an experimental Conversion API that will allow you to convert
1024   between document types including .doc, .html, .pdf, images using OCR, and
1025   more.
1026 - The High Replication Datastore migration utility is now available as a GA
1027   feature, and is no longer experimental.
1028 - The dev appserver now emits a warning when loading any classes that fall under
1029   com.google.appengine.repackaged.*.
1030 - Version 2.0.0 of the DataNucleus App Engine plugin is available as an
1031   experimental download from http://goo.gl/kyQiO. This release
1032   adds support for JPA2 and JDO3. Installation instructions are available at
1033   http://goo.gl/ELBL4.
1034 - The Blobstore API now supports the multiple="true" attribute to the HTML input
1035   tag.
1036 - TaskOptions.Param now implements Serializable.
1037     http://code.google.com/p/googleappengine/issues/detail?id=3712
1038 - Fixed an issue in the SDK where logging "null" caused a 500 error.
1039 - Fixed an issue with backends where SessionManager might try to save a session
1040   forever under certain circumstances.
1041 - Fixed an issue where cached static files served to IPs on the DoS blacklist
1042   consumed bandwidth quota.
1043     http://code.google.com/p/googleappengine/issues/detail?id=4607
1045 Version 1.6.0
1046 =============
1047 - On November 7th, App Engine will be out of Preview. The new Terms of Service
1048   and previously announced pricing changes will be in effect. Additionally, all
1049   paid apps are now covered by our SLA.
1050     http://code.google.com/appengine/docs/billing.html
1051 - Paid apps can now specify the maximum pending latency for instances and the
1052   minimum number of idle instances for your application in the Admin Console.
1053 - Task Queue storage has been separated in to its own line item. Previously,
1054   this was included in Datastore storage.
1055 - We have released an experimental utility, available in the Admin Console, to
1056   assist in migrating your application to the High Replication datastore. This
1057   utility allows you to copy the bulk of your data in the background, while the
1058   source application is still serving. You then need a brief read-only period to
1059   migrate your application data while you copy the data that has changed from
1060   the time the original copy started.
1061 - Blobstore, which was previously limited to apps with billing enabled, is now
1062   available for all apps.
1063 - We have published a new article on Datastore Index Selection and Advanced
1064   Search which explains our recent improvements to the query planner that make
1065   exploding indexes unnecessary.
1066     http://code.google.com/appengine/articles/indexselection.html
1067 - Applications can now receive xmpp error stanzas at /_ah/xmpp/error.
1068 - In the Admin Console data viewer, you can now filter by namespace from a drop
1069   down menu, if applicable.
1070 - In the Admin Console's Datastore Statistics, we now offer namespace suggest
1071   for filtering stats.
1072 - Added API functionality for making calls to the Memcache API asynchronously.
1073 - In the Memcache API, getIdentifiable() and putIfUntouched() now support
1074   batch operations.
1075 - We've added a page, /_ah/admin/capabilitiesstatus, to the dev console that
1076   allows you to configure the capability state of the local API implementations
1077   when running locally.
1078 - We've added LocalCapabilitiesServiceTestConfig to the testing API, which
1079   allows you to configure the capability state of the local API implementations
1080   in your tests.
1081 - The Datastore API now supports callbacks that can execute before or after
1082   put() and delete() calls.
1083 - The queue-name argument is now optional for async-session-persistence in
1084   appengine-web.xml.
1085 - Fixed a ClassNotFound error when using async-session-persistence.
1086     http://code.google.com/p/googleappengine/issues/detail?id=5774
1087 - Fixed an issue with memcache serialization when using a entity key with a name
1088   that points to the same reference as the key's parent.
1089     http://code.google.com/p/googleappengine/issues/detail?id=2088
1090 - Fixed an issue where DoS stats in the Admin Console didn't work for High
1091   Replication apps.
1092     http://code.google.com/p/googleappengine/issues/detail?id=5237
1093 - WARNING: Starting with 1.6.1 (our next release, NOT this release), URLFetch
1094   requests will honor the Accept-Encoding header. If your code sets this header
1095   then it must be prepared to receive content of the specified type. For more
1096   information please see
1097     http://code.google.com/p/googleappengine/issues/detail?id=4978
1099 Version 1.5.5
1100 =============
1101 - We have increased the number of files you can upload with your application to
1102   from 3,000 to 10,000.
1103 - We have increased the size limit for a single file uploaded to App Engine from
1104   10MB to 32MB.
1105 - We have increased the Frontend request deadline from 30 seconds to 60 seconds.
1106 - We have increased the online URLFetch maximum deadline from 10 seconds to 60
1107   seconds. The default deadline remains at 10 seconds. The offline maximum deadline
1108   for URLFetch remains at 10 minutes.
1109 - We have increased the URLFetch Post payload from 1MB to 5MB.
1110 - App Engine now supports Cross Group (XG) transactions with the High
1111   Replication Datastore, which allow you to perform transactions across multiple
1112   entity groups.
1113     http://code.google.com/appengine/docs/java/datastore/transactions.html
1114 - We have added a graph to the admin console that displays the number of
1115   instances for which you will be billed.
1116 - In the XMPP API, getPresence() is deprecated in favor of using the inbound
1117   presence handlers documented in
1118   http://code.google.com/appengine/docs/java/xmpp/overview.html#Handling_User_Presence.
1119 - Fixed an issue in the Admin Console where the "Run Now" button did not work
1120   for tasks with a '-' in the name.
1121 - Fixed an issue to provide a better error message when a user tries to parse an
1122   HttpRequest's input stream more than once in a request.
1123 - Fixed an issue to provide a better error message when using the Mail API to
1124   send email to an invalid user address.
1125 - Fixed an issue in the SDK where HttpServletRequest.getInputStream().read()
1126   always returned -1.
1127     http://code.google.com/p/googleappengine/issues/detail?id=5396
1128 - Fixed an issue where you could not schedule a cron job to run every 100
1129   minutes.
1130     http://code.google.com/p/googleappengine/issues/detail?id=5861
1132 Version 1.5.4
1133 =============
1134 - You can now specify the maximum size for a blob in
1135   BlobstoreService.createUploadUrl().
1136 - Zigzag merge join queries will now continue scanning up to the 30 second
1137   Datastore query deadline. For zigzag queries that used to generate
1138   DatastoreNeedIndexException, many will now succeed. A small percentage will
1139   now instead timeout.
1140 - The SDK datastore viewer in the dev console now displays the number of "Write
1141   Ops" for each entity. "Write Ops" are the total number of entity and index
1142   writes that were required to create the entity.
1143 - The Prospective Search API is available in Java for all applications. This API
1144   is still experimental, so applications will be limited to a maximum of 1000
1145   subscriptions.
1146 - We made a classloading improvement that we expect to help loading request
1147   latencies for projects with large numbers of jars.
1148 - Added support for the set_default_version flag to Appcfg.
1149 - The Java Remote API now recognizes the HTTP_X_APPENGINE_INBOUND_APPID. This
1150   means that the Datastore Admin copy functionality will work when using
1151   Java's Remote API with the destination app.
1152 - Fixed an issue that incorrectly allowed creation of tasks with whitespace in
1153   the url.
1154 - Fixed the error message for "transaction not found" to be more descriptive.
1155 - Fixed an issue with the dev appserver's local Blobstore implementation trying
1156   to modify an immutable collection.
1157     http://code.google.com/p/googleappengine/issues/detail?id=3081
1158 - Fixed an SDK issue where CONFIG, FINE, FINER, FINEST logging messages were not
1159   displayed.
1160     http://code.google.com/p/googleappengine/issues/detail?id=4591
1163 Version 1.5.3
1164 =============
1165 - We've removed the limit on the size of blob uploads using the Blobstore API.
1166 - You can now send emails with any attachment extension that is not included on
1167   the email attachment extension blacklist.
1168 - Added a getIndexes() method to the DatastoreService to retrieve an
1169   application's indexes and their corresponding states.
1170 - The development server has been updated to understand the reduced index
1171   requirements of the 1.5.2 datastore query planner changes.
1172 - The Datastore Admin functionality can now be enabled directly in the Admin
1173   Console.
1174 - You can now use Remote API to access the services of one App Engine
1175   application from a different App Engine application.
1176 - The Java Testing APIs now default to UTC if no timezone is specified.
1177 - AppCfg now supports download_app, which will download all files that were
1178   uploaded from your war directory.
1179 - AppCfg now supports the -V (version) and -A (application) flags.
1180 - Added app_identity api with methods to work with service accounts for
1181   asserting identity on outbound HTTP calls.
1182     http://code.google.com/appengine/docs/java/appidentity/overview.html
1183 - Added an improved HRD migration tool that requires a read-only period relative
1184   to your datastore write rate (as opposed to your datastore size, which is how
1185   the current version behaves). The tool is not yet generally available.  If you
1186   are interested in being an early adopter please fill out this form:
1187   http://goo.gl/3jrXu
1188 - Fixed an issue in the Channel API where jsapi was not served with the correct
1189   mime type.
1190 - Fixed an issue where blobs could not be uploaded using HTTPS.
1191 - Fixed an issue where GQL didn't allow querying for valid kind names
1192   containing '.', '-', and ':' by supporting quoted identifiers.
1193     http://code.google.com/p/googleappengine/issues/detail?id=2584
1195 Version 1.5.2
1196 =============
1197 - You can now specify the minimum pending latency for instances and the maximum
1198   number of idle instances for your application in the Admin Console.
1199 - The datastore now never requires an exploding index.
1200     http://code.google.com/appengine/docs/python/datastore/queries.html#Big_Entities_and_Exploding_Indexes
1201 - The SDK will now never suggest indexes with the same property repeated, as
1202   such indexes are likely to be exploding indexes.
1203 - Datastore stats are now available on a per-namespace basis.
1204 - The queue details page in the Admin Console now contains request header
1205   details, previous run information, and a task payload viewer.
1206 - You can modify the lease on a task leased from a pull queue using the
1207   modifyTaskLease() method.
1208 - Pull Task maximum size has been increased to 1MB.
1209 - You can now update the number of available backend instances without needing
1210   to first stop the backend using the "backend configure" appcfg directive.
1211 - You can now set the "References" and "In-Reply-To" headers with the Mail API.
1212     http://code.google.com/p/googleappengine/issues/detail?id=2802
1213 - The whitelist has been updated to include support for JSR 105.
1214 - When the SDK throws a DatastoreNeedIndexException for a missing index
1215   definition, the exception can now be caught.
1217 Version 1.5.1
1218 =============
1219 - The development server's datastore and testing service implementations now
1220   contains logic that closely replicates the consistency guarantees of the High
1221   Replication datastore. To use, run the dev_appserver with the flag
1222   -Ddatastore.default_high_rep_job_policy_unapplied_job_pct=20.
1223 - All user request have an X-AppEngine-Country header which contains the
1224   ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
1225   client request.
1226 - The Channel API can now provide user presence, this can be configured by
1227   adding channel_presence to the list of inbound services for your application.
1228 - The Images API now supports the WebP format.
1229 - You can switch the timezone for App Engine logs in the Admin Console.
1230   http://code.google.com/p/googleappengine/issues/detail?id=734
1231 - Added javax.xml.ws.Service$Mode to the whitelist.
1232   http://code.google.com/p/googleappengine/issues/detail?id=4770
1233 - You can configure your application to asynchronously write https session data
1234   by adding <async-session-persistence enabled="true"/> to your
1235   appengine-web.xml.
1236   http://code.google.com/p/googleappengine/issues/detail?id=1692
1237 - The local task queue unit testing API now supports Deferred Tasks.
1238 - Fixed an issue where using reserved URLs did not cause an error in the SDK.
1239 - Fixed an issue where having a backends.xml configuration file caused logging
1240   to stdout to fail in the SDK.
1241 - Fixed an issue where the Channel API didn't work with non-default versions of
1242   applications using the High Replication datastore.
1243 - Fixed an issue where the Remote API rtok comparison was broken for some users,
1244   causing appfcg download data to fail.
1245 - Fixed an issue with the SDK where you could not apply a transform to PNG
1246   images.
1247   http://code.google.com/p/googleappengine/issues/detail?id=3458
1248 - When displaying corrupt data in the Admin Console dataviewer, a useful error
1249   will be displayed, instead of a 500.
1250   http://code.google.com/p/googleappengine/issues/detail?id=4945
1251 - Fixed an issue with the SDK where non-string index names caused an error upon
1252   upload.
1253   http://code.google.com/p/googleappengine/issues/detail?id=5004
1254 - Datanucleus now supports polymorphic relationships.
1255   http://code.google.com/p/datanucleus-appengine/issues/detail?id=153
1256 - Datanucleus now supports PreparedQuery#countEntities(FetchOptions).
1257   http://code.google.com/p/datanucleus-appengine/issues/detail?id=225
1258 - Fixed an issue with datanucleus where recursive relation did not work.
1259   http://code.google.com/p/datanucleus-appengine/issues/detail?id=80
1261 Version 1.5.0.1
1262 ===============
1263 - Fixed a bug that caused appengine-jsr107cache-1.5.0.jar to be empty.
1265 Version 1.5.0
1266 =============
1267 - Support for Backends which allow developers to create infrastructure
1268   components that complement the existing dynamic apps that App Engine already
1269   provides. Instances of a backend can maintain state, be addressed
1270   individually, and are not subject to per-request time limits. They can also be
1271   configured to consume more memory and CPU than ordinary dynamic instances.
1272 - Task Queues support pull mode, allowing for more control over task queue work
1273   rates. To use pull queues, include the 'mode' element in your queue.xml.
1274 - Pull queues are supported by a REST API, allowing access from outside App
1275   Engine. To use the REST API, you must also include a valid ACL section
1276   specifying which users can lease tasks from the pull queue.
1277 - Task Queue payload limits have been increased. Queues support 100KB per task.
1278   Within App Engine, the new limit is 32 MB per batch of tasks. With the REST
1279   API the limit is 1 MB per batch.
1280 - HTTP request and response sizes have been increased to 32 MB.
1281 - We have removed the rate quotas for requests, datastore operations,
1282   memcache operations, and image API operations. Resource quotas still apply.
1283 - When creating new applications, developers will now see the High Replication
1284   Datastore as the default configuration option.  Developers that still wish to
1285   use the Master/Slave configuration must explicitly choose this option at
1286   application creation time.
1287 - The Task Queue maximum configurable processing rate has been increased to
1288   500/s.
1289 - Modified Dashboard latency graphs to indicate they only include dynamic
1290   requests.
1291 - We have added two restrictions to the Mail API to improve the reliability
1292   of the service for all applications.
1293   - Emails must be sent from email accounts managed by Google (either Gmail or
1294     a domain signed up for Google Apps).
1295   - Reduced the number of free recipients per day from 2000 to 100 for new
1296     applications.
1297 - Fixed an issue where the Javadoc for the File API was not generated.
1298 - Fixed an issue where the API Deadlines were not being enforced in the SDK.
1299 - Fixed an issue with Federated Users causing the Admin Console dataviewer to
1300   fail.
1301     http://code.google.com/p/googleappengine/issues/detail?id=384
1302 - Fixed an issue causing SDK URL Fetch not to work behind proxy.
1303     http://code.google.com/p/googleappengine/issues/detail?id=544
1304 - Fixed an issue deploying an app with version set to 0.
1305     http://code.google.com/p/googleappengine/issues/detail?id=735
1306 - Improved support for reserving an app id that is a canonicalized version of
1307   a user's Gmail address.
1308     http://code.google.com/p/googleappengine/issues/detail?id=1196
1309 - Added a more useful error message for unavailable App Ids.
1310     http://code.google.com/p/googleappengine/issues/detail?id=1303
1311 - Added clearer error messaging for invalid transactions in the SDK.
1312     http://code.google.com/p/googleappengine/issues/detail?id=1357
1313 - Added better error messages for cron.xml parsing.
1314     http://code.google.com/p/googleappengine/issues/detail?id=1490
1315 - Entity constructors are now consistent with KeyFactory constructors.
1316     http://code.google.com/p/googleappengine/issues/detail?id=1626
1317 - Task Queue names can now include the "_" character.
1318     http://code.google.com/p/googleappengine/issues/detail?id=1723
1319 - The sender of an email is no longer BCC'd when they are already included in
1320   the email.
1321     http://code.google.com/p/googleappengine/issues/detail?id=1907
1322 - Added a more helpful error message when trying to send email to a malformed
1323   address.
1324     http://code.google.com/p/googleappengine/issues/detail?id=2386
1325 - The SDK now returns an error if the Content-length header is not included in a
1326   post request, matching production.
1327     http://code.google.com/p/googleappengine/issues/detail?id=2512
1328 - Fixed an issue where the wrong type of error was being thrown on HTTP request
1329   timeout.
1330     http://code.google.com/p/googleappengine/issues/detail?id=2464
1331 - Fixed an issue where the Admin Console didn't keep the app version viewed
1332   consistent across actions.
1333     http://code.google.com/p/googleappengine/issues/detail?id=4023
1334 - Added Javadocs for TaskOptions.taskName().
1335     http://code.google.com/p/googleappengine/issues/detail?id=4316
1336 - Fixed a typo in the Admin Console on the New App page.
1337     http://code.google.com/p/googleappengine/issues/detail?id=4620
1338 - Fixed an issue where sending mail from an app registered on the HR datastore
1339   required the app id be prefaced with s~.
1340     http://code.google.com/p/googleappengine/issues/detail?id=4671
1341 - Fixed an issue where HTTP POST was broken in the SDK if the Content-Length
1342   header was specified.
1343     http://code.google.com/p/googleappengine/issues/detail?id=4836
1345 Version 1.4.3
1346 =============
1347 - Added FileService API that allows writing to and reading from files in
1348   blobstore.
1349 - You can now specify cron execution for a time interval between a start and end
1350   time.
1351 - You can now configure the specific application version to which a task queue
1352   or cron job will send requests.
1353 - The Admin Console Task Queues page now displays a more accurate estimate of
1354   queue size for queues containing more than 2000 tasks.
1355 - Java applications can enable concurrent request support by setting
1356   <threadsafe> to True in their appengine-web.xml. This flag indicates that
1357   request handlers for your app are thread safe and multiple request handlers
1358   may safely run at the same time in the same memory space for your application.
1359 - Deferred library support now available in Java.
1360     http://code.google.com/p/googleappengine/issues/detail?id=2381
1361 - Remote API library now available in Java. This can be used in conjunction with
1362   apps using either the Java or the Python runtime.
1363 - The Java SDK now supports kindless and ancestor only queries.
1364 - Fixed an issue where JAX-WS clients in the SDK could not handle receiving a
1365   SOAP fault.
1366 - Fixed an issue where the SDK did not support fetching HTTPS URLs.
1367 - Fixed an issue where no link was displayed in the Admin Console blobstore
1368   viewer for an unnamed blob.
1369 - Fixed an issue where the Admin Console data viewer couldn't edit entities
1370   with ByteString properties.
1371     http://code.google.com/p/googleappengine/issues/detail?id=2367
1372 - Fixed an issue where the Admin Console crashed when using a non-ascii
1373   key_name.
1374     http://code.google.com/p/googleappengine/issues/detail?id=2451
1375 - The Disable Application admin function has been button-ized.
1376     http://code.google.com/p/googleappengine/issues/detail?id=4323
1377 - Fixed a regex validation issue in the queue.xml file that caused some uploads
1378   to break.
1379     http://code.google.com/p/googleappengine/issues/detail?id=4365
1380 - Fixed an issue where the Java SDK Task Queue did not support 10 minute
1381   timeouts.
1382     http://code.google.com/p/googleappengine/issues/detail?id=4564
1383 - Fixed an issue where the Channel API in the SDK didn't properly send messages
1384   with unicode characters.
1385     http://code.google.com/p/googleappengine/issues/detail?id=4675
1387 Version 1.4.2
1388 =============
1389 - You can now vacuum datastore indexes with the Java SDK.
1390 - The XMPP API was updated to include presence and allow subscriptions.
1391 - The Task Queue now supports programmatic deleting of tasks.
1392     http://code.google.com/p/googleappengine/issues/detail?id=2588
1393 - The maximum rate per queue at which tasks are processed has been increased to
1394   100 task per second.
1395 - The maximum number of concurrent requests for a single queue can be specified
1396   in the application's queue.xml. This provides an additional easy-to-use form
1397   of rate limiting. The current number of running tasks is also displayed in
1398   the Admin Console.
1399 - Metadata queries in the Datastore now support cursors.
1400 - Admin Console logs viewer now displays time as YYYY-MM-DD HH:MM:SS.mmm.
1401 - The Mail API added KML and KMZ files as allowed attachments.
1402 - Added support for verifying the server SSL certificate when making a
1403   URLFetch request to an HTTPS URL. This will become the default in a future
1404   release.
1405 - Added a warning when an admin tries to upload a queue.yaml where the number
1406   of new queues and the number of disabled queues exceeds 100.
1407 - Added a putIfUntouched() method to the Memcache API.
1408     http://code.google.com/p/googleappengine/issues/detail?id=2139
1409 - Added JAX-WS support for writing SOAP clients and SAAJ support for writing
1410   SOAP servers. JAX-WS for SOAP servers is not yet supported.
1411 - Fixed an issue where mail from @appid.appspotmail.com did not work when
1412   sending mail to app admins.
1413 - Fixed an issue where the SDK did not enforce the 100 task limit for the Task
1414   Queue.
1415     http://code.google.com/p/googleappengine/issues/detail?id=3296
1416 - Fixed an issue where the Java SDK URLFetch did not support 32MB response
1417   sizes.
1418     http://code.google.com/p/googleappengine/issues/detail?id=4215
1419 - Fixed an issues where <jsp-file> mappings in web.xml were broken.
1420     http://code.google.com/p/googleappengine/issues/detail?id=4216
1422 Version 1.4.1
1423 =============
1424 There were no updates to the Java SDK for the 1.4.1 App Engine release.
1426 Version 1.4.0
1427 =============
1428 - The Always On feature allows applications to pay and keep 3 instances of their
1429   application always running, which can significantly reduce application
1430   latency.
1431 - Developers can now enable Warmup Requests. By specifying  a handler in an
1432   app's appengine-web.xml, App Engine will attempt to send a Warmup Request to
1433   initialize new instances before a user interacts with it. This can reduce the
1434   latency an end-user sees for initializing your application.
1435 - The Channel API is now available for all users.
1436 - Task Queue has been officially released, and is no longer an experimental
1437   feature. The API import paths that use 'labs' have been deprecated. Task queue
1438   storage will count towards an application's overall storage quota, and will
1439   thus be charged for.
1440 - The deadline for Task Queue and Cron requests has been raised to 10 minutes.
1441   Datastore and API deadlines within those requests remain unchanged.
1442 - For the Task Queue, developers can specify task retry-parameters in their
1443   queue.xml.
1444 - Apps that have enabled billing are allowed up to 100 queues with the Task
1445   Queue API.
1446 - Metadata Queries on the datastore for datastore kinds, namespaces, and entity
1447   properties are available.
1448 - URL Fetch allowed response size has been increased, up to 32 MB. Request size
1449   is still limited to 1 MB.
1450 - The request and response sizes for the Images API have been increased to
1451   32 MB.
1452 - The total size of Memcache batch operations is increased to 32 MB. The 1 MB
1453   limit on individual Memcache objects still applies.
1454 - The attachment size for outgoing emails has been increased from 1 MB to 10 MB.
1455   The size limit for incoming emails is still 10 MB.
1456 - Size and quantity limits on datastore batch get/put/delete operations have
1457   been removed. Individual entities are still limited to 1 MB, but your app may
1458   batch as many entities together for get/put/delete calls as the overall
1459   datastore deadline will allow for.
1460 - When iterating over query results, the datastore will now asynchronously
1461   prefetch results, reducing latency in many cases by 10-15%.
1462 - The Admin Console Blacklist page lists the top blacklist rejected visitors.
1463 - The automatic image thumbnailing service supports arbitrary crop sizes up to
1464   1600px.
1465 - Overall average instance latency in the Admin Console is now a weighted
1466   average over QPS per instance.
1467 - Added a low-level AysncDatastoreService for making calls to the datastore
1468   asynchronously.
1469 - Added a getBodyAsBytes() method to QueueStateInfo.TaskStateInfo, this returns
1470   the body of the task state as a pure byte-string.
1471 - The whitelist has been updated to include all classes from javax.xml.soap.
1472 - Fixed an issue sending email to multiple recipients.
1473     http://code.google.com/p/googleappengine/issues/detail?id=1623
1474 - Revert the default logging level during GWT hosted mode back to INFO.
1475     http://code.google.com/p/googleappengine/issues/detail?id=4011
1476 - Fixed an issue with OpenId over SSL.
1477   http://code.google.com/p/googleappengine/issues/detail?id=3393
1479 Version 1.3.8
1480 =============
1481 - You can run task queue tasks immediately from the admin console.
1482 - Added an OutputSettings class to the Images API to specify the JPEG encoding
1483   quality when running in production.
1484 - Support for login of multiple Google accounts within an app, and longer login
1485   sessions. For more information see:
1486     http://www.google.com/support/accounts/bin/answer.py?answer=181599
1487 - In queue.xml, the maximum allowed bucket size is now 100.
1488 - Removed limits on zigzag merge-join queries. Therefore the error "The built-in
1489   indices are not efficient enough for this query and your data. Please add a
1490   composite index for this query." will no longer be thrown in most cases,
1491   enabling more types of queries without indexes.
1492 - The whitelist has been updated to include java.net.InetAddress and some
1493   interfaces and abstract classes in javax.xml.soap, including
1494   javax.xml.soap.SOAPMessage.
1495 - Fixed an issue reserving App Ids by owners of emails containing periods,
1496   multiple cases, and googlemail.com address.
1497     http://code.google.com/p/googleappengine/issues/detail?id=1196
1498 - Fixed an issue where TaskOptions had no public getters, making testing
1499   impossible.
1500     http://code.google.com/p/googleappengine/issues/detail?id=3243
1501 - Fixed an issue on the development server where PNGs were being returned as
1502   JPEGs.
1503     http://code.google.com/p/googleappengine/issues/detail?id=3661
1505 Version 1.3.7
1506 =============
1507 - Fixed an SDK issue where calling getServingUrl raised an exception.
1508     http://code.google.com/p/googleappengine/issues/detail?id=3598
1510 Version 1.3.6
1511 =============
1512 - Multitenancy is now supported in the datastore, allowing better
1513   compartmentalization of user data.
1514 - Automatic image thumbnailing is now available in the Images API using
1515   getServingUrl.
1516 - Users can now serve custom static error pages for over_quota, dos_api_denial
1517   and default cases.
1518 - Results of datastore count() queries and offsets for all datastore queries
1519   are no longer capped at 1000.
1520 - Added a pause queue button to the task queue details page in the Admin
1521   Console.
1522 - Historical graphs have been added to all of the dashboard graphs in the Admin
1523   Console.
1524 - Content-range headers are supported on Blobstore downloads.
1525 - New method to allocate datastore ids in a given range: allocateIdRange()
1526 - The app.yaml format is supported with Java applications.
1527 - Increased several rate limited quotas for free applications.
1528 - Fixed an issue that did not allow forms of over 200,000 bytes to be submitted.
1529    http://code.google.com/p/googleappengine/issues/detail?id=1608
1531 Version 1.3.5
1532 =============
1533 - Ability to configure the Task Queue storage limit with the
1534   total-storage-limit field in the queue.xml file.
1535 - Task Queues now support up to 50 qps per queue, up from 50 qps per app.
1536 - Developers can programmatically access Blobs with BlobstoreInputStream, which
1537   provides an InputStream view of a blob in Blobstore
1538 - Bulkloader transform helpers for lists and hierarchical keys were added.
1539 - remote_api_shell commands can be sent over HTTPS or HTTP.
1540 - Admin Console logs now include information on request time latency.
1541 - The datastore now supports end cursors.
1542 - Fixed an issue where requesting /appstats would not properly direct to
1543   /appstats/.
1544 - Fixed an issue with inconsistent URL mappings between the SDK and production.
1545     http://code.google.com/p/googleappengine/issues/detail?id=2598
1547 Version 1.3.4
1548 =============
1549 - Client side bulkloader available with the Python SDK that has a new
1550   configuration syntax and wizard for easier import/export with the datastore.
1551   Can be used by enabling remote_api in your Java application
1552 - Applications can now be configured to authenticate with OpenID by selecting
1553   the OpenID option when creating your application in the admin console
1554     http://code.google.com/p/googleappengine/issues/detail?id=248
1555     http://code.google.com/p/googleappengine/issues/detail?id=56
1556 - New API to allow App Engine apps to act as OAuth service providers
1557     http://code.google.com/p/googleappengine/issues/detail?id=919
1558 - The version update check in the Java SDK now uses https
1559 - Allow full access to javax.el.*
1560     http://code.google.com/p/googleappengine/issues/detail?id=3157
1561 - Increased the timeout during deployment to 15 minutes
1562 - Fixed an issue with JPA where an illegal cast exception was thrown during the
1563   fetch of integer fields
1564 - MemcacheService.setNamespace() is deprecated in favor of
1565   MemcacheServiceFactory.getMemcacheManager(namespace)
1566 - Support in the SDK for Java 1.5 is being deprecated. These warnings now appear
1567   when starting the SDK
1569 Version 1.3.3.1
1570 ===============
1571 - Fixed an issue where servlet filters could cause 404s
1572     http://code.google.com/p/googleappengine/issues/detail?id=3138
1574 Version 1.3.3
1575 =============
1576 - Added two new system properties com.google.appengine.application.id and
1577   com.google.appengine.application.version
1578 - DeadlineExceededException is now always thrown before
1579   HardDeadlineExceededError
1580 - Decreased likelihood of "Too many URLMap" deployment errors for complex
1581   web apps
1582 - Fixed an error where QuotaService.getCpuTimeInMegaCycles() was returning
1583   cycles instead of megacycles
1584 - Fixed an issue between differing behavior of jsp in the production and
1585   development environments
1586     http://code.google.com/p/googleappengine/issues/detail?id=3022
1587 - Fixed an issue uploading webapps with .tag files
1588     http://code.google.com/p/googleappengine/issues/detail?id=2902
1590 Version 1.3.2
1591 =============
1592 - New API to read the contents of uploaded Blobs (fetch_data)
1593     http://code.google.com/p/googleappengine/issues/detail?id=2536
1594 - URLFetch now supports accessing ports 80-90, 440-450, and 1024-65535
1595 - Mail API now allows common document formats as attachments
1596     http://code.google.com/p/googleappengine/issues/detail?id=494
1597 - The Task Queue API now supports adding multiple tasks in a single call to
1598   Queue.add()
1599 - Fixed charset handling for inbound emails
1600     http://code.google.com/p/googleappengine/issues/detail?id=2326
1601 - Fixed issue with compositing background colors in dev_appserver
1602 - New feature in the datastore to specify whether to use strong or eventually
1603   consistent reads (the default is strong)
1604 - New datastore feature allows setting deadlines for operations
1605 - Increased the maximum Task Queue refill rate from 20/s to 50/s
1606 - Support for IP blacklisting to prevent denial of service (DoS) attacks
1607 - App Stats is now available for the Java SDK in addition to Python
1608 - Fix issue with expiration times not being reset on Put on the Memchache API
1609     http://code.google.com/p/googleappengine/issues/detail?id=1284
1610 - Fix issue preventing static files from being served when a servlet is mapped to root
1611     http://code.google.com/p/googleappengine/issues/detail?id=1379
1613 Version 1.3.1
1614 =============
1615   - Datastore Query Cursors
1616       http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors
1617   - Transactional Tasks
1618   - Support for Custom Admin Console pages
1619   - Java Precompilation is now on by default
1620       Developers can opt-out of precompilation by setting the flag in
1621       appengine-web.xml:
1622       <precompilation-enabled>false</precompilation-enabled>
1623   - New built-in support for unit testing (see appengine-testing.jar)
1624       http://code.google.com/appengine/docs/java/tools/localunittesting.html
1625       http://code.google.com/p/googleappengine/issues/detail?id=326
1626   - net.sf.jsr107 package included as an alternative to the low-level
1627     Memcache API
1628   - javax.annotation.Resource/Resources added to the package whitelist
1629   - New "month" and "synchronized" syntax for Cron configuration
1630       http://code.google.com/appengine/docs/java/config/cron.html
1631   - URLFetch supports asynchronous requests
1632       http://code.google.com/p/googleappengine/issues/detail?id=1899
1633   - appcfg.sh uses HTTPS for application deployment
1634   - appcfg.sh adds request_logs --append
1635   - Changes to the order queries without a specified sort order are returned
1636     Only queries that use IN will see different results.
1637   - Added support for multiple != filters on the same property
1638   - Improved support for keys-only queries when using IN and != filters
1639   - Support for ETags, If-matches, If-not-matches HTTP Headers, as well as 304
1640     status codes now available on static files (not yet available on the
1641     dev_appserver or Blobstore blobs)
1642       http://code.google.com/p/googleappengine/issues/detail?id=575
1643   - Fixed issue where the maximum transform count was enforced for composite
1644     operations
1645       http://code.google.com/p/googleappengine/issues/detail?id=1656
1646   - Fixed issue with whitespace on the end of strings in web.xml
1647       http://code.google.com/p/googleappengine/issues/detail?id=2242
1648   - Fixed web.xml <error-page> entries for 404 error codes
1649       http://code.google.com/p/googleappengine/issues/detail?id=1477
1650   - Added validation prevent welcome-files with absolute paths
1651       http://code.google.com/p/googleappengine/issues/detail?id=1249
1652   - Fixed issue where cancelling a deployment in progress could unintentionally
1653     corrupt the SDK
1654       http://code.google.com/p/googleappengine/issues/detail?id=2255
1655   - Fixed issue with QuotaService.getCpuTimeInMegaCycles() returning 0
1656       http://code.google.com/p/googleappengine/issues/detail?id=2639
1657   - Fixed issue where JSP exceptions will be incorrectly cast causing a
1658     ClassCastException
1659       http://code.google.com/p/googleappengine/issues/detail?id=1438
1661 Version 1.3.0
1662 =============
1663   - Support for the new Blobstore API
1664   - New com.google.appengine.runtime.{version,environment} system properties
1665     (and a SystemProperty accessor class)
1666   - New sample applications for GWT 2.0
1667   - Optimizations for many reflection operations
1669 Version 1.2.8
1670 =============
1671   - Support for JAXB. JAXB is included in JDK 1.6 (and App Engine's production
1672     servers). If you're using JDK 1.5 with your local dev_appserver, you will
1673     need to include the JAXB libraries with your application to use it.
1674       http://code.google.com/p/googleappengine/issues/detail?id=1267
1675   - New support for application pre-compilation to reduce the length of
1676     loading requests. To enable pre-compilation on your application, add this
1677     flag to your appengine-web.xml:
1678       <precompilation-enabled>true</precompilation-enabled>
1679     If you have trouble deploying your application, you should remove this
1680     flag or set it to false.
1681   - Added Quota API (com.google.appengine.api.quota) to match Python API.
1682   - Low-level Memcache API now supports batchIncrement().
1683   - HTTPResponse object now has getFinalUrl() method for 302 redirects.
1684     - http://code.google.com/p/googleappengine/issues/detail?id=1464
1685   - Java Dev Appserver now automatically executes tasks.  If you prefer the
1686     old behavior where tasks do not automatically execute you can use the
1687     following flag when starting the server:
1688       -Dtask_queue.disable_auto_task_execution
1689   - Additional file extensions permitted when sending mail.
1690     - http://code.google.com/p/googleappengine/issues/detail?id=494
1691   - Fixed issue with Java mail handler not processing multipart messages
1692     correctly.
1693   - Fixed agent code included in appengine-local-runtime.jar results in
1694     RuntimeException.
1695     - http://code.google.com/p/googleappengine/issues/detail?id=2280
1696   - Fixed issue with sort orders defined on properties that allow multiple
1697     values.
1698     - http://code.google.com/p/googleappengine/issues/detail?id=2349
1699   - Fixed problem with dropped query strings after requiring log-in.
1700     - http://code.google.com/p/googleappengine/issues/detail?id=2225
1701   - Removed limitation preventing multiple parameters with the same name.
1702     - http://code.google.com/p/googleappengine/issues/detail?id=2090
1703   - Fixed issue with local datastore incorrectly sorting results of ancestor
1704     queries.
1705     - http://code.google.com/p/googleappengine/issues/detail?id=2177
1706   - New Index building status page in the Admin Console
1707   - Task Queue now supports purging queues, and deleting tasks and queues via
1708     the Admin Console.
1709     - http://code.google.com/p/googleappengine/issues/detail?id=2159
1710     - http://code.google.com/p/googleappengine/issues/detail?id=1740
1711   - Over Quota HTTP status code changed from 403 to 503, other to 500.
1712     - http://code.google.com/p/googleappengine/issues/detail?id=961
1713   - Task Queue now considers all HTTP 2xx status codes to represent success.
1715 For past release notes, visit:
1716 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes