Releases: folio-org/mod-inventory
Releases · folio-org/mod-inventory
v6.0.0
- Removes
location
property fromitem
record title
is now optional for anitem
(MODINV-34)- Adds
holdingsRecordId
to item (MODINV-30) - MODS ingest now creates holdings records (MODINV-30)
- Introduces
enumeration
,chronology
,numberOfPieces
,notes
,pieceIdentifiers
(MODINV-33) - Introduces
permanentLocation
andtemporaryLocation
properties (which include the name fetched fromshelf-locations
) - Provides inventory interface version 4.2
- Requires item-storage interface version 4.1
- Requires instance-storage interface version 3.0
- Requires holding-storage interface version 1.0
- Requires shelf-locations interface version 1.0
- Requires instance-types interface version 1.0
- Requires identifier-types interface version 1.0
- Requires contributor-name-types interface version 1.0
- Adds mod- prefix to names of the built artifacts (FOLIO-813)
v5.1.1
- Remove
module.items.enabled
andinventory-storage.all
permissions from
inventory.all
set, as part of moving permissions to UI modules (MODINV-23)
v5.1.0
- MODINVSTOR-12 Searching and sorting on material type properties (e.g. materialType.name)
- Provides inventory interface version 2.1 (notes additional CQL indexes in comments)
- Requires item-storage interface version 3.1
- Include implementation version in
id
in Module Descriptor - MODINV-18 - Fix for unique barcode check when changing barcode
v5.0.0
- Items do not require relating to an instance (instanceId is optional)
- Items do not require a barcode (no uniqueness check performed when not supplied)
- Items require a title
- Items require a reference to a material type
- Items require a reference to a permanent loan type
- Inventory.all permission set includes permissions for related UI tasks
- Requires item-storage interface version 3.0
- Requires instance-storage interface version 2.0
- Requires material-types interface version 2.0
- Requires loan-types interface version 2.0
v4.4.0
- Makes the all inventory permissions set visible (requires Okapi 1.3.0)
- Includes permission definition for enabling the items UI module (included in all permissions set)
v4.3.0
- Include total record count in item and instance collection resources
v4.2.0
- Provide permanent and temporary loan type assocations for items
- Include name of loan type in item representation (by querying loan type controlled vocabulary)