v0.15.0
Highlights
- Prevent recursive re-raising
- Correctly apply logger formatting
- Fix deprecation warnings
- Travis fixes and updates
Pull requests
Handle recursive re-raising of exceptions, #317
Update Travis CI matrix, #307
Fix Travis build errors, #328
Use callable() instead of try/except TypeError, #319
Fix DeprecationWarning, #325
Apply logger formatting to Rollbar messages, #312
update trove classifiers + fix deprecation warnings, #331
Allow the request pool to be configured, #305