Pyramid 1.2a4 has been released.  The changes from 1.2a3 are as
follows:

  Features
  --------

  - Support an ``onerror`` keyword argument to
    ``pyramid.config.Configurator.scan()``.  This onerror keyword
    argument is passed to ``venusian.Scanner.scan()`` to influence
    error behavior when an exception is raised during scanning.

  - The ``request_method`` predicate argument to
    ``pyramid.config.Configurator.add_view`` and
    ``pyramid.config.Configurator.add_route`` is now permitted to be a
    tuple of HTTP method names.  Previously it was restricted to being
    a string representing a single HTTP method name.

  - Undeprecated ``pyramid.traversal.find_model``,
    ``pyramid.traversal.model_path``,
    ``pyramid.traversal.model_path_tuple``, and
    ``pyramid.url.model_url``, which were all deprecated in Pyramid
    1.0.  There's just not much cost to keeping them around forever as
    aliases to their renamed ``resource_*`` prefixed functions.

  - Undeprecated ``pyramid.view.bfg_view``, which was deprecated in
    Pyramid 1.0.  This is a low-cost alias to
    ``pyramid.view.view_config`` which we'll just keep around forever.

  Dependencies
  ------------

  - Pyramid now requires Venusian 1.0a1 or better to support the
    ``onerror`` keyword argument to
    ``pyramid.config.Configurator.scan``.

A "What's New In Pyramid 1.2" document exists at
http://docs.pylonsproject.org/projects/pyramid/1.2/whatsnew-1.2.html .

You will be able to see the 1.2 release documentation (across all
alphas and betas, as well as when it eventually gets to final release)
at http://docs.pylonsproject.org/projects/pyramid/1.2/ .

You can install it via PyPI:

  easy_install Pyramid==1.2a4

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.

Reply via email to