Release was cancelled due to issues with CI and publishing. See v1.5.1 instead.
1.4.0
Not secure
Fixed: * Update test code to work with latest versions of everything.
1.3.1
Not secure
Fixed: * `KeyError: 'entities'` when using custom `AsyncContext`.
1.3.0
Not secure
Changed: * `xray_task_async()` can be used for functions that are started from within an existing X-Ray segment.
1.2.0
Not secure
Added: * Custom `AsyncContext` class as a drop-in replacement for the context from `aws_xray_sdk` that behaves incorrectly when creating an asyncio task.
1.1.0
Not secure
Changed: * `xray_task_async()` can be used to decorate methods and classmethods. * `xray_task_async()` can set the path component of the synthetic URL.
Added: * `set_xray_log_group()` process-level configuration function (non-async).