We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbbbdc commit 6e57277Copy full SHA for 6e57277
CHANGELOG.md
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
The format is based on [Keep a Changelog](http://keepachangelog.com/).
7
8
+## 3.2.0 - 2018-05-31
9
+
10
+### Changed
11
+ - Hide sensitive fields by default
12
13
+### Fixed
14
+ - Do not apply JSON formatting on unknown LogRecord
15
16
## 3.1.1 - 2018-03-06
17
18
### Fixed
sap/cf_logging/__init__.py
@@ -9,7 +9,7 @@
from sap.cf_logging.core.framework import Framework
from sap.cf_logging.formatters.json_formatter import JsonFormatter
-__version__ = '3.1.1'
+__version__ = '3.2.0'
_SETUP_DONE = False
FRAMEWORK = None
0 commit comments