Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 1.29 KB

breaking-changes.md

File metadata and controls

29 lines (16 loc) · 1.29 KB
description
See the effects of changes that you make to endpoints

Detect Breaking Changes

The Live Flows view shows the effects that changes you make in endpoints have on other services using these endpoints.

When you make a change to an endpoint, a Breaking changes alert is shown. This indicates that another flow that uses the endpoint is affected by the change, and may not function correctly as a result.

Click on View change to see the response difference.

Click V_iew dependencies_ to see which other services use this endpoint, and are affected by the change. In the example, two additional services (flows-api, and aspecto-notifications), are affected by the change, with several flows in each.
Click on the services to investigate further the affected flows

{% hint style="warning" %} If breaking changes never appears, Aspecto might not be running on your service in a deployed environment. {% endhint %}