Skip to content

Releases: folio-org/mod-inventory-storage

v7.1.0

08 Jan 14:34
Compare
Choose a tag to compare
  • Add metadata generation (dates and update user) to instance records (MODINVSTOR-37)
  • Provides instance-storage 4.1 interface (MODINVSTOR-37)

v7.0.0

03 Jan 13:43
Compare
Choose a tag to compare
  • Require holdingsRecordId from items (MODINVSTOR-44)
  • Removes creators from instances (MODINVSTOR-33)
  • Removes title from items (MODINVSTOR-29)
  • Removes instanceId from items (MODINVSTOR-29)
  • Removes permanentLocationId from items (MODINVSTOR-29)
  • Adds contributorNameTypeId to contributors in instances (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

22 Dec 12:10
Compare
Choose a tag to compare
  • Adds optional property electronicLocation to holdingsRecord. Makes permanentLocationId optional (MODINVSTOR-35, UIIN-15)
  • Adds optional properties enumeration, chronology, pieceIdentifiers, numberOfPieces, notes to item (MODINVSTOR-34)
  • title is now optional for an item (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.0
  • contributor-types 1.0
  • creator-types 1.0
  • instance-formats 1.0
  • instance-types 1.0
  • classification-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

03 Aug 15:29
Compare
Choose a tag to compare
  • 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

07 Jun 09:29
Compare
Choose a tag to compare
  • 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

10 May 09:30
Compare
Choose a tag to compare
  • Provide permanent and temporary loan type associations for items