Skip to content

Commit eda7210

Browse files
authored
Merge pull request #475 from rollbar/release/v1.2.0
Release v1.2.0
2 parents 44cc2dc + 56b0828 commit eda7210

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
@@ -2,6 +2,15 @@
22

33
The change log is also available on the [GitHub Releases Page](https://github.com/rollbar/pyrollbar/releases).
44

5+
**1.2.0**
6+
7+
- Added support for custom payload transforms by @danielmorell in [#470](https://github.com/rollbar/pyrollbar/pull/470)
8+
- Added custom data to the message body by @waltjones in [#473](https://github.com/rollbar/pyrollbar/pull/473)
9+
- Added support for host override setting by @danielmorell in [#468](https://github.com/rollbar/pyrollbar/pull/468)
10+
- Fixed `RollbarHandler` reconfigures root logger by @ilkecan in [#463](https://github.com/rollbar/pyrollbar/pull/463)
11+
- Fixed `include_request_body` setting not checked for various frameworks by @danielmorell in [#469](https://github.com/rollbar/pyrollbar/pull/469)
12+
- Fixed `namedtuple` fields not being scrubbed by @danielmorell in [#474](https://github.com/rollbar/pyrollbar/pull/474)
13+
514
**1.1.2**
615

716
Fixed build missing entrypoints for pyramid and cli in [#471](https://github.com/rollbar/pyrollbar/pull/471)

rollbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from rollbar.lib import events, filters, dict_merge, transport, defaultJSONEncode
2525

2626

27-
__version__ = '1.1.2'
27+
__version__ = '1.2.0'
2828
__log_name__ = 'rollbar'
2929
log = logging.getLogger(__log_name__)
3030

0 commit comments

Comments
 (0)