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 8a3574c commit adee737Copy full SHA for adee737
CHANGELOG.md
@@ -5,6 +5,11 @@ 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.3.1 - 2018-06-18
9
+
10
+### Fixed
11
+ - Correlation ID should be thread safe
12
13
## 3.3.0 - 2018-06-07
14
15
### Added
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.0'
+__version__ = '3.3.1'
_SETUP_DONE = False
16
FRAMEWORK = None
0 commit comments