File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33The 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 )
Original file line number Diff line number Diff line change 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
4343from rollbar .lib .transform import Transform
You can’t perform that action at this time.
0 commit comments