Skip to content

Releases: folio-org/mod-inventory

v6.0.0

22 Dec 12:21
Compare
Choose a tag to compare
  • Removes location property from item record
  • title is now optional for an item (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 and temporaryLocation properties (which include the name fetched from shelf-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

01 Sep 12:36
Compare
Choose a tag to compare
  • Remove module.items.enabled and inventory-storage.all permissions from
    inventory.all set, as part of moving permissions to UI modules (MODINV-23)

v5.1.0

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

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

31 May 14:09
Compare
Choose a tag to compare
  • 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

10 May 09:27
Compare
Choose a tag to compare
  • Include total record count in item and instance collection resources

v4.2.0

10 May 09:29
Compare
Choose a tag to compare
  • Provide permanent and temporary loan type assocations for items
  • Include name of loan type in item representation (by querying loan type controlled vocabulary)