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 4358c3e commit 8df3a22Copy full SHA for 8df3a22
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
+## 4.0.0 - 2018-07-04
9
+
10
+### Added
11
+ - Log exception stacktrace
12
13
+### Changed
14
+ - Incompatible change: removed `log` function from request in falcon support
15
16
## 3.3.1 - 2018-06-18
17
18
### Fixed
sap/cf_logging/__init__.py
@@ -10,7 +10,7 @@
from sap.cf_logging.record.request_log_record import RequestWebRecord
from sap.cf_logging.record.simple_log_record import SimpleLogRecord
-__version__ = '3.3.1'
+__version__ = '4.0.0'
_SETUP_DONE = False
FRAMEWORK = None
0 commit comments