Releases: folio-org/mod-circulation-storage
Releases · folio-org/mod-circulation-storage
v5.3.0
- Upgrades RAML module builder to version 19.1.5, to allow for database connection expiry (CIRCSTORE-62, RMB-154)
v5.2.0
- Adds
Closed - Cancelled
request status enum (CIRCSTORE-59) - Adds cancellation properties to requests (CIRCSTORE-47)
- Introduces cancellation reasons API (CIRCSTORE-57)
- Provides
cancellation-reason-storage
interface 1.0 (CIRCSTORE-57) - Provides
request-storage
interface 2.1 (CIRCSTORE-59, CIRCSTORE-47)
v5.1.0
- Provides
staff-slips-storage
interface 1.0 (CIRCSTORE-52) - For loan-history end-point: Allows limit/offset to set by default when query is null
v5.0.1
- Upgrades RAML Module Builder to version 19.0.0 (CIRCSTORE-43, RMB-130)
- Uses generated sources for generated code (CIRCSTORE-43, RMB-130)
- Renames
metaData
property for loans tometadata
(CIRCSTORE-43) - Renames
metaData
property for requests tometadata
(CIRCSTORE-43) - Renames
metaData
property for fixed due date schedules tometadata
(CIRCSTORE-43) - Only allows one loan rules definition at a time (CIRCSTORE-50)
- Provides
loan-storage
interface 4.0 (CIRCSTORE-43) - Provides
request-storage
interface 2.0 (CIRCSTORE-43) - Provides
fixed-due-date-schedules-storage
interface 2.0 (CIRCSTORE-43) - Uses embedded PostgreSQL 10.1 during tests (CIRCSTORE-43, RMB-126)
v4.6.0
- Allows snapshot of proxying patron metadata to be stored with a request (CIRCSTORE-46)
- Provides request-storage interface 1.5 (CIRCSTORE-46)
v4.5.0
- Adds
systemReturnDate
toloans
(CIRCSTORE-44) - Adds
status
property torequests
(CIRCSTORE-37) - Adds
proxyUserId
torequests
(CIRCSTORE-40) - Fixed due date schedules can now be created with the same
due
andto
dates (CIRCSTORE-42) - Validation errors during creation or update of fixed due date schedules are returned in responses (CIRCSTORE-42)
- Provides loan-storage interface 3.5 (CIRCSTORE-44)
- Provides request-storage interface 1.4 (CIRCSTORE-37, CIRCSTORE-40)
v4.2.0
- Search loan policies using CQL (CIRCSTORE-37)
- Provides loan-policy-storage interface 1.2 (CIRCSTORE-37)
v4.1.0
- Adds
loanPolicyId
property to a loan, to keep the last policy that was applied to this loan (CIRCSTORE-32) - Provides loan-storage interface 3.4 (CIRCSTORE-32)
v4.0.0
Expose new fixed due date schedule end point (/fixed-due-date-schedule-storage/fixed-due-date-schedules
, CIRCSTORE-9)
- Allow only one open loan per item (CIRCSTORE-19) - see readme for further details
(note that this constraint is expressed as a major change in implementation version
yet the interface version remains the same) - Adds relationship between loan policies and fixed due date schedules (CIRCSTORE-29)
- Adds
deliveryAddressTypeId
property to a request for fulfillment to an address (CIRCSTORE-30) - Adds
itemStatus
property to a loan, in order for it to be included in the action history (CIRCSTORE-27) - Adds
itemStatus
property to loan history, when provided in requests for loan (CIRCSTORE-27) - Provides loan-storage interface 3.3 (CIRCSTORE-27)
- Provides request-storage interface 1.2 (CIRCSTORE-30)
- Provides fixed-due-date-schedules-storage interface 1.0 (CIRCSTORE-9)
- Provides loan-policy-storage interface 1.1 (CIRCSTORE-29)
v3.3.0
- Allows requests to be searched and sorted via CQL (CIRCSTORE-22)
- Allows snapshot of item metadata to be stored with a request (CIRCSTORE-23)
- Allows snapshot of requesting patron metadata to be stored with a request (CIRCSTORE-24)
- Provides request-storage interface 1.1
- Add "Publish Module Descriptor" step to Jenkinsfile (FOLIO-728)
- Remove old Descriptors (towards FOLIO-701)
- Generates Descriptors at build time from templates in ./descriptors (FOLIO-701, CIRCSTORE-21)
- Adds mod- prefix to names of the built artifacts (FOLIO-813)
- Move loan-policy.json and period.json to ramls/raml-util (CIRC-11)