Versions and Compatibility

OverSIP version is in the form of X.Y.Z (MAJOR, MINOR and TINY version numbers). Examples:

  • 1.1.0
  • 1.1.1
  • 1.2.0
  • 1.3.0
  • 1.3.7
  • 1.4.0

Development engagements

  • Two OverSIP versions with same MAJOR and MINOR numbers (i.e. 1.3.0 and 1.3.7) are API compatible and share the same configuration files with same parameters.
  • A version with same MAJOR and MINOR numbers but a greater TINY number just includes internal improvements or bug fixes (i.e. 1.3.0 and 1.3.7).

Therefore two versions with different MAJOR or MINOR numbers (i.e. 1.3.7 and 1.4.0) are not API compatible and may include different configuration files or parameters.

Relationship with the DEB package version

The oversip DEB package with version X.Y.Z includes the oversip Ruby Gem with same version X.Y.Z.