Edit me on GitHub

Changes

0.4.1 (2012-10-27)

Features

  • Python 3 compatibility.
    • PyAMF is not Python 3 compatible, only JSON-RPC and XML-RPC are supported for now.
  • JSON-RPC

Backwards Incompatibilities

  • JSON-RPC
    • The default exception views are now registered with pyramid.security.NO_PERMISSION_REQUIRED to ensure they are always invoked.
  • XML-RPC
    • Removed deprecated xmlrpc_view API.
    • The default exception views are now registered with pyramid.security.NO_PERMISSION_REQUIRED to ensure they are always invoked.

0.3.1 (2011-12-12)

Features

  • JSON-RPC
    • Added support for named parameters.

0.3 (2011-08-30)

Features

  • XML-RPC
    • Deprecated the xmlrpc_view API in favor of a new API that supports more features expected from routes and views including the ability to set permissions on RPC methods, perform traversal, and a default view mapper.
  • JSON-RPC
    • Removed the unreleased JSON-RPC support that was in master.
    • Added a new API for JSON-RPC that supports more features expected from routes and views including the ability to set permissions on RPC methods, perform traversal, and a default view mapper.
  • Pyramid 1.1+ compatibility.

0.2 (2011-02-26)

Features

  • AMF support via a PyramidGateway that implements a Pyramid view gateway for PyAMF.

0.1 (2010-11-09)

Features

  • XML-RPC support with xmlrpc_view decorator and xmlrpc_endpoint.