This repository was archived by the owner on Dec 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.3] - 2022-07-08
8
+ ### Added
9
+ - Add PEP 561 marker/basic mypy configuration. - @bringhurst
10
+ - Workaround logging.LogRecord.msg type of string. - @bringhurst
11
+ ### Changed
12
+ - Changed a link archive of the reference page in case it's down. - @ahonnecke
13
+ - Removed unnecessary try-except around OrderedDict usage - @sozofaan
14
+ - Update documentation link to json module + use https - @deronnax
15
+ - Dropped 3.5 support. - @bringhurst
16
+
7
17
## [ 2.0.2] - 2021-07-27
8
18
### Added
9
19
- Officially supporting 3.9 - @felixonmars .
@@ -36,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
46
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [ @ghShu ] ( https://github.com/ghShu )
37
47
38
48
49
+ [ 2.0.3 ] : https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
39
50
[ 2.0.2 ] : https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
40
51
[ 2.0.1 ] : https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
41
52
[ 2.0.0 ] : https://github.com/madzak/python-json-logger/compare/v0.1.11...v2.0.0
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.2 " ,
11
+ version = "2.0.3 " ,
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