File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ CHANGELOG
55Unreleased
66==========
77
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+
8222.10.0
923==========
1024* 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 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'2.10 .0'
65+ version = u'2.11 .0'
6666# The full version, including alpha/beta/rc tags.
67- release = u'2.10 .0'
67+ release = u'2.11 .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