From 68dbe010b5c3fb7ba5a9754709714b7dc53ab257 Mon Sep 17 00:00:00 2001 From: Lu Peng <61207760+lupengamzn@users.noreply.github.com> Date: Tue, 23 Mar 2021 13:05:03 -0700 Subject: [PATCH] Release commit for v2.7.0 (#280) --- CHANGELOG.rst | 20 ++++++++++++++++++++ aws_xray_sdk/version.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebd1db30..d9e3515b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,26 @@ CHANGELOG ========= +2.7.0 +========== +* improvement: Only run integration tests on master. `PR277 `_. +* improvement: Add distribution channel smoke test. `PR276 `_. +* improvement: Replace jsonpickle with json to serialize entity. `PR275 `_. +* bugfix: Always close segment in teardown_request handler. `PR272 `_. +* improvement: Close segment in only _handle_exception in case of Internal Server Error. `PR271 `_. +* bugfix: Handling condition where Entity.cause is not a dict. `PR267 `_. +* improvement: Add ability to ignore some requests from httplib. `PR263 `_. +* feature: Add support for SQLAlchemy Core. `PR264 `_. +* improvement: Added always() to run clean up workflow. `PR259 `_. +* improvement: Allow configuring different Sampler in Django App. `PR252 `_. +* bugfix: Restore python2 compatibility of EC2 plugin. `PR249 `_. +* bugfix: eb solution stack name. `PR251 `_. +* improvement: Integration Test Workflow. `PR246 `_. +* improvement: Include unicode type for annotation value. `PR235 `_. +* improvement: Run tests against Django 3.1 instead of 1.11. `PR240 `_. +* bugfix: Generalize error check for pymysql error type. `PR239 `_. +* bugfix: SqlAlchemy: Close segment even if error was raised. `PR234 `_. + 2.6.0 ========== * bugfix: asyncio.Task.current_task PendingDeprecation fix. `PR217 `_. diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 3fd9fb7d..9ad573dc 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.6.0' +VERSION = '2.7.0' diff --git a/docs/conf.py b/docs/conf.py index 6b72a5cf..121b1b8d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.6.0' +version = u'2.7.0' # The full version, including alpha/beta/rc tags. -release = u'2.6.0' +release = u'2.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.