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