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.8.0
6
+ ==========
7
+ * improvement: feat(sqla-core): Add support for rendering Database Specific queries. `PR291 <https://github.com/aws/aws-xray-sdk-python/pull/291 >`_.
8
+ * bugfix: Fixing broken instrumentation for sqlalchemy >= 1.4.0. `PR289 <https://github.com/aws/aws-xray-sdk-python/pull/289 >`_.
9
+ * feature: no op trace id generation. `PR293 <https://github.com/aws/aws-xray-sdk-python/pull/293 >`_.
10
+ * bugfix: Handle exception when sending entity to Daemon. `PR292 <https://github.com/aws/aws-xray-sdk-python/pull/292 >`_.
11
+ * bugfix: Fixed serialization issue when cause is a string. `PR284 <https://github.com/aws/aws-xray-sdk-python/pull/284 >`_.
12
+ * improvement: Publish metric on distribution availability. `PR279 <https://github.com/aws/aws-xray-sdk-python/pull/279 >`_.
13
+
5
14
2.7.0
6
15
==========
7
16
* improvement: Only run integration tests on master. `PR277 <https://github.com/aws/aws-xray-sdk-python/pull/277 >`_.
Original file line number Diff line number Diff line change 1
- VERSION = '2.7 .0'
1
+ VERSION = '2.8 .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.7 .0'
65
+ version = u'2.8 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.7 .0'
67
+ release = u'2.8 .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