diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5275cf78..6e485a00 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +2.4.0 +========== +* feature: Add ability to enable/disable the SDK. `PR119 `_. +* feature: Add Serverless Framework Support `PR127 `_. +* feature: Bring aiobotocore support back. `PR125 `_. +* bugfix: Fix httplib invalid scheme detection for HTTPS. `PR122 `_. +* bugfix: Max_trace_back = 0 returns full exception stack trace bug fix. `PR123 `_. +* bugfix: Rename incorrect config module name to the correct global name. `PR130 `_. +* bugfix: Correctly remove password component from SQLAlchemy URLs, preventing... `PR132 `_. + 2.3.0 ========== * feature: Stream Django ORM SQL queries and add flag to toggle their streaming. `PR111 `_. diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 0f572f9f..62593941 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.3.0' +VERSION = '2.4.0' diff --git a/docs/conf.py b/docs/conf.py index badeb395..ab150859 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.3.0' +version = u'2.4.0' # The full version, including alpha/beta/rc tags. -release = u'2.3.0' +release = u'2.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.