Release notes
This section records what changes in each release of oneGRID Cloud — new features, improvements, and fixes, with links to the manual pages that describe them in detail.
Notes for versions released before 1.5.0 may be added retroactively.
Releases by year
Versioning
oneGRID Cloud follows semantic versioning. Every release is numbered MAJOR.MINOR.PATCH, for example 2.4.1. The three numbers communicate what kind of change a release contains and whether it requires action on your side.
| Type | Version change | Contains | Action needed by users |
|---|---|---|---|
| Patch | 2.4.1 → 2.4.2 | Bug fixes and security fixes | None |
| Minor | 2.4.1 → 2.5.0 | New features, backward compatible | None |
| Major | 2.4.1 → 3.0.0 | Breaking changes | May require configuration changes |
When the MAJOR number increases, MINOR and PATCH reset to 0. When MINOR increases, PATCH resets to 0.
How releases are documented
Each release gets one entry on the page for its year, newest first. An entry is titled with the version number and release date and groups its changes as:
- New — features added in this release
- Improved — changed or extended behavior
- Fixed — resolved issues
- Deprecated — functionality that is deprecated or removed, listed only when a release affects it
- Action required — steps administrators must take, listed only when a release needs them
Every change links to the manual page that documents the feature in detail — the release note announces the change, the manual explains how to use it.