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