File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
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+
5142.7.0
615==========
716* 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 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'2.7 .0'
65+ version = u'2.8 .0'
6666# The full version, including alpha/beta/rc tags.
67- release = u'2.7 .0'
67+ release = u'2.8 .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