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