Skip to content

Commit 0c32b79

Browse files
Merge branch 'master' into py312
2 parents 3989c7d + 9e6fa9f commit 0c32b79

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ CHANGELOG
55
Unreleased
66
==========
77

8+
2.12.1
9+
==========
10+
* bugfix: set_trace_entity() in lambda adds segment to thread `PR409 https://github.com/aws/aws-xray-sdk-python/pull/409`
11+
* bugfix: Cleanup after drop of support for Python `PR387 https://github.com/aws/aws-xray-sdk-python/pull/387`
12+
813
2.12.0
914
==========
1015
* improvement: Default Context Missing Strategy set to Log Error `PR372 https://github.com/aws/aws-xray-sdk-python/pull/372`

aws_xray_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.12.0'
1+
VERSION = '2.12.1'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'2.12.0'
65+
version = u'2.12.1'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'2.12.0'
67+
release = u'2.12.1'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

sample-apps/flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Flask
55
idna
66
requests
77
urllib3
8-
Werkzeug==2.2.3
8+
Werkzeug==3.0.1
99
flask-sqlalchemy==2.5.1
1010
SQLAlchemy==1.4
1111
aws_xray_sdk==2.6.0

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ envlist =
4343
py{37,38,39,310,311,312}-ext-sqlite3
4444

4545
[testenv]
46-
passenv = TOXENV CI CODECOV_*
46+
passenv = TOXENV,CI,CODECOV_*
4747

4848
deps =
4949
; Testing packages
@@ -77,7 +77,7 @@ deps =
7777

7878
ext-flask: flask >= 0.10
7979

80-
ext-flask_sqlalchemy: flask >= 0.10
80+
ext-flask_sqlalchemy: flask >= 0.10,<3.0.0
8181
ext-flask_sqlalchemy: Flask-SQLAlchemy <= 2.5.1
8282
ext-flask_sqlalchemy: sqlalchemy >=1.0.0,<2.0.0
8383

0 commit comments

Comments
 (0)