Skip to content

Releases: folio-org/mod-inventory

v9.1.0

10 Jul 14:52
Compare
Choose a tag to compare
  • Reference record lookups use == CQL relation, instead of = (MODINV-64)

v9.0.0

06 Jul 14:24
Compare
Choose a tag to compare
  • Includes item effectiveLocation property for overall location of item (MODINV-56)
  • Changes item permanentLocation to be property from storage instead of derived (MODINV-56)
  • Provides inventory interface 6.0 (MODINV-56)
  • Requires item-storage interface 5.3 (MODINV-56)
  • Requires holdings-storage interface 1.3 (MODINV-56)
  • Requires instance-types interface 1.0 or 2.0 (MODINV-60)

v8.0.0

15 May 10:27
Compare
Choose a tag to compare
  • Expose change metadata property for items (MODINV-47)
  • Extend the offset and limit paging query parameters to allow maximum integer values (MODINV-55)
  • Provides inventory interface 5.2 (MODINV-47, MODINV-55)
  • Requires locations interface 1.0 or 2.0 (MODINV-49)
  • No longer requires shelf-locations interface (MODINV-49)

v7.1.0

03 Apr 15:05
Compare
Choose a tag to compare
  • Use exact match for barcode and ID lookups using CQL (MODINV-43)
  • Add optional field contributorTypeText to instance.contributors (MODINV-52)
  • Provides inventory interface version 5.1
  • Requires instance-storage interface version 4.2

v7.0.0

09 Jan 10:53
Compare
Choose a tag to compare
  • Require holdingsRecordId from item (MODINV-39)
  • Removes title from item (MODINV-37)
  • Removes instanceId from item (MODINV-38)
  • Removes permanentLocationId from item (MODINV-37)
  • Removes creators from instance (MODINV-41)
  • Adds contributorNameTypeId to contributors in instances (MODINV-41)
  • Provides inventory interface version 5.0
  • Requires item-storage interface version 5.0
  • Requires instance-storage interface version 4.0

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)