@@ -4,7 +4,13 @@ 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
- ## [ 3.0.0] - 2024-03-25
7
+ ## [ 3.0.1] ( https://github.com/nhairs/python-json-logger/compare/v3.0.0...v3.0.1 ) - 2023-04-01
8
+
9
+ ### Fixes
10
+
11
+ - Fix spelling of parameter ` json_serialiser ` -> ` json_serializer ` (#170 ) - @juliangilbey
12
+
13
+ ## [ 3.0.0] ( https://github.com/nhairs/python-json-logger/compare/v2.0.7...v3.0.0 ) - 2024-03-25
8
14
9
15
Note: using new major version to seperate changes from this fork and the original (upstream). See #1 for details.
10
16
@@ -21,16 +27,16 @@ Note: using new major version to seperate changes from this fork and the origina
21
27
- Split lint and test steps in GHA
22
28
- Use validate-pyproject, black, pylint, mypy
23
29
24
- ## [ 2.0.7] - 2023-02-21
30
+ ## [ 2.0.7] ( https://github.com/nhairs/python-json-logger/compare/v2.0.6...v2.0.7 ) - 2023-02-21
25
31
### Changed
26
32
- Fix inclusion of py.typed in pip packages - @sth
27
33
- Added pytest support with test file rename. Migrated to assertEqual
28
34
29
- ## [ 2.0.6] - 2023-02-14
35
+ ## [ 2.0.6] ( https://github.com/nhairs/python-json-logger/compare/v2.0.5...v2.0.6 ) - 2023-02-14
30
36
### Changed
31
37
- Parameter ` rename_fields ` in merge_record_extra is now optional - @afallou
32
38
33
- ## [ 2.0.5] - 2023-02-12
39
+ ## [ 2.0.5] ( https://github.com/nhairs/python-json-logger/compare/v2.0.4...v2.0.5 ) - 2023-02-12
34
40
### Added
35
41
- Allow reserved attrs to be renamed - @henkhogan
36
42
- Support added for Python 3.11
@@ -44,11 +50,11 @@ Note: using new major version to seperate changes from this fork and the origina
44
50
- Moved type check via tox into 3.11 run only
45
51
- Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)
46
52
47
- ## [ 2.0.4] - 2022-07-11
53
+ ## [ 2.0.4] ( https://github.com/nhairs/python-json-logger/compare/v2.0.3...v2.0.4 ) - 2022-07-11
48
54
### Changed
49
55
- Fix too strict regex for percentage style logging - @aberres
50
56
51
- ## [ 2.0.3] - 2022-07-08
57
+ ## [ 2.0.3] ( https://github.com/nhairs/python-json-logger/compare/v2.0.2...v2.0.3 ) - 2022-07-08
52
58
### Added
53
59
- Add PEP 561 marker/basic mypy configuration. - @bringhurst
54
60
- Workaround logging.LogRecord.msg type of string. - @bringhurst
@@ -58,7 +64,7 @@ Note: using new major version to seperate changes from this fork and the origina
58
64
- Update documentation link to json module + use https - @deronnax
59
65
- Dropped 3.5 support. - @bringhurst
60
66
61
- ## [ 2.0.2] - 2021-07-27
67
+ ## [ 2.0.2] ( https://github.com/nhairs/python-json-logger/compare/v2.0.1...v2.0.2 ) - 2021-07-27
62
68
### Added
63
69
- Officially supporting 3.9 - @felixonmars .
64
70
- You can now add static fields to log objects - @cosimomeli .
@@ -67,13 +73,13 @@ Note: using new major version to seperate changes from this fork and the origina
67
73
- Dropped Travis CI for Github Actions.
68
74
- Wheel should build for python 3 instead of just 3.4 now.
69
75
70
- ## [ 2.0.1] - 2020-10-12
76
+ ## [ 2.0.1] ( https://github.com/nhairs/python-json-logger/compare/v2.0.0...v2.0.1 ) - 2020-10-12
71
77
### Added
72
78
- Support Pypi long descripton - @ereli-cb
73
79
### Changed
74
80
- You can now rename output fields - @schlitzered
75
81
76
- ## [ 2.0.0] - 2020-09-26
82
+ ## [ 2.0.0] ( https://github.com/nhairs/python-json-logger/compare/v0.1.11...v2.0.0 ) - 2020-09-26
77
83
### Added
78
84
- New Changelog
79
85
- Added timezone support to timestamps - @lalten
@@ -83,19 +89,8 @@ Note: using new major version to seperate changes from this fork and the origina
83
89
- Support for Python 2.7
84
90
- Debian directory
85
91
86
- ## [ 0.1.11] - 2019-03-29
92
+ ## [ 0.1.11] ( https://github.com/nhairs/python-json-logger/compare/v0.1.10...v0.1.11 ) - 2019-03-29
87
93
### Added
88
94
- Support for Python 3.7
89
95
### Changed
90
96
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [ @ghShu ] ( https://github.com/ghShu )
91
-
92
- [ 3.0.0 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.7...v3.0.0
93
- [ 2.0.7 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.6...v2.0.7
94
- [ 2.0.6 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.5...v2.0.6
95
- [ 2.0.5 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.4...v2.0.5
96
- [ 2.0.4 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.3...v2.0.4
97
- [ 2.0.3 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.2...v2.0.3
98
- [ 2.0.2 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.1...v2.0.2
99
- [ 2.0.1 ] : https://github.com/nhairs/python-json-logger/compare/v2.0.0...v2.0.1
100
- [ 2.0.0 ] : https://github.com/nhairs/python-json-logger/compare/v0.1.11...v2.0.0
101
- [ 0.1.11 ] : https://github.com/nhairs/python-json-logger/compare/v0.1.10...v0.1.11
0 commit comments