Releases: folio-org/mod-inventory-storage
Releases · folio-org/mod-inventory-storage
v18.2.3
Upgrades to RAML Module Builder 29.2.2 to upgrade indexes on module upgrade (MODINVSTOR-430, RMB-550)
All indexes will be recreated on module upgrade, this may take long. This is needed for
RMB-498 and other index changes linked in
MODINVSTOR-424 when an existing installation is upgraded.
v18.2.2
- Upgrades to RAML Module Builder 29.2.1 (MODINVSTOR-429, RMB-549)
v18.2.1
- Improve performance of searching by keyword index (MODINVSTOR-424)
- Truncate b-tree indexes to avoid buffer or index size problems (MODINVSTOR-390, MODINVSTOR-395, MODINVSTOR-379, MODINVSTOR-139)
- Upgrades to RAML Module Builder 29.1.5 (MODINVSTOR-418)
v18.2.0
- Increase maximum number of digits for human readable IDs (HRID) (MODINVSTOR-410, MODINVSTOR-411, MODINVSTOR-412)
- Include HRID in sample records for instances, items and holdings (MODINVSTOR-397)
- Improve performance of searching by effective location (MODINVSTOR-407, MODINVSTOR-409)
18.1.0
- Upgrades RAML Module Builder (RMB) to version 29.1.0 (was 28.1.0) (MODINVSTOR-403)
Most notable RAML Module Builder changes:
18.0.0
- Generates
HRID
s forinstance
,holdings
anditem
records (MODINVSTOR-363, MODINVSTOR-373, MODINVSTOR-374, MODINVSTOR-375) - Derives
effective location
foritem
records (MODINVSTOR-348) - Derives
effective call number, suffix and prefix
foritem
records (MODINVSTOR-357, MODINVSTOR-358, MODINVSTOR-360, MODINVSTOR-391) - Introduces
keyword
CQL index forinstance
records (MODINVSTOR-349) - Introduces
last check in date
property foritem
records (MODINVSTOR-386) - Introduces
preceding-succeeding
instance relationship (MODINVSTOR-343) - Introduces
Uniform title
alternative title type (MODINVSTOR-350) - Introduces
LC (local)
andSUDOC
classification types (MODINVSTOR-351) - Sample
instance
records now useFOLIO
as thesource
property (MODINVSTOR-337) - Makes
permanent location
a required property forholdings
(MODINVSTOR-364) - Makes
code
a required properties forinstitution
,campus
andlibrary
location units (MODINVSTOR-315) - Applies stricter validation on UUID properties in
instance
andholdings
records (MODINVSTOR-297, MODINVSTOR-370) - Introduces synchronous batch APIs for
items
,holdings
andinstances
(MODINVSTOR-353) - Upgrades RAML Module Builder to version 27.0.0 (MODINVSTOR-368, MODINVSTOR-383, MODINVSTOR-385)
- Generates
metadata
property for instances created using batch API (MODINVSTOR-387) - Fixes bug with
item status date
being changed even when status has not changed (MODINVSTOR-376) - Fixes bug with
instance status date
not being set when status changes (MODINVSTOR-367) - Changes container memory management (MODINVSTOR-396, FOLIO-2358)
- Provides
item-storage 7.8
- Provides
holdings-storage 4.0
- Provides
location-units 2.0
- Provides
hrid-settings-storage 1.0
- Provides
item-storage-batch-sync 0.1
- Provides
holdings-storage-batch-sync 0.1
- Provides
instance-storage-batch-sync 0.1
v17.0.0
- Adds tags to
items records
(MODINVSTOR-322) - Adds tags to
holdings records
(MODINVSTOR-324) - Adds tags to
instances
(MODINVSTOR-323) - Adds nature of content terms to
instances
(MODINVSTOR-327) - Introduces
item damaged statuses
(MODINVSTOR-286) - Introduces preview
instance storage batch
API (MODINVSTOR-291) - Limits number of database connections when processing instance batches (MODINVSTOR-330)
- Disallows deletion of in use
instance types
(MODINVSTOR-301) - Disallows creation of
holdings type
with existing name (MODINVSTOR-318) - Fixes failures when combining CQL array index and other indexes (MODINVSTOR-319)
- Use sub-queries rather than views for cross-record searching (MODINVSTOR-339, MODINVSTOR-347)
- Provides
item-storage
interface version 7.5 (MODINVSTOR-322) - Provides
holdings-storage
interface version 3.1 (MODINVSTOR-324) - Provides
instance-storage
interface version 7.2 (MODINVSTOR-323, MODINVSTOR-327) - Provides
instance-storage-batch
interface version 0.2 (MODINVSTOR-291) - Provides
item-damaged-statuses
interface version 1.0 (MODINVSTOR-286) - Upgrades RAML Module Builder to version 27.0.0 (MODINVSTOR-342)
v16.0.2
- Update to use new foreign key search (MODINVSTOR-339) and
use RMB 26.3.1
v16.0.1
v16.0.0
- Provides
instance-note-types
interface version 1.0 (MODINVSTOR-300) - Provides
instance-storage
interface version 7.0 (MODINVSTOR-312,MODINVSTOR-297) - Provides
nature-of-content-terms
interface version 1.0 (MODINVSTOR-309) - Provides
item-storage
interface version 7.4 (MODINVSTOR-310) - Provides
identifier-types
interface version 1.2 (MODINVSTOR-305) - Provides
classification-types
interface version 1.2 (MODINVSTOR-306) - Provides
modes-of-issuance
interface version 1.1 (MODINVSTOR-307) - Changes structure of instance.notes (MODINVSTOR-312)
- Adds date and source fields to circulation notes (MODINVSTOR-310)
- Validates UUID properties with pattern (MODINVSTOR-297)
- Adds property
source
to identifier type, classification type, mode of issuance (MODINVSTOR-305, MODINVSTOR-306, MODINVSTOR-307) - Sets array modifiers for contributors, identifiers (MODINVSTOR-311)
- Populate identifiers reference table with more identifiers (MODINVSTOR-313)
- Aligns barcode index (on
item
) with the SQL generated - Upgrades RAML Module Builder to version 26.2.2 (MODINVSTOR-285)
- Improves test coverage, error logging, sample data.