Release Notes

0.2.0

This is a small update from the last release based on usage.

Features

  • Added ability to access the current request in method call
  • Allowed more flexibility in JSON serialization

Bugfixes

  • Exceptions which are not JSON-serializable are now converted to strings using repr() rather than failing serialization

Backwards compatibility breaks

0.1.0

Initial Release