- Add support for Google App Engine ([53](https://github.com/rollbar/pyrollbar/pull/53))
0.9.6
- Fix memory leak when using the RollbarHandler logging handler (see [43](https://github.com/rollbar/pyrollbar/pull/43)) - Fix bug where named function arguments were not scrubbed correctly
0.9.5
- Fix bug with local variable gathering that was breaking when getting the arguments for a class constructor.
0.9.4
- Request headers are now scrubbed, [pr41](https://github.com/rollbar/pyrollbar/pull/41).
0.9.3
- `exception_level_filters` can now take a string that defines the class to filter, [38](https://github.com/rollbar/pyrollbar/pull/38).
0.9.2
- Added an option to disable SSL certificate verification, [36](https://github.com/rollbar/pyrollbar/pull/36). - Added `__version__` specifier to `__init__.py`.