Flopsar Documentation
3.0
3.0
  • Introduction
  • Overview
    • Versioning
    • Licensing
    • Supported Platforms and Requirements
    • Distribution Packages
    • Release Notes
    • Flopsar Lite
  • Administrator Guide
    • Architecture Fundamentals
    • Installation
    • Agent
    • Server
    • Data Archiving
    • Authentication and Authorization
    • Logging
    • Docker
  • User Guide
    • Workstation
    • Agents Profiles
    • Agents Status
    • Data Browsing
    • Online Monitoring
    • Data Inspector
    • Custom Key-Value Metrics
    • Method Execution Stack
  • Developer Guide
    • Agent API
    • Agent Plugins
    • Server Plugins
    • Database API
  • MISCELLANEOUS
    • Troubleshooting
    • Third-party Components
    • Bug Reporting
Powered by GitBook
On this page
  1. Overview

Versioning

Every version label is composed of three numbers X.Y.Z:

X Major version number: major changes, e.g. architecture change.

Y Minor version number: minor changes, e.g. new features.

Z Small version number: bugs fixes.

Versions X.Y are equivalent to X.Y.0

Do not mix binaries form different releases, since they are not compatible. You can mix only those components, which have the same both major and minor release numbers.

Incompatible components are unable to work together. Any connection between two incompatible components is dropped.

Last updated 5 years ago