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