The latest mod-inventory-storage provides version 3.0 of the locations interface. mod-circulation currently requires version 1.1 or 2.0 of the interface.
This incompatibility makes it impossible to build a system from the tip of master.
I reckon the changes to inventory-storage `locations` are breaking due to the addition of mandatory property `primaryServicePoint` and the change of `libraryId` from optional to required.
This would potentially break clients that attempt to mutate locations but as far as I can tell, mod-circulation does not. It only declares GET permissions on `inventory-storage.locations` for example (not PUT or POST).
Wayne Schneider October 11, 2018 at 2:14 PM
can provide details on what has changed in the interface.
The latest mod-inventory-storage provides version 3.0 of the locations interface. mod-circulation currently requires version 1.1 or 2.0 of the interface.
This incompatibility makes it impossible to build a system from the tip of master.