File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 2.4.0
6
+ ==========
7
+ * feature: Add ability to enable/disable the SDK. `PR119 <https://github.com/aws/aws-xray-sdk-python/pull/119 >`_.
8
+ * feature: Add Serverless Framework Support `PR127 <https://github.com/aws/aws-xray-sdk-python/pull/127 >`_.
9
+ * feature: Bring aiobotocore support back. `PR125 <https://github.com/aws/aws-xray-sdk-python/pull/125 >`_.
10
+ * bugfix: Fix httplib invalid scheme detection for HTTPS. `PR122 <https://github.com/aws/aws-xray-sdk-python/pull/122 >`_.
11
+ * bugfix: Max_trace_back = 0 returns full exception stack trace bug fix. `PR123 <https://github.com/aws/aws-xray-sdk-python/pull/123 >`_.
12
+ * bugfix: Rename incorrect config module name to the correct global name. `PR130 <https://github.com/aws/aws-xray-sdk-python/pull/130 >`_.
13
+ * bugfix: Correctly remove password component from SQLAlchemy URLs, preventing... `PR132 <https://github.com/aws/aws-xray-sdk-python/pull/132 >`_.
14
+
5
15
2.3.0
6
16
==========
7
17
* feature: Stream Django ORM SQL queries and add flag to toggle their streaming. `PR111 <https://github.com/aws/aws-xray-sdk-python/pull/111 >`_.
Original file line number Diff line number Diff line change 1
- VERSION = '2.3 .0'
1
+ VERSION = '2.4 .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.3 .0'
65
+ version = u'2.4 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.3 .0'
67
+ release = u'2.4 .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