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