File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ CHANGELOG
55Unreleased
66==========
77
8+ 2.12.0
9+ ==========
10+ * improvement: Default Context Missing Strategy set to Log Error `PR372 https://github.com/aws/aws-xray-sdk-python/pull/372 `
11+ * bugfix: Pin tox version to <=3.27.1 to fix CI tests `PR374 https://github.com/aws/aws-xray-sdk-python/pull/374 `
12+ * improvement: Sample app dependency update `PR373 https://github.com/aws/aws-xray-sdk-python/pull/373 `
13+ * bugfix: Fix pynamodb tests for Python < 3.6 `PR375 https://github.com/aws/aws-xray-sdk-python/pull/375 `
14+ * improvement: Use latest GH Actions versions in CI tests `PR365 https://github.com/aws/aws-xray-sdk-python/pull/365 `
15+ * improvement: Simplify setup script `PR363 https://github.com/aws/aws-xray-sdk-python/pull/363 `
16+ * bugfix: Fix deprecation warnings related to asyncio `PR364 https://github.com/aws/aws-xray-sdk-python/pull/364 `
17+ * improvement: Run tests against Python 3.10 and 3.11 `PR376 https://github.com/aws/aws-xray-sdk-python/pull/376 `
18+ * improvement: Sample app dependency update `PR380 https://github.com/aws/aws-xray-sdk-python/pull/380 `
19+ * bugfix: Pin sqlalchemy version to 1.x to fix tests `PR381 https://github.com/aws/aws-xray-sdk-python/pull/381 `
20+ * bugfix: Fix sample app dependencies incompatibility with XRay SDK `PR382 https://github.com/aws/aws-xray-sdk-python/pull/382 `
21+ * bugfix: Start MySQL from GH Actions, upgrade Ubuntu, and remove Python versions for unit tests `PR384 https://github.com/aws/aws-xray-sdk-python/pull/384 `
22+
8232.11.0
924==========
1025* bugfix: Fix TypeError by patching register_default_jsonb from psycopg2 `PR350 https://github.com/aws/aws-xray-sdk-python/pull/350 `
Original file line number Diff line number Diff line change 1- VERSION = '2.11 .0'
1+ VERSION = '2.12 .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.11 .0'
65+ version = u'2.12 .0'
6666# The full version, including alpha/beta/rc tags.
67- release = u'2.11 .0'
67+ release = u'2.12 .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