PyAMF 0.1 Released
After more than a 1000 commits, 190 tickets and 375 unit tests, we release PyAMF 0.1. Enjoy!
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.
A summary of updates and changes in this release:
- expose_request per service control vastly improved (Ticket:169)
- Authentication per service control vastly improved (Ticket:166)
- uuid is no longer installed when using Python 2.5 or newer (Ticket:182)
- The inheritance tree was not consulted when encoding attributes (Ticket:172)
- TypedObjects didn’t work with old style classes (Ticket:171)
- BaseFault now prints details (Ticket:168)
- Added expose_request to TwistedGateway (Ticket:165)
- TwistedGateway now expects deferred from service functions (Ticket:164)
- New error handling API useful for registering custom exception classes (Ticket:185)
- When a client receives a remoting error, an exception is generated (Ticket:167)
Check out the download page, installation instructions or the API documentation.
Got questions? First stop is the mailing list.
