Changelog
All releases with detailed changelogs are available on GitHub:
Each release tag contains the complete list of changes, bugfixes, and new features.
Versioning
OpsWeave follows Semantic Versioning:
- Major (X.0.0) — Breaking changes
- Minor (0.X.0) — New features, backwards compatible
- Patch (0.0.X) — Bugfixes and minor improvements
Current Version
The installed version is shown under Settings → System and returned by the health endpoint:
bash
curl https://your-instance/api/v1/system/health
# → {"data":{"version":"0.8.2", ...}}Update Notifications
OpsWeave optionally checks for new versions (can be disabled):
bash
# Disable via environment variable
OPSWEAVE_UPDATE_CHECK=false