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