File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ CHANGELOG
5
5
Unreleased
6
6
==========
7
7
8
+ 2.12.1
9
+ ==========
10
+ * bugfix: set_trace_entity() in lambda adds segment to thread `PR409 https://github.com/aws/aws-xray-sdk-python/pull/409 `
11
+ * bugfix: Cleanup after drop of support for Python `PR387 https://github.com/aws/aws-xray-sdk-python/pull/387 `
12
+
8
13
2.12.0
9
14
==========
10
15
* improvement: Default Context Missing Strategy set to Log Error `PR372 https://github.com/aws/aws-xray-sdk-python/pull/372 `
Original file line number Diff line number Diff line change 1
- VERSION = '2.12.0 '
1
+ VERSION = '2.12.1 '
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'2.12.0 '
65
+ version = u'2.12.1 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.12.0 '
67
+ release = u'2.12.1 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments