Skip to content

Commit 2d2935e

Browse files
committed
Release 3.0.1
1 parent 0e1ff25 commit 2d2935e

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

CHANGELOG.md

+16-21
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
814

915
Note: using new major version to seperate changes from this fork and the original (upstream). See #1 for details.
1016

@@ -21,16 +27,16 @@ Note: using new major version to seperate changes from this fork and the origina
2127
- Split lint and test steps in GHA
2228
- Use validate-pyproject, black, pylint, mypy
2329

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
2531
### Changed
2632
- Fix inclusion of py.typed in pip packages - @sth
2733
- Added pytest support with test file rename. Migrated to assertEqual
2834

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
3036
### Changed
3137
- Parameter `rename_fields` in merge_record_extra is now optional - @afallou
3238

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
3440
### Added
3541
- Allow reserved attrs to be renamed - @henkhogan
3642
- Support added for Python 3.11
@@ -44,11 +50,11 @@ Note: using new major version to seperate changes from this fork and the origina
4450
- Moved type check via tox into 3.11 run only
4551
- Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)
4652

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
4854
### Changed
4955
- Fix too strict regex for percentage style logging - @aberres
5056

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
5258
### Added
5359
- Add PEP 561 marker/basic mypy configuration. - @bringhurst
5460
- 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
5864
- Update documentation link to json module + use https - @deronnax
5965
- Dropped 3.5 support. - @bringhurst
6066

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
6268
### Added
6369
- Officially supporting 3.9 - @felixonmars.
6470
- 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
6773
- Dropped Travis CI for Github Actions.
6874
- Wheel should build for python 3 instead of just 3.4 now.
6975

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
7177
### Added
7278
- Support Pypi long descripton - @ereli-cb
7379
### Changed
7480
- You can now rename output fields - @schlitzered
7581

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
7783
### Added
7884
- New Changelog
7985
- Added timezone support to timestamps - @lalten
@@ -83,19 +89,8 @@ Note: using new major version to seperate changes from this fork and the origina
8389
- Support for Python 2.7
8490
- Debian directory
8591

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
8793
### Added
8894
- Support for Python 3.7
8995
### Changed
9096
- '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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-json-logger"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "JSON Log Formatter for the Python Logging Package"
99
authors = [
1010
{name = "Zakaria Zajac", email = "[email protected]"},

0 commit comments

Comments
 (0)