Skip to content

Commit 0683f40

Browse files
authored
Merge pull request #497 from rollbar/release/v1.4.0
Release v1.4.0
2 parents 06e1f9f + 7a349b6 commit 0683f40

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
**1.4.0**
6+
7+
- Added support for Python 3.14 by @danielmorell in [#484](https://github.com/rollbar/pyrollbar/pull/484)
8+
- Added support for error correlation headers. by @danielmorell in [#491](https://github.com/rollbar/pyrollbar/pull/491)
9+
- Added forwarding of Python logging `extra`s to Rollbar by @terencehonles in [#488](https://github.com/rollbar/pyrollbar/pull/488)
10+
- Added ability to disabling payload logging on non-200 status by @PoCTo in [#487](https://github.com/rollbar/pyrollbar/pull/487)
11+
- Added initial typehints by @danielmorell in [#494](https://github.com/rollbar/pyrollbar/pull/494)
12+
- Updated Python log handler formatting by @terencehonles in [#488](https://github.com/rollbar/pyrollbar/pull/488)
13+
- Maintenance fixed broken test command in contributing section. by @Montana in [#496](https://github.com/rollbar/pyrollbar/pull/496)
14+
- Maintenance fixed GitHub workflow badge was unclickable by @Olexandr88 in [#483](https://github.com/rollbar/pyrollbar/pull/483)
15+
- Maintenance improved local and CI test setup by @terencehonles in [#489](https://github.com/rollbar/pyrollbar/pull/489)
16+
517
**1.4.0-beta**
618

719
- Added support for Python 3.14 by @danielmorell in [#484](https://github.com/rollbar/pyrollbar/pull/484)

rollbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from rollbar.lib.payload import Attribute
3838
from rollbar.lib.type_info import KeyType
3939

40-
__version__ = '1.4.0-beta'
40+
__version__ = '1.4.0'
4141
__log_name__ = 'rollbar'
4242

4343
from rollbar.lib.transform import Transform

0 commit comments

Comments
 (0)