Agent updates are released with semantic versioning, which means the versioning follows the Major.Minor.Patch
versions.
Major version updates make incompatible backward changes.
Minor version updates introduce new features in a backward-compatible manner.
Patch version updates fix bugs and security vulnerabilties in a backward-compatible manner therefore Minor and Major Patch version updates are always safe to apply.
You can learn more at https://semver.org.