diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47186b02..56ab858c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +2.9.0 +========== +* bugfix: Change logging behavior to avoid overflow. `PR302 `_. +* improvement: Lazy load samplers to speed up cold start in lambda. `PR312 `_. +* improvement: Replace slow json file name resolver. `PR 306 `_. + 2.8.0 ========== * improvement: feat(sqla-core): Add support for rendering Database Specific queries. `PR291 `_. diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 223eb18b..59eb0ac8 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.8.0' +VERSION = '2.9.0' diff --git a/docs/conf.py b/docs/conf.py index 3301c6fd..b576b0c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.8.0' +version = u'2.9.0' # The full version, including alpha/beta/rc tags. -release = u'2.8.0' +release = u'2.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.