* Test functionality in `AsyncContext` in `aws_xray_sdk`, including fix in v2.10.0 * Upgrade `poetry` to v1.5.1, and update development-time dependencies to use dependency groups.
1.6.2
Security: * Upgrade `certifi` to v2023.7.22 to resolve security vulnerability with the e-Tugra root SSL certificate (https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A has further details)
Changed:
1.6.1
Not secure
Changed: * Test support for python v3.11 and upgrade some dependencies. No code changes.
1.6.0
Not secure
Changed: * Removed explicit support for Python 3.6. Releases of `xraysink` are no longer tested against Python 3.6, and are not marked as compatible with Python 3.6 for `poetry`/`pip`.
1.5.2
Not secure
Changed: * Fallback to "localhost" in middleware if the `Host` header is not supplied. (h/t mroswald)
1.5.1
Not secure
Changed: * Updated minimum supported Python version from v3.6.0 to v3.6.2. This was caused by updating the minimum versions of the libraries we test against.