My favorites | Sign in
Logo
                
Search
for
Updated Jul 01, 2010 by ma...@google.com
  SdkForJavaReleaseNotes  
Google App Engine Java SDK Release Notes

You can download the latest version of the SDK here

App Engine Java SDK - Release Notes

Version 1.3.5 - June 30, 2010

  • Ability to configure the Task Queue storage limit with the total-storage-limit field in the queue.xml file.
  • Task Queues now support up to 50 qps per queue, up from 50 qps per app.
  • Developers can programmatically access Blobs with BlobstoreInputStream, which provides an InputStream view of a blob in Blobstore.
  • Bulkloader transform helpers for lists and hierarchical keys were added.
  • remote_api_shell commands can be sent over HTTPS or HTTP.
  • Admin Console logs now include information on request time latency.
  • The datastore now supports end cursors.
  • Fixed an issue where requesting /appstats would not properly direct to /appstats/.
  • Fixed an issue with inconsistent URL mappings between the SDK and production.

Version 1.3.4 - May 19, 2010

Version 1.3.3 - April 21, 2010

  • Added two new system properties com.google.appengine.application.id and com.google.appengine.application.version
  • DeadlineExceededException is now always thrown before HardDeadlineExceededError
  • Decreased likelihood of "Too many URLMap" deployment errors for complex web apps
  • Fixed an error where QuotaService.getCpuTimeInMegaCycles() was returning cycles instead of megacycles
  • Fixed an issue between differing behavior of jsp in the production and development environments
  • Fixed an issue uploading webapps with .tag files

Version 1.3.2 - March 25, 2010

JDO/JPA Changes

  • Support default rpc deadlines and query-specific deadlines
  • Support default read consistency config and query-specific read consistency config

Version 1.3.1 - February 10, 2010

JDO/JPA Changes

Version 1.3.0 - December 14, 2009

Service Changes

  • Added new Blobstore Viewer to Admin Console

Version 1.2.8 - December 3, 2009

Version 1.2.6 - October 13, 2009

Version 1.2.5 - September 3, 2009

JDO/JPA Changes

Version 1.2.2 - July 13, 2009

  • Fix memcache stub to not allow decrementing below 0.
  • Allow cron tasks to be sent to admin-only servlets.
  • The images API no longer goes into an infinite loop parsing certain images.
  • Replicate static file handling in the DevAppServer more correctly.
  • Prefix all built-in servlets with _ah to ensure they don't interact with user-supplied servlets.
  • Add OverQuotaException and RequestTooLargeException for API calls.
  • Fix generation of indexes that query by the same property multiple times.
  • Fix generation of indexes kind queries that sort in descending order.
  • Provide a servlet for session cleanup.
  • Try to prompt for a password using Swing in AppCfg if running Java 1.5.
  • Better emulate datastore transaction support in the DevAppServer.
  • New -p option to AppCfg for connecting to App Engine via a HTTP proxy.
  • Increase file limit from 1000 files to 3000 files, and check the limit up-front.
  • Allow ancestor queries to be made inside of transactions.
  • AppCfg should re-prompt users for authentication after an unauthorized error.
  • Allow Entity objects to be cloned and their properties reset.
  • Implement a local data viewer for the DevAppServer.
  • Slight performance enhancement to datastore queries.
  • Improve performance of applications that do a large number of File stat operations.
  • Added com.google.apphosting.api.ApiProxy.CapabilityDisabledException which developers can catch in the event of a datastore outage or when the datastore goes into read-only mode.

JDO/JPA Changes

Version 1.2.1 - May 13, 2009

JDO/JPA Changes

Powered by Google Project Hosting