Releases: airbrake/airbrake-python
v2.2.0
Commits
d970443 ➖ Update lint for tls verify 🔹 Daisuke Taniwaki
59c6fbe ➖ Utilize requests session to apply the verify setting throughout the instance lifecycle 🔹 Daisuke Taniwaki
174f92b ➖ Set tls verify 🔹 Daisuke Taniwaki
9c6083d ➖ Remove arthur python jpg. Use current Airbrake logo 🔹 Patrick Humpal
6f910ae ➖ Deprecate use of Python3.4 🔹 Patrick Humpal
v2.1.2
v2.1.1
v2.1.0
v2.0.0
Commits
2c8a114 ➖ Remove hardcoded test version use 🔹 Zach Goldstein
d06327f ➖ Bump major version to 2.0.0 🔹 Zach Goldstein
44bebd1 ➖ Add capture decorator 🔹 Zach Goldstein
963688e ➖ Add error severity and integrate into logging 🔹 Zach Goldstein
51b9303 ➖ Set default root_directory (#68) 🔹 Zach Goldstein
60af090 ➖ Add user data to context payload (#70) 🔹 Zach Goldstein
f8b055f ➖ Set the git revision in deploys if it's available locally (#64) 🔹 Zach Goldstein
ff2cdde ➖ Add list-based filters (white/black) 🔹 Zach Goldstein
2a5c267 ➖ Add convenience method capture () for most recent exception 🔹 Zach Goldstein
bbfb031 ➖ Feature/add separate notice obj 🔹 Zach Goldstein
1f9fbc1 ➖ Add timeout 🔹 Zach Goldstein
cb9c3e8 ➖ Add readme notes for running tests manually 🔹 Zach Goldstein
99ba7e9 ➖ Add hostname to context and allow env override 🔹 Zach Goldstein
7ac77ff ➖ Upgrade to use v4 deploy endpoint fix 🔹 Zach Goldstein
v1.3.3
v1.3.2
v1.3.1
Commits
887dd41 ➖ call JSONEncoder.default(o) if repr(o) raises an exception 🔹 Seba
12b9519 ➖ Comment about inline pylint disable 🔹 Sebastian Tello
0577541 ➖ Moved pylint disable comment inline 🔹 Seba
1d7b191 ➖ Don't fail when 'extra' in log records contain non JSON serializable objects 🔹 Seba
5421b8c ➖ @phumpal README.md suggestions 🔹 Sebastian Tello
fa231cf ➖ fixed: E704 multiple statements on one line 🔹 Seba
3c90a20 ➖ Fixed: E501 line too long 🔹 Seba
13c0a7a ➖ Fix: E731 do not assign a lambda expression, use a def 🔹 Seba
fa2f35e ➖ Link to errbit in readme doc 🔹 Sebastian Tello
fb849f2 ➖ fixed version increment 🔹 Sebastian Tello
ac6345e ➖ Added support to Airbrake alternatives by accepting a base uri 🔹 Sebastian Tello
e50ca3b ➖ bump version to 1.2.1 🔹 Sam Stavinoha
bac97df ➖ add python 3.3 to classifiers 🔹 Sam Stavinoha
a708b26 ➖ linting import order 🔹 Sam Stavinoha
e472eef ➖ libraries shouldnt do this 🔹 Sam Stavinoha
266634b ➖ wheeeeels 🔹 Sam Stavinoha
ff0c571 ➖ custom exceptions 🔹 Sam Stavinoha
a777b5f ➖ nosetests dont run real_test.py 🔹 Sam Stavinoha
ea2db99 ➖ pass gates 🔹 Sam Stavinoha
dcad4ec ➖ level-up testing and CI config 🔹 Sam Stavinoha
be8dec3 ➖ fixup pkg metadata and setup.py 🔹 Sam Stavinoha
949f184 ➖ update and pin requirements 🔹 Sam Stavinoha
0fdadcd ➖ Fixing arguments erroneously given as kw-parameter 🔹 lusitania
v1.1.4
Commits:
c038b31 ➖ Signature change as proposed in issue #16 🔹 lusitania
4d25174 ➖ Py3 exception logging, issue #17 🔹 lusitania
2a11ea0 ➖ Revert "Py3 exception logging, issue #17" 🔹 lusitania
ef6dd58 ➖ Py3 exception logging, issue #17 🔹 lusitania
2f30619 ➖ Updated setuptools classifiers 🔹 lusitania
29aa385 ➖ Py3 changes, Py2 backwards compatibility fix 🔹 lusitania
19d8764 ➖ Don't overwrite a custom message 🔹 Yoriyasu Yano
7eda24a ➖ Checking the Logger for existing AirbrakeHandlers. 🔹 John Keyes
11c2b1f ➖ Splitting requirements. 🔹 John Keyes
6938b55 ➖ Ensuring an Airbrake logger doesn't have multiple AirbrakeHandlers. 🔹 John Keyes
60a2858 ➖ Adding requirements.txt 🔹 John Keyes
0824715 ➖ Adding support to pass session and environment via extra parameters. 🔹 John Keyes