Last published version: 8.7.4.9074
Strategies for Releasing New Versions
Our company prefers to release new versions (with fewer changes) at more frequent intervals instead of releasing just a few “large” versions per year. This allows us to deliver the required functionalities to our customers faster than we would be able to in the other way.
The rapid release of new versions is, of course, conditional on quality testing, including the consistent use of automated tests.
The Next Patch Version Release
1.12.2024 - version 8.7.5
Versioning
Our company uses a four-part version number, for example 8.3.1.8586, where:
- 8 (Major) – major changes to the application (or transition to another technology) or implementation of significant functionalities. In this particular case, seven means the transition to .NET technology.
- 3 (Minor) – it is changed when the implementation of the functionality package is completed and thus stands more for the development series.
- 1 (Patch) – it is changed during the implementation of each minor functionality or bug fix.
- 8586 (Build) – is used for internal version specification.
Versioning Functionalities
The second number (minor) serves as a designation of a package of planned changes. As soon as the previous functionality package is developed and released (for example, 7.3.x), the minor version is raised to 7.4.0 and new functionalities that are included in version 7.4.x are gradually implemented (and released). Once this whole package is (gradually) developed and deployed, the minor version is raised again and the implementation of another package begins.
List of Functionalities Included in Future Implementation
There is a brief description in each change and an anticipated minor version in which the functionality should be developed and deployed – but this may change over time as our customers' priorities evolve.
Only major changes are listed; minor features and improvements are not listed.