pyramid_rpc 0.3 has been released.

Here are the changes:

- JSON-RPC support.

- Updated both JSON-RPC and XML-RPC to support a workflow
closer to that used by Pyramid itself. RPC methods are actual
views, thus they accept the full array of view predicates including
permissions.

- Added a view mapper, which is enabled by default in both
XML-RPC and JSON-RPC. Disable it by setting ``mapper=None``
on a method.

- Deprecated the previous implementation of XML-RPC.

- Removed the (unreleased) JSON-RPC implementation that had
been in master. Sorry if you were using it.

Documentation is available at
https://docs.pylonsproject.org/projects/pyramid_rpc/dev/

You can install it via PyPI:

  easy_install pyramid_rpc==0.3

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

Thanks!

-- 

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to