Releases: folio-org/mod-inventory-storage
Releases · folio-org/mod-inventory-storage
v7.1.0
- Add metadata generation (dates and update user) to instance records (MODINVSTOR-37)
- Provides
instance-storage
4.1 interface (MODINVSTOR-37)
v7.0.0
- Require
holdingsRecordId
fromitems
(MODINVSTOR-44) - Removes
creators
frominstances
(MODINVSTOR-33) - Removes
title
fromitems
(MODINVSTOR-29) - Removes
instanceId
fromitems
(MODINVSTOR-29) - Removes
permanentLocationId
fromitems
(MODINVSTOR-29) - Adds
contributorNameTypeId
tocontributors
ininstances
(MODINVSTOR-33) - No longer provides
creator-types
1.0 interface (MODINVSTOR-33) - Provides
contributor-name-types
1.0 interface (MODINVSTOR-33) - Provides
instance-storage
4.0 interface (MODINVSTOR-33) - Provides
item-storage
5.0 interface (MODINVSTOR-29)
v6.0.0
- Adds optional property
electronicLocation
toholdingsRecord
. Makes permanentLocationId optional (MODINVSTOR-35, UIIN-15) - Adds optional properties
enumeration
,chronology
,pieceIdentifiers
,numberOfPieces
,notes
toitem
(MODINVSTOR-34) title
is now optional for anitem
(MODINVSTOR-31)- Provides
holdings-storage
1.0 interface (MODINVSTOR-25) - Adds
holdingsRecordId
to item (MODINVSTOR-25) - Provides
instance-storage
3.0 interface (MODINVSTOR-17) - Instances: Add controlled vocabularies, providing following interfaces: (MODINVSTOR-17)
identifier-types
1.0contributor-types
1.0creator-types
1.0instance-formats
1.0instance-types
1.0classification-types
1.0- Instances:
identifiers
property refactored, multiple changes (MODINVSTOR-17) - Instances: Fields added: source (mandatory), alternativeTitles, creators (mandatory),
- contributors, subjects, classifications, publication, urls,
- instanceTypeId (mandatory) instanceFormatId, physicalDescriptions,
- languages, notes. (MODINVSTOR-17)
- Removes
location
property from Item record, and store a UUID for a (permanent and temporary) location record instead - Implement
/shelf-locations
endpoint for CRUD of location records - Provides
item-storage
4.1 interface (MODINVSTOR-31) - Provides
shelf-locations
1.0 interface - Upgrades to RAML Module Builder v16.0.3 (MODINVSTOR-20, MODINVSTOR-18, MODINVSTOR-38, MODINVSTOR-43)
- Fixes sorting by title for instances (MODINVSTOR-43)
- Generates Descriptors at build time from templates in ./descriptors (FOLIO-701)
- Adds mod- prefix to names of the built artifacts (FOLIO-813)
v5.1.0
- MODINVSTOR-12 Searching and sorting on material type properties (e.g. materialType.name)
- Upgrade RAML Module Builder to version 13.0.2
- Include implementation version in
id
in Module Descriptor - Provides item-storage interface version 3.1 (notes additional CQL indexes in comments)
v5.0.0
- Disallow additional properties in item requests
- Disallow additional properties in instance requests
- Disallow additional properties in loan type requests
- Disallow additional properties in material type requests
- Items do not require relating to an instance (instanceId is optional)
- Items do not require a barcode
- Items require a title (between 1 and 255 characters)
- Items require a reference to a material type
- Items require a reference to a permanent loan type
- Provides item-storage interface version 3.0
- Provides instance-storage interface version 2.0
- Provides material-types interface version 2.0
- Provides loan-types interface version 2.0
- Upgrade to RAML Module Builder 12.1.2
v4.2.0
- Provide permanent and temporary loan type associations for items