File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 2.9.0
6
+ ==========
7
+ * bugfix: Change logging behavior to avoid overflow. `PR302 <https://github.com/aws/aws-xray-sdk-python/pull/302 >`_.
8
+ * improvement: Lazy load samplers to speed up cold start in lambda. `PR312 <https://github.com/aws/aws-xray-sdk-python/pull/312 >`_.
9
+ * improvement: Replace slow json file name resolver. `PR 306 <https://github.com/aws/aws-xray-sdk-python/pull/306 >`_.
10
+
5
11
2.8.0
6
12
==========
7
13
* improvement: feat(sqla-core): Add support for rendering Database Specific queries. `PR291 <https://github.com/aws/aws-xray-sdk-python/pull/291 >`_.
Original file line number Diff line number Diff line change 1
- VERSION = '2.8 .0'
1
+ VERSION = '2.9 .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.8 .0'
65
+ version = u'2.9 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.8 .0'
67
+ release = u'2.9 .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