Skip to content

Commit

Permalink
MODNCIP-44: Support inventory 12.0 in ModuleDescriptor "requires"
Browse files Browse the repository at this point in the history
Add version 12.0 to the list of supported inventory interface versions in ModuleDescriptor "requires" section.

DELETE /inventory/instances and DELETE /inventory/items have been deleting all records.

MODINV-731 changed them to delete records by CQL, this requires a major interface version bump.

mod-ncip doesn't need any code change for this because it doesn't use these two DELETE APIs.
  • Loading branch information
julianladisch committed Aug 31, 2022
1 parent 4e0c916 commit 482ec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"id":"inventory",
"version":"10.2 11.0"
"version":"10.2 11.0 12.0"
},
{
"id":"circulation",
Expand Down

0 comments on commit 482ec71

Please sign in to comment.