File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ CHANGELOG
44
55Unreleased
66==========
7+
8+ 2.10.0
9+ ==========
10+ * bugfix: Only import future for py2. `PR343 <https://github.com/aws/aws-xray-sdk-python/pull/343 >`_.
11+ * bugfix: Defensively copy context entities to async thread. `PR340 <https://github.com/aws/aws-xray-sdk-python/pull/340 >`_.
712* improvement: Added support for IGNORE_ERROR option when context is missing. `PR338 <https://github.com/aws/aws-xray-sdk-python/pull/338 >`_.
813
9142.9.0
Original file line number Diff line number Diff line change 1- VERSION = '2.9 .0'
1+ VERSION = '2.10 .0'
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'2.9 .0'
65+ version = u'2.10 .0'
6666# The full version, including alpha/beta/rc tags.
67- release = u'2.9 .0'
67+ release = u'2.10 .0'
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments