Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
04473b4
fix: ADDON-90004 add safe log-rendering helpers to observability module
wtobis-splunk Aug 19, 2026
4d40269
fix: ADDON-90004 cap solnlib.observability log calls at INFO
wtobis-splunk Aug 19, 2026
2c18948
fix: ADDON-90004 add downgrade-to-INFO logging filter
wtobis-splunk Aug 19, 2026
c8bbc5d
fix: ADDON-90004 downgrade metrics SDK logger noise to INFO
wtobis-splunk Aug 19, 2026
fb967ab
fix: ADDON-90004 suppress gRPC C-core stderr and downgrade OTLP logge…
wtobis-splunk Aug 19, 2026
cfb5696
fix: ADDON-90004 add circuit breaker for the OTLP exporter
wtobis-splunk Aug 19, 2026
5c11333
fix: ADDON-90004 synchronize circuit breaker state against concurrent…
wtobis-splunk Aug 19, 2026
bdc76b3
fix: ADDON-90004 wrap the OTLP exporter in the circuit breaker
wtobis-splunk Aug 19, 2026
80606b8
fix: ADDON-90004 validate event_count/byte_count before recording
wtobis-splunk Aug 19, 2026
3b54dc1
fix: ADDON-90004 validate extra_attrs keys and values before recording
wtobis-splunk Aug 19, 2026
0eef64d
fix: ADDON-90004 validate recorder identity strings, raise TypeError
wtobis-splunk Aug 19, 2026
8761cf7
fix: ADDON-90004 validate modinput_type for direct ObservabilityServi…
wtobis-splunk Aug 19, 2026
bf0f800
test: ADDON-90004 assert no WARNING/ERROR logs on invalid modinput_type
wtobis-splunk Aug 19, 2026
81a843d
docs: ADDON-90004 fix ObservabilityService docstring to match INFO lo…
wtobis-splunk Aug 19, 2026
5299255
style: ADDON-90004 apply black formatting to observability changes
wtobis-splunk Aug 19, 2026
572db48
fix: ADDON-90004 don't hold breaker lock across blocking export/shutd…
wtobis-splunk Aug 19, 2026
b43e4f3
docs: ADDON-90004 document process-wide OTel log policy
wtobis-splunk Aug 19, 2026
5a1fa77
fix: ADDON-90004 change observability log level (#461)
wtobis-splunk Aug 20, 2026
9fff4cc
chore(release): 8.1.0-beta.2
srv-rr-github-token Aug 20, 2026
4322928
chore: sync main into develop (resolve conflicts)
wtobis-splunk Aug 20, 2026
04e335a
chore: sync main into develop (resolve conflicts) (#463)
wtobis-splunk Aug 20, 2026
3e3333e
chore(release): 8.1.1-beta.1
srv-rr-github-token Aug 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "solnlib"
version = "8.1.0"
version = "8.1.1-beta.1"
description = "The Splunk Software Development Kit for Splunk Solutions"
authors = ["Splunk <addonfactory@splunk.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion solnlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"utils",
]

__version__ = "8.1.0"
__version__ = "8.1.1-beta.1"
Loading
Loading