This page provides an overview on router compatibility versions.
compatibilityVersion
property. Older router execution configurations will not include this property, but those configuration are still simply considered to be version 1
.
The compatibilityVersion
property itself comprises two distinct items, delimited by a colon (:
).
1
and composition library package version 0.1.0
.
2
, it will have been successfully composed under version 1
. The Cosmo CDN stores the latest router execution configuration created under router compatibility version 1
(or earlier configurations with no versions) at one address, and “versioned” configurations at different bespoke addresses.
The router compatibility version threshold of a router dictates from where that router will receive and poll its execution configuration. So, a router with a threshold of <=1
will receive and poll its execution config from the original storage address, and a router with a threshold of 2
will receive and poll its execution config from the corresponding version address.
Please see wgc federated-graph version set for full details.