About the WarehousePG Release Version Number
WarehousePG version numbers and the way they change identify what has been modified from one WarehousePG release to the next.
A WarehousePG release version number takes the format x.y.z, where:
- x identifies the Major version number
- y identifies the Minor version number
- z identifies the Patch version number
WarehousePG releases that have the same Major release number are guaranteed to be backwards compatible. WarehousePG increments the Major release number when the catalog changes or when incompatible feature changes or new features are introduced. Previously deprecated functionality may be removed in a major release.
The Minor release number for a given Major release increments when backwards compatible new features are introduced or when a WarehousePG feature is deprecated. (Previously deprecated functionality will never be removed in a minor release.)
WarehousePG increments the Patch release number for a given Minor release for backwards-compatible bug fixes.
Parent topic: Managing a WarehousePG cluster