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