Releases
An application release is a collection of services that collaborate to deliver features to end users.
Generally, application versioning follows Semantic Versioning (Major.Minor.Patch). However, for this specific application, only the first two parts of the version number (Major and Minor) are used, formatted as - vX.Y:
X (Major): A change in this number indicates that backward compatibility may be affected. Please consult the release notes for detailed information about compatibility changes.
Y (Minor): A change in this number indicates introducing new features or enhancements. Versions with the same Major and increased Minor numbers remain fully compatible with earlier versions
The Patch component typically signifies internal changes or improvements that do not impact the overall application interface or compatibility. Because these changes do not affect compatibility, the Patch number has been omitted from the application version.
Release | Description |
---|---|
v1.0 | The first version of Web Data Source |