The repoze.bfg web framework version 1.3b1 has been released.

It can be installed via:

   easy_install -i http://dist.repoze.org/bfg/1.3/simple repoze.bfg

Or via PyPI.

The docs at http://docs.repoze.org/bfg/1.3 have also been updated.

This is the first beta release, and all existing BFG 1.1 and 1.2 users
are encouraged to try it out.

It's always dangerous to make predictions about the future, but I'll
make one here anyway: there won't be very many beta releases of BFG 1.3,
and it will be the 'current' release quite soon, so if you want to keep
up with the Joneses and report issues, you'll try your pre-1.3-based
app(s) with it and provide feedback here.

Existing users can see what's new in BFG 1.3 via:

http://docs.repoze.org/bfg/1.3/whatsnew-1.3.html

This document also describes known backwards incompatibilities and
behavior differences, as well as workarounds:

http://docs.repoze.org/bfg/1.3/whatsnew-1.3.html#backwards-incompatibilities

The changelog follows.

1.3b1 (2010-10-25)
==================

Features
--------

- The ``paster`` template named ``bfg_routesalchemy`` has been updated
  to use SQLAlchemy declarative syntax.  Thanks to Ergo^.

Bug Fixes
---------

- When a renderer factory could not be found, a misleading error
  message was raised if the renderer name was not a string.

Documentation
-------------

- The ""bfgwiki2" (SQLAlchemy + url dispatch) tutorial has been
  updated slightly.  In particular, the source packages no longer
  attempt to use a private index, and the recommended Python version
  is now 2.6.  It was also updated to take into account the changes to
  the ``bfg_routesalchemy`` template used to set up an environment.

- The "bfgwiki" (ZODB + traversal) tutorial has been updated slightly.
  In particular, the source packages no longer attempt to use a
  private index, and the recommended Python version is now 2.6.


_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to