Hi!

We just released Kay 1.1 rc1!

Kay is a web framework made specifically for Google App Engine. The basic
design of Kay is based on the Django framework, like middleware, settings,
pluggable applications, etc.
Kay uses Werkzeug as a lower level framework, Jinja2 as template engine, and
babel for handling language translations.

http://code.google.com/p/kay-framework/

This is a release candidate so we would like to get as much testing on it as
possible before the release which will be next
Monday barring any unexpected problems.

Download 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 here:
http://code.google.com/p/kay-framework/wiki/ReleaseNotes#Kay-1.1.0rc1_-_February_22_2011

   - Improved exception and error handling.
      - Added a new kay.ext.ereporter application for managing error
      reporting. See:
      http://kay-docs.shehas.net/extensions.html#module-kay.ext.ereporter
   - Added a new kay.ext.live_settings application for managing global
   settings without having to reploy. See:
   http://kay-docs.shehas.net/extensions.html#module-kay.ext.live_settings
   - Added a new
AppStatsMiddleware?<http://code.google.com/p/kay-framework/w/edit/AppStatsMiddleware>
which
   can be used to enable appstats. See:
   http://kay-docs.shehas.net/extensions.html#module-kay.ext.appstats
   - Added a new Pagination API. See:
   http://kay-docs.shehas.net/pagination.html
   - Added a new timezone_functions context processor. See:
   
http://kay-docs.shehas.net/templates.html#kay.context_processors.timezone_functions
   - Added a new cron_only view decorator for securing cron views. See:
   http://kay-docs.shehas.net/decorators.html#kay.utils.decorators.cron_only
   - 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.


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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to