File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ CHANGELOG
5
5
Unreleased
6
6
==========
7
7
8
+ 2.11.0
9
+ ==========
10
+ * bugfix: Fix TypeError by patching register_default_jsonb from psycopg2 `PR350 https://github.com/aws/aws-xray-sdk-python/pull/350 `
11
+ * improvement: Add annotations `PR348 https://github.com/aws/aws-xray-sdk-python/pull/348 `
12
+ * bugfix: Use service parameter to match centralized sampling rules `PR 353 https://github.com/aws/aws-xray-sdk-python/pull/353 `
13
+ * bugfix: Implement PEP3134 to discover underlying problems with python3 `PR355 https://github.com/aws/aws-xray-sdk-python/pull/355 `
14
+ * improvement: Allow list TopicArn for SNS PublishBatch request `PR358 https://github.com/aws/aws-xray-sdk-python/pull/358 `
15
+ * bugfix: Version pinning flask-sqlalchemy version to 2.5.1 or less `PR360 https://github.com/aws/aws-xray-sdk-python/pull/360 `
16
+ * bugfix: Fix UnboundLocalError when aiohttp server raises a CancelledError `PR356 https://github.com/aws/aws-xray-sdk-python/pull/356 `
17
+ * improvement: Instrument httpx >= 0.20 `PR357 https://github.com/aws/aws-xray-sdk-python/pull/357 `
18
+ * improvement: [LambdaContext] persist original trace header `PR362 https://github.com/aws/aws-xray-sdk-python/pull/362 `
19
+ * bugfix: Run tests against Django 4.x `PR361 https://github.com/aws/aws-xray-sdk-python/pull/361 `
20
+ * improvement: Oversampling Mitigation `PR366 https://github.com/aws/aws-xray-sdk-python/pull/366 `
21
+
8
22
2.10.0
9
23
==========
10
24
* bugfix: Only import future for py2. `PR343 <https://github.com/aws/aws-xray-sdk-python/pull/343 >`_.
Original file line number Diff line number Diff line change 1
- VERSION = '2.10 .0'
1
+ VERSION = '2.11 .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.10 .0'
65
+ version = u'2.11 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.10 .0'
67
+ release = u'2.11 .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