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