chore: sync main to develop#459
Merged
Merged
Conversation
# [8.0.0](v7.0.0...v8.0.0) (2026-04-09) * feat!: drop Python 3.7 and 3.8 support ([85567db](85567db)) ### Bug Fixes * add AAA test sections and update docformatter config ([7d959ac](7d959ac)) * address PR comments ([ce3cef9](ce3cef9)) * drop Python 3.7/3.8 support and fix Splunk Python path detection in CI ([8ee9ffc](8ee9ffc)) * fix OTLP exporter happy-path test ([02dd919](02dd919)) * install local solnlib in integration tests instead of PyPI version ([32ba4a7](32ba4a7)) * update copyright year, remove typing_extensions, drop observability from __init__ ([c685f3e](c685f3e)) * update poetry to 2.1.2 ([d12515a](d12515a)) * use regex pattern in .licenserc.yaml to allow any copyright year ([dbb307e](dbb307e)) ### Features * add ObservabilityService ([f7ec4fb](f7ec4fb)) * retrying HTTP calls on errors ([#440](#440)) ([413c3a0](413c3a0)) ### BREAKING CHANGES * Python 3.7 and 3.8 are no longer supported. Minimum required Python version is now 3.9.
Replace the long-lived PAT (GH_TOKEN_ADMIN) with a short-lived GitHub App installation token generated by actions/create-github-app-token@v3 in the publish job. Made-with: Cursor
## Summary - Replace the long-lived PAT (`GH_TOKEN_ADMIN`) with a short-lived GitHub App installation token in the `publish` job - Add `actions/create-github-app-token@v3` step after checkout, using `GH_APP_CLIENT_ID` and `GH_APP_PRIVATE_KEY` secrets - Update `GITHUB_TOKEN` env var for `semantic-release-action` to use the generated app token Made with [Cursor](https://cursor.com)
kkedziak-splunk
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.