From 2ac043898e4368815808b821bb3f249d0aa4e96e Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Wed, 17 Jan 2024 08:30:30 -0800 Subject: [PATCH 1/4] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5861cdcc..91a746f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added configuration of transaction name in response_time metrics by lambda environment ([#257](https://github.com/solarwinds/apm-python/pull/257)) -- Added Dependabot config ([#261](https://github.com/solarwinds/apm-python/pull/261)) +- Added Dependabot config ([#261](https://github.com/solarwinds/apm-python/pull/261), [#270](https://github.com/solarwinds/apm-python/pull/270)) +- Added support for `SW_APM_LOG_FILEPATH` ([#275](https://github.com/solarwinds/apm-python/pull/275)) ### Changed - Fixed unit tests ([#249](https://github.com/solarwinds/apm-python/pull/249)) @@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add API unit tests ([#256](https://github.com/solarwinds/apm-python/pull/256)) - Refactor c-lib init ([#258](https://github.com/solarwinds/apm-python/pull/258)) - SolarWinds c-lib 14.0.0 ([#259](https://github.com/solarwinds/apm-python/pull/259)) -- Upgraded workflow dependencies ([#263](https://github.com/solarwinds/apm-python/pull/263), [#264](https://github.com/solarwinds/apm-python/pull/264), [#265](https://github.com/solarwinds/apm-python/pull/265), [#266](https://github.com/solarwinds/apm-python/pull/266), [#271](https://github.com/solarwinds/apm-python/pull/271)) +- Upgraded workflow dependencies ([#262](https://github.com/solarwinds/apm-python/pull/262),[#263](https://github.com/solarwinds/apm-python/pull/263), [#264](https://github.com/solarwinds/apm-python/pull/264), [#265](https://github.com/solarwinds/apm-python/pull/265), [#266](https://github.com/solarwinds/apm-python/pull/266), [#271](https://github.com/solarwinds/apm-python/pull/271)) - Move build configuration to pyproject.toml ([#273](https://github.com/solarwinds/apm-python/pull/273)) ### Removed From f2419409889c564af2bb44734f45909702b67ab9 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Wed, 17 Jan 2024 08:30:55 -0800 Subject: [PATCH 2/4] Testrelease 1.1.0.4 --- CHANGELOG.md | 2 +- solarwinds_apm/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a746f7..441845ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/solarwinds/apm-python/compare/rel-1.1.0...HEAD) -## [1.1.0.2](https://github.com/solarwinds/apm-python/releases/tag/rel-1.1.0) - 2024-01-09 +## [1.1.0.4](https://github.com/solarwinds/apm-python/releases/tag/rel-1.1.0) - 2024-01-09 ### Added - Added configuration of transaction name in response_time metrics by lambda environment ([#257](https://github.com/solarwinds/apm-python/pull/257)) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 501d2955..a8d1cbb2 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -5,4 +5,4 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """Version of SolarWinds Custom-Distro for OpenTelemetry agents""" -__version__ = "1.1.0.2" +__version__ = "1.1.0.4" From d05626270d197ef415cb342fddddd5e3ee7af584 Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Wed, 17 Jan 2024 15:26:32 -0800 Subject: [PATCH 3/4] Testrelease 1.1.0.5 --- solarwinds_apm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index a8d1cbb2..4b94d383 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -5,4 +5,4 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """Version of SolarWinds Custom-Distro for OpenTelemetry agents""" -__version__ = "1.1.0.4" +__version__ = "1.1.0.5" From 846d55157d22c2b8c3373425808b69651322ad1b Mon Sep 17 00:00:00 2001 From: tammy-baylis-swi Date: Wed, 17 Jan 2024 16:08:48 -0800 Subject: [PATCH 4/4] Testrelease 1.1.0.6 --- solarwinds_apm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarwinds_apm/version.py b/solarwinds_apm/version.py index 4b94d383..325bdcb2 100644 --- a/solarwinds_apm/version.py +++ b/solarwinds_apm/version.py @@ -5,4 +5,4 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """Version of SolarWinds Custom-Distro for OpenTelemetry agents""" -__version__ = "1.1.0.5" +__version__ = "1.1.0.6"