Pyramid 1.3a7 has been released. 1.3a7 is another alpha in the 1.3
series; it has some features and a few bug fixes. Here's what
happened:
1.3a7 (2012-02-07)
==================
Features
--------
- More informative error message when a ``config.include`` cannot
find an ``includeme``. See
https://github.com/Pylons/pyramid/pull/392.
- Internal: catch unhashable discriminators early (raise an error
instead of allowing them to find their way into resolveConflicts).
- The `match_param` view predicate now accepts a string or a tuple.
This replaces the broken behavior of accepting a dict. See
https://github.com/Pylons/pyramid/issues/425 for more information.
Bug Fixes
---------
- The process will now restart when ``pserve`` is used with the
``--reload`` flag when the ``development.ini`` file (or any other
.ini file in use) is changed. See
https://github.com/Pylons/pyramid/issues/377 and
https://github.com/Pylons/pyramid/pull/411
- The ``prequest`` script would fail when used against URLs which
did not return HTML or text. See
https://github.com/Pylons/pyramid/issues/381
Backwards Incompatibilities
---------------------------
- The `match_param` view predicate no longer accepts a dict. This
will have no negative affect because the implementation was broken
for dict-based arguments.
Documentation
-------------
- Add a traversal hello world example to the narrative docs.
The documentation for the 1.3a7 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/
A detailed "What's New in Pyramid 1.3" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html
You can install 1.3a7 via PyPI:
easy_install Pyramid==1.3a7
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues
Thanks!
- C
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en.