- **Breaking:** Replace `get_request_args` method with cached `request_args` property (186)
- **Breaking:** Rename methods for interacting with Flask-RESTy context and response meta-information (188)
- **Feature:** Factor out `parse_request_data` from `get_request_data` (189)
- **Bugfix:** Raise an explicit `RuntimeError` when attempting to access Flask-RESTy context when outside of Flask context (186)
- **Bugfix:** Use request context instead of app context for tracking response meta-information (187)