File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 2.6.0
6
+ ==========
7
+ * bugfix: asyncio.Task.current_task PendingDeprecation fix. `PR217 <https://github.com/aws/aws-xray-sdk-python/pull/217 >`_.
8
+ * bugfix: Added proper TraceID in dummy segments. `PR223 <https://github.com/aws/aws-xray-sdk-python/pull/223 >`_.
9
+ * improvement: Add testing for current Django versions. `PR200 <https://github.com/aws/aws-xray-sdk-python/pull/200 >`_.
10
+ * improvement: IMDSv2 support for EC2 plugin. `PR226 <https://github.com/aws/aws-xray-sdk-python/pull/226 >`_.
11
+ * improvement: Using instance doc to fetch EC2 metadata. Added 2 additional fields. `PR227 <https://github.com/aws/aws-xray-sdk-python/pull/227 >`_.
12
+ * improvement: Added StaleBot. `PR228 <https://github.com/aws/aws-xray-sdk-python/pull/228 >`_.
13
+
5
14
2.5.0
6
15
==========
7
16
* bugfix: Downgrade Coverage to 4.5.4. `PR197 <https://github.com/aws/aws-xray-sdk-python/pull/197 >`_.
Original file line number Diff line number Diff line change 1
- VERSION = '2.5 .0'
1
+ VERSION = '2.6 .0'
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.5 .0'
65
+ version = u'2.6 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.5 .0'
67
+ release = u'2.6 .0'
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