Skip to content

Releases: rollbar/pyrollbar

v0.13.11

10 Feb 21:44
Compare
Choose a tag to compare
  • Handle environments where sys.argv does not exist. See #131

v0.13.10

23 Jan 23:52
Compare
Choose a tag to compare
  • Gather request method from WebOb requests. See #152

v0.13.9

14 Dec 19:20
Compare
Choose a tag to compare
  • Change _check_config() to deal with agent handler. See #147
  • Fix settings values not being booleans in Pyramid. See #150

v0.13.8

27 Oct 22:05
Compare
Choose a tag to compare
  • Fix regression from 0.13.7. See #141

v0.13.7

26 Oct 21:48
Compare
Choose a tag to compare
  • Update Django middleware to support Django 1.10+. See #138

v0.13.6

05 Oct 16:52
Compare
Choose a tag to compare
  • Fixed a referenced before assignment in the failsafe. See #136

v0.13.5

22 Sep 22:53
Compare
Choose a tag to compare
  • Fixed record message formatting issues breaking the log handler's history. See #135

v0.13.4

16 Sep 17:53
Compare
Choose a tag to compare
  • Fixed failsafe handling for payloads that are too large. See #133

v0.13.3

05 Aug 21:00
Compare
Choose a tag to compare
  • Improved handling of Enums. See #121

v0.13.2

06 Jul 20:41
Compare
Choose a tag to compare
  • Improved handling of Nan and (Negative)Infinity. See #117
  • RollbarHandler now ignores log records from Rollbar. See #118