Suppose that
- I have a Service module, exposing a service action (under the hood rest endpoint).
- I have a consumer application that references this service action.
- I change the name of the service module.
This change does not result in an incompatible/outdated consumer in service studio.
Now on run time I do get errors when I use the logic that uses the service action. This is understandable ofcourse since in the service action is just a rest endpoint (and changing the name, means the url path is changed).
However, since the consumer is known, it would be so nice to have a TrueChange warning during deployment of outdated consumers.