Spring Cloud Pipelines 1.0.0.M5 Released
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M5
.
What’s new?
With 1.0.0.M5
we’ve added a new step in the Build
stage called API Compatibility check
. Now, your pipeline can break when, as a HTTP / messaging producer, you’re doing a backward incompatible change. We’re checking what were the latest contracts you’ve defined for your most recent production deployment and from those contracts we’re generating tests to your current application.
You can read more about this feature in Spring Cloud Pipelines Docs
Also, the…