Skip to content

v0.15.0

Compare
Choose a tag to compare
@waltjones waltjones released this 06 Apr 17:24
· 369 commits to master since this release

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