Skip to content

Commit 50979c4

Browse files
committed
Release 0.5.0
1 parent 9355f72 commit 50979c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 0.5.0 (2019-01-10)
4+
5+
- Use new-style, aiohttp 2.3+ middleware definition,
6+
to get rid of the warning aiohttp emits about this
7+
- Install a modified `sys.excepthook` which closes the Sentry transport
8+
- Check if a protocol exists before trying to access the scheme
9+
- Format the codebase with Black
10+
- Bump requirements to raven 6.10
11+
312
## 0.4.1 (2018-07-23)
413

514
- Fix stucture of how `REMOTE_ADDR` is passed, to get rid of this error on Sentry:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="aiohttp-sentry",
15-
version="0.4.1",
15+
version="0.5.0",
1616
url="https://github.com/underyx/aiohttp-sentry",
1717
author="Bence Nagy",
1818
author_email="[email protected]",

0 commit comments

Comments
 (0)