New App Engine SDK released - 1.3.3

    image
    Mostly bugs were fixed in this version, but nevertheless, there are additions, including one rather interesting one (about SQLite).

    Changes for Python



    Changes for Java


    • Two new system properties added: com.google.appengine.application.id and com.google.appengine.application.version
    • Now, before a HardDeadlineExceededError is thrown, a DeadlineExceededException is always thrown first.
    • Reduced the likelihood of “Too many URLMap” errors when posting complex applications.
    • Fixed a bug due to which QuotaService.getCpuTimeInMegaCycles () returned the number of cycles, rather than millions of cycles.
    • Fixed a bug due to which the behavior of jsp was different during development and after laying out ( http://code.google.com/p/googleappengine/issues/detail?id=3022 ).
    • Fixed a bug that occurred when laying out applications with .tag files ( http://code.google.com/p/googleappengine/issues/detail?id=2902 ).


    News in the official blog
    Download

    Also popular now: