Versioning & Compatibility

Versioning & Compatibility

Versioning

All QuartzDesk releases and their components (quartzdesk-web WAR, quartzdesk-agent and quartzdesk-api JARs) follow the <major>.<minor>.<maintenance> version numbering scheme. Where:

<major>
The product major version number.
<minor>
The product minor version number.  
<maintenance>
The product maintenance version number.

 

Compatibility

Individual QuartzDesk components are compatible with each other as long as their major and minor version numbers are equal.

For example, QuartzDesk web application (quartzdesk-web component) version 1.3.1 is compatible with QuartzDesk JVM Agent (quartzdesk-agent component) version 1.3.0, 1.3.1, 1.3.2. On the other hand, it is not compatible with QuartzDesk JVM Agent version 1.4.0 because these components have different minor version numbers.

We strongly recommend using QuartzDesk components with identical version numbers.