This repository was archived by the owner on Dec 21, 2024. It is now read-only.
File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.0.6] - 2023-02-14
8
+ ### Changed
9
+ - Parameter ` rename_fields ` in merge_record_extra is now optional - @afallou
10
+
7
11
## [ 2.0.5] - 2023-02-12
8
12
### Added
9
13
- Allow reserved attrs to be renamed - @henkhogan
@@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
69
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [ @ghShu ] ( https://github.com/ghShu )
66
70
67
71
72
+ [ 2.0.6 ] : https://github.com/madzak/python-json-logger/compare/v2.0.5...v2.0.6
68
73
[ 2.0.5 ] : https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
69
74
[ 2.0.4 ] : https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4
70
75
[ 2.0.3 ] : https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = "python-json-logger" ,
11
- version = "2.0.5 " ,
11
+ version = "2.0.6 " ,
12
12
url = "http://github.com/madzak/python-json-logger" ,
13
13
license = "BSD" ,
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments