From 4a23705f6417eed41b1115dcc72de6cfc9f0670f Mon Sep 17 00:00:00 2001 From: Jeffery Saeteurn Date: Tue, 5 Mar 2019 10:13:42 -0800 Subject: [PATCH] 2.4.2 release commit --- CHANGELOG.rst | 5 +++++ aws_xray_sdk/version.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8e039039..0a0c8fd4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ CHANGELOG ========= +2.4.2 +========== +* bugfix: Fix exception processing in Django running in Lambda. `PR145 `_. +* bugfix: Poller threads block main thread from exiting bug. `PR144 `_. + 2.4.1 ========== * bugfix: Middlewares should create subsegments only when in the Lambda context running under a Lambda environment. `PR139 `_. diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 7bdfe7df..7184b886 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.4.1' +VERSION = '2.4.2' diff --git a/docs/conf.py b/docs/conf.py index a6360e14..5a49a4ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.4.1' +version = u'2.4.2' # The full version, including alpha/beta/rc tags. -release = u'2.4.1' +release = u'2.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.