Version Compatibility

Replicante follows the semantic versioning specification to indicate changes that can pose compatibility issues among versions.

The “public API” of Replicante Core is comprised of a set of different interfaces:

  • The public endpoints of the API component.
  • The data schema of elements stored in external systems (i.e, storage, coordinator, message bus).
  • The supported agent communication protocols.

The table below shows a summary of supported agent protocols and minimum upgrade version:

Replicante Version Supported Agent API Upgrade from
0.5.x v1 N/A*
0.4.x v1 N/A*
0.3.x v1 N/A*

*Versions below 1.0.0 are early development released with large breaking changes and realistically unlikely need support for rolling update.