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