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