v10.1.2
marcjohnson-kint
released this
01 May 11:01
·
6998 commits
to master
since this release
- Initial check out API for checking out an item to a loanee using their barcodes (CIRC-74)
- Rename
metaData
property tometadata
(CIRC-98) - Add shelving location to loan rule parser (CIRC-16)
- Add required priority keyword to loan rule engine (CIRC-17)
- Add "all" keyword to loan rule engine (CIRC-18)
- Add ! (negation) operator to loan rule engine (CIRC-19)
- Implement applyAll API endpoint of loan rules engine (CIRC-33)
- applyAll API endpoint returns loan policy ID rather than loan policy itself (CIRC-33)
- Implement /circulation/loan-rules/apply-all endpoint (fix 500 status) (CIRC-63)
- Implement antlr parser; wire loan rules against UUIDs of controlled vocabularies (CIRC-35)
- Fix "Loan rule is not processed when no space after colon between rule and policy" (CIRC-73)
- Fix for multiple value headers in storage module responses (CIRC-103)
- Adds missing location permission for getting loans in module descriptor (CIRC-105)
- Forward on X-Okapi-Request-Id header if present (CIRC-99)
- Provides
circulation
interface 3.1 (CIRC-98, CIRC-33, CIRC-74) - Requires
loan-storage
interface 4.0 (CIRC-98) - Requires
request-storage
interface 2.0 (CIRC-98) - Requires
loan-policy-storage
interface 1.2 (CIRC-74) - Requires
fixed-due-date-schedules-storage
interface 2.0 (CIRC-74)