Releases: folio-org/mod-circulation-storage
Releases · folio-org/mod-circulation-storage
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)
v3.2.0
- Adds
metaData
property to loan (for created and updated information) - Introduces initial loan requests endpoint (CIRCSTORE-14)
- CIRCSTORE-16 operator_id is missing in loan_history_table
- Introduces proxy user ID for a loan (CIRCSTORE-20)
- Provides loan-storage interface 3.2
- Provides request-storage interface 1.0
v3.1.0
- Adds
dueDate
property to loan (using the date-time format) - Adds
renewalCount
property to loan - Provides loan-storage interface 3.1
- CIRCSTORE-15 add default sorting to loan action history in case no sorting requested (upgrades to RMB 13.0.1)
- Include implementation version in
id
in Module Descriptor
v.3.0.0
- Store loan action history for a Loan (CIRCSTORE-12)
- Introduces /loan-history endpoint for the set of historic versions of loans
- Adds required property
action
to loan - Provides loan-storage interface 3.0
Version 2.2.0
- Implement a Loan Rules web service endpoint (CIRCSTORE-8)
- Upgrade to RAML Module Builder 12.1.4: make it run under Windows (RMB-25) and fix UpdateSection (RMB-32)
- UTF-8 encoding in maven (project.build.sourceEncoding, project.reporting.outputEncoding)
v2.1.0
- Provides initial loan policies collection resource
v2.0.0
- Disallow additional properties in loan requests
- Provides loan-storage interface version 2.0
- Upgrade to RAML Module Builder 12.1.2
v1.0.3
- Fix incorrect version number
v1.0.2
- Fix incorrect interface version number
v1.0.1
- Add additional permission descriptions