Skip to content

Commit d574790

Browse files
chore(release): 8.1.0
# [8.1.0](v8.0.0...v8.1.0) (2026-05-13) ### Bug Fixes * ADDON-85914 findings fixes ([#458](#458)) ([175b546](175b546)) * prevent extra_attrs from overriding ATTR_MODINPUT_NAME in record() ([86b7217](86b7217)) * set DELTA aggregation temporality on OTLPMetricExporter ([d71ccfc](d71ccfc)) ### Features * add flush() method to ObservabilityService ([249fb7f](249fb7f)) * add StanzaObservabilityRecorder to solnlib ([02c7d94](02c7d94))
1 parent df6e100 commit d574790

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "solnlib"
19-
version = "8.1.0-beta.1"
19+
version = "8.1.0"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
"utils",
5656
]
5757

58-
__version__ = "8.1.0-beta.1"
58+
__version__ = "8.1.0"

0 commit comments

Comments
 (0)