How are people reconciling the potential issue where updating the source plugin version might cause or require a schema migration which would break dependent systems like Grafana or automated GraphQL APIs?
Hi @neat-kingfish,
Overall, the CQ team understands that data generated by CQ is an input to many downstream systems, and as such, we are very careful to label breaking changes as major version bumps. In all release notes, it will show any and all changes to the underlying schema.
We recommend that users treat any upgrade as they would any other change to a production system by testing it first in a staging environment.