Hi everyone, We just released Kay 1.1 and 1.0.1 final!
Kay 1.1 is the next minor release of the Kay Framework for Appengine. It includes new features as well as bug fixes. Kay 1.0.1 includes bug fixes in Kay 1.1 backported to the 1.0.x branch of Kay. It is for users of Kay who do not want to upgrade to the new version and would prefer to only upgrade to fix bugs and avoid backwards incompatibility problems. Kay 1.1 release doesn't include any backwards incompatible changes but has some loud warnings for several deprecated features based on Kay's deprecation policy: http://code.google.com/p/kay-framework/wiki/ReleasePolicy#Minor_releases See Kay's deprecation timeline here: http://code.google.com/p/kay-framework/wiki/KayDeprecationTimeline Download the new releases here: http://code.google.com/p/kay-framework/downloads/list Please test and file bugs here: http://code.google.com/p/kay-framework/issues/list You can see the release notes for both releases here: http://code.google.com/p/kay-framework/wiki/ReleaseNotes Changes in 1.1 * Improved exception and error handling. * Added a new kay.ext.ereporter application for managing error reporting. * Added a new kay.ext.live_settings application for managing global settings without having to reploy. * Added a new AppStatsMiddleware? which can be used to enable appstats. * Added a new Pagination API * Added the COOKIE_SECURE setting to support secure session cookies ( Issue #90 ) * Added a new timezone_functions context processor. * Added a new cron_only view decorator for securing cron views. * Lazy load jinja2 so that requests that don't require jinja2 can return faster. * Updated google SDK taskqueue imports to import from the new package name. * Fixed an issue where the django module could not be loaded. Changes in 1.0.1 * Fixed an issue where error mails could not be sent to email addresses that were not specified as a developer in the admin console. ( Issue #50 ) * Fixed an issue were the django module could not be imported after upgrading to the Appengine SDK 1.4.2 ( Issue #92 ) * Fixed an issue where kay returned instances of the InternalServerError? exception rather than an object that subclasses BaseResponse? ( Issue #54 ,#56) * Fixed an issue with the remote API and the HR datastore. * Updated imports to the taskqueue API so they use the new import path ( Issue #73 ) Happy Coding!! -- Ian http://www.ianlewis.org/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
