Commit bd058ef
committed
chore(release): 8.0.0-beta.1
# [8.0.0-beta.1](v7.0.0...v8.0.0-beta.1) (2026-04-03)
* 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.1 parent 5316cff commit bd058ef
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
0 commit comments