Pyramid 1.8a1 has been released.

Here are the major changes:

- Added `@exception_view_config` and `config.add_exception_view` for
registering exception views. These features are used by notfound and
forbidden views already and should be used by your code as well!

- `pserve --reload` is using the hupper package for monitoring code. This
has a many advantages over the previous in-process implementation. For
example, it won't crash when your code has import errors. Just fix them and
save again! Also inotify support if you install the watchdog package.

- All deprecated `pserve` daemon options have been removed.

- All scaffolds have been converted to cookiecutters - `pcreate` is now
deprecated. The tutorials have been updated to use the cookiecutters.

Check out all of the changes in What's New In Pyramid 1.8:
http://docs.pylonsproject.org/projects/pyramid/en/1.8-branch/whatsnew-1.8.html

1.8 release documentation (across all alphas and betas, as well as when it
gets to final release):
http://docs.pylonsproject.org/projects/pyramid/en/1.8-branch/

You can install it via PyPI:

  pip install Pyramid==1.8

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- Pyramid core developers

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwF31wV_R2wkdZpD60nLC8sHX-A-1COrOieaACZty6aVrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to