From d574790fef4521efd22898ec90b887b05a376be2 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 13 May 2026 12:30:24 +0000 Subject: [PATCH] chore(release): 8.1.0 # [8.1.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v8.0.0...v8.1.0) (2026-05-13) ### Bug Fixes * ADDON-85914 findings fixes ([#458](https://github.com/splunk/addonfactory-solutions-library-python/issues/458)) ([175b546](https://github.com/splunk/addonfactory-solutions-library-python/commit/175b5469d007d9a920bd5ddd6465f4856c4a78d2)) * prevent extra_attrs from overriding ATTR_MODINPUT_NAME in record() ([86b7217](https://github.com/splunk/addonfactory-solutions-library-python/commit/86b7217b50e46152b6fb0a06d5b3bae88cb35dd0)) * set DELTA aggregation temporality on OTLPMetricExporter ([d71ccfc](https://github.com/splunk/addonfactory-solutions-library-python/commit/d71ccfc68d6c14a748c643b2cbd756b31202c0dd)) ### Features * add flush() method to ObservabilityService ([249fb7f](https://github.com/splunk/addonfactory-solutions-library-python/commit/249fb7fad8c6f92fd32cf8e126d851f02a719a68)) * add StanzaObservabilityRecorder to solnlib ([02c7d94](https://github.com/splunk/addonfactory-solutions-library-python/commit/02c7d94c7eb0c273cbc40c8a222f8df1c416553c)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae76b0b0..f4e59e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "8.1.0-beta.1" +version = "8.1.0" description = "The Splunk Software Development Kit for Splunk Solutions" authors = ["Splunk "] license = "Apache-2.0" diff --git a/solnlib/__init__.py b/solnlib/__init__.py index 07e94e29..0c433f6a 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -55,4 +55,4 @@ "utils", ] -__version__ = "8.1.0-beta.1" +__version__ = "8.1.0"