From 4ba609de13a64899d317de09f59947eab0bc992d Mon Sep 17 00:00:00 2001 From: Lu Peng Date: Tue, 27 Apr 2021 14:43:01 -0700 Subject: [PATCH 1/3] Release commit for v2.7.1 --- CHANGELOG.rst | 7 +++++++ aws_xray_sdk/version.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9e3515b..424eaad1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +2.7.1 +========== +* bugfix: Handle exception when sending entity to Daemon. `PR292 `_. +* bugfix: Fixed serialization issue when cause is a string. `PR284 `_. +* improvement: Run tests against Python 3.9 and Django 3.2 LTS. `PR285 `_. +* improvement: Publish metric on distribution availability. `PR279 `_. + 2.7.0 ========== * improvement: Only run integration tests on master. `PR277 `_. diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 9ad573dc..e457d727 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.7.0' +VERSION = '2.7.1' diff --git a/docs/conf.py b/docs/conf.py index 121b1b8d..d0c411d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.7.0' +version = u'2.7.1' # The full version, including alpha/beta/rc tags. -release = u'2.7.0' +release = u'2.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 0d472d3de60542d136f1ff5450fbcc203859e8e7 Mon Sep 17 00:00:00 2001 From: Lu Peng Date: Wed, 28 Apr 2021 15:28:40 -0700 Subject: [PATCH 2/3] Updated CHANGELOG.rst --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 424eaad1..0e99306f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ CHANGELOG 2.7.1 ========== +* improvement: feat(sqla-core): Add support for rendering Database Specific queries. `PR291 `_. +* bugfix: Fixing broken instrumentation for sqlalchemy >= 1.4.0. `PR289 `_. +* improvement: no op trace id generation. `PR293 `_. * bugfix: Handle exception when sending entity to Daemon. `PR292 `_. * bugfix: Fixed serialization issue when cause is a string. `PR284 `_. * improvement: Run tests against Python 3.9 and Django 3.2 LTS. `PR285 `_. From 52fced5b4b752730cf9551125edd5892d8d97e98 Mon Sep 17 00:00:00 2001 From: Lu Peng Date: Wed, 28 Apr 2021 15:53:29 -0700 Subject: [PATCH 3/3] Updated CHANGELOG.rst and version --- CHANGELOG.rst | 5 ++--- aws_xray_sdk/version.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e99306f..47186b02 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,14 +2,13 @@ CHANGELOG ========= -2.7.1 +2.8.0 ========== * improvement: feat(sqla-core): Add support for rendering Database Specific queries. `PR291 `_. * bugfix: Fixing broken instrumentation for sqlalchemy >= 1.4.0. `PR289 `_. -* improvement: no op trace id generation. `PR293 `_. +* feature: no op trace id generation. `PR293 `_. * bugfix: Handle exception when sending entity to Daemon. `PR292 `_. * bugfix: Fixed serialization issue when cause is a string. `PR284 `_. -* improvement: Run tests against Python 3.9 and Django 3.2 LTS. `PR285 `_. * improvement: Publish metric on distribution availability. `PR279 `_. 2.7.0 diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index e457d727..223eb18b 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.7.1' +VERSION = '2.8.0' diff --git a/docs/conf.py b/docs/conf.py index d0c411d5..3301c6fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.7.1' +version = u'2.8.0' # The full version, including alpha/beta/rc tags. -release = u'2.7.1' +release = u'2.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.