Hi,
We recently encounter a problem related to disableRemoteMethod / (patch|update)Attributes :
I have a mixin wich disable every remote methods excepted those whitelisted in mixin options. Our API is covered by tests which suddenly were broken despite the fact that we fix dependencies version. The problem was the following : calling disableRemoteMethod(patchAttributes, false) disable updateAttributes too which was not the case until yesterday.
I tried to find last backported commits but I can't understand what changes imply such a new behavior ... However, how do you apply some commits on previous loopback version ? Is there any channel we can subscribe to be notified of important changes ?
Thank you
LB VERSION : 2.36.0