File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ CHANGELOG
5
5
Unreleased
6
6
==========
7
7
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
+
8
23
2.11.0
9
24
==========
10
25
* 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 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'2.11 .0'
65
+ version = u'2.12 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.11 .0'
67
+ release = u'2.12 .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