From 93e7b0933e7b261e01ad03a9f285d699b119e3f0 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 28 Nov 2023 14:46:15 -0800 Subject: [PATCH 1/2] release --- contrib/opencensus-ext-azure/CHANGELOG.md | 4 ++++ contrib/opencensus-ext-azure/README.rst | 5 ++--- .../opencensus/ext/azure/common/version.py | 2 +- contrib/opencensus-ext-azure/setup.py | 2 +- opencensus/common/version/__init__.py | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/contrib/opencensus-ext-azure/CHANGELOG.md b/contrib/opencensus-ext-azure/CHANGELOG.md index 70ebc4bfc..d9c1bc174 100644 --- a/contrib/opencensus-ext-azure/CHANGELOG.md +++ b/contrib/opencensus-ext-azure/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.1.12 + +Released 2023-11-28 + - Fix missing/None fields in `ExceptionDetails` ([#1232](https://github.com/census-instrumentation/opencensus-python/pull/1232)) - Fix missing/None typeName field in `ExceptionDetails` diff --git a/contrib/opencensus-ext-azure/README.rst b/contrib/opencensus-ext-azure/README.rst index 6054e698a..71fb73127 100644 --- a/contrib/opencensus-ext-azure/README.rst +++ b/contrib/opencensus-ext-azure/README.rst @@ -1,9 +1,8 @@ OpenCensus Azure Monitor Exporters ================================== -.. note:: - OpenCensus Azure Monitor exporters are on the path to deprecation. They will be officially unsupported by September 2024. Please migrate to the `Azure Monitor OpenTelemetry Distro `_ for the recommended "one-stop-shop" solution or the `Azure Monitor OpenTelemetry exporters `_ for the more hand-on, configurable solution based on `OpenTelemetry `_. - Check out the `migration guide `_ on how to easily migrate Python code. +OpenCensus Azure Monitor exporters are on the path to deprecation. They will be officially unsupported by September 2024. Please migrate to the `Azure Monitor OpenTelemetry Distro `_ for the recommended "one-stop-shop" solution or the `Azure Monitor OpenTelemetry exporters `_ for the more hand-on, configurable solution based on `OpenTelemetry `_. +Check out the `migration guide `_ on how to easily migrate Python code. |pypi| diff --git a/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py b/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py index c07ddbe9c..8221abf1e 100644 --- a/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py +++ b/contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.2.dev0' +__version__ = '1.1.12' diff --git a/contrib/opencensus-ext-azure/setup.py b/contrib/opencensus-ext-azure/setup.py index 28d8c450a..98174a585 100644 --- a/contrib/opencensus-ext-azure/setup.py +++ b/contrib/opencensus-ext-azure/setup.py @@ -43,7 +43,7 @@ install_requires=[ 'azure-core >= 1.12.0, < 2.0.0', 'azure-identity >= 1.5.0, < 2.0.0', - 'opencensus >= 0.12.dev0, < 1.0.0', + 'opencensus >= 0.11.3, < 1.0.0', 'psutil >= 5.6.3', 'requests >= 2.19.0', ], diff --git a/opencensus/common/version/__init__.py b/opencensus/common/version/__init__.py index ebf29a38b..f6dc0f413 100644 --- a/opencensus/common/version/__init__.py +++ b/opencensus/common/version/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.12.dev0' +__version__ = '0.11.3' From afb48147e8ac450e64db976645e53f6f4172db8a Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 28 Nov 2023 14:52:15 -0800 Subject: [PATCH 2/2] Update __init__.py --- opencensus/common/version/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencensus/common/version/__init__.py b/opencensus/common/version/__init__.py index f6dc0f413..ebf29a38b 100644 --- a/opencensus/common/version/__init__.py +++ b/opencensus/common/version/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.11.3' +__version__ = '0.12.dev0'