Skip to content

Releases: folio-org/mod-circulation

v23.1.2

18 Aug 10:57
Compare
Choose a tag to compare
  • Add support for more loan date formats (CIRC-1577)

v23.1.1

25 Jul 12:09
Compare
Choose a tag to compare

23.1.1 2022-07-25

  • Request record is not correctly stored in the log (CIRC-1565)

v23.0.11

11 Jul 14:41
Compare
Choose a tag to compare
  • Age to lost loans with Actual cost enabled in the Lost item fee policy (CIRC-1557)

v23.1.0

28 Jun 11:51
Compare
Choose a tag to compare

23.1.0 2022-06-28

  • Create Actual Cost Record when item declared lost if Actual Cost is selected in Lost Item Policy (CIRC-714)
  • Create Actual Cost Record when item is aged to lost if Actual Cost is selected in Lost Item Policy (CIRC-894)
  • Add tests for aging overdue items to lost (CIRC-895)
  • Disable actual cost record creation (CIRC-1554)
  • Update loan schema according to actual json response (CIRC-915)
  • Do not fail when nonexistent location ID is passed to GET /circulation/rules/request-policy (CIRC-1169)
  • Pull inventory repository creation up (CIRC-1418)
  • POST /circulation/requests/instances must create true TLR when feature is enabled (CIRC-1442)
  • Fix checkout closing request for different item of the same instance (CIRC-1450)
  • Add missing permissions for circulation rules (CIRC-1453)
  • Use identity map to cache item storage representation (CIRC-1454)
  • Do not allow Hold TLRs for instance with available items (CIRC-1455)
  • Add missing permission to POST /circulation/requests/instances (CIRC-1456)
  • Extract item repository dependencies (CIRC-1458)
  • Remove redundant notes permission (CIRC-1461)
  • Change due date when item is renewed (CIRC-1463)
  • Fix patron notices not going out for recalled loans (CIRC-1464)
  • Update logContextItem properly when building NoticeLogContextItem (CIRC-1465)
  • Remove most usages of item representation within domain (CIRC-1466)
  • Populate effectiveLocationCampus and effectiveLocationInstitution properly when sending TLR confirmation notice (CIRC-1467)
  • Add missing circulation.override permission definitions (CIRC-1469)
  • Fix two recall-related automated patron blocks that do not enforce (CIRC-1471)
  • Publish LOAN_CLOSED event when last Lost Item Fee for loan is closed (CIRC-1474)
  • TLR Recall should pick item with loan with next closest due date if another recall request exists, and the one with the least recalls if there are no not recalled loans (CIRC-1475)
  • Extend due date of a loan after recall (CIRC-1476)
  • Do not check request policy for TLR Holds and create Recalls first when placing instance level requests (CIRC-1479)
  • Refuse ILR creation when TLR for the same instance already exists (CIRC-1481)
  • Truncate loan due date during checkout only if there is a recall request on the same item (CIRC-1488)
  • Use fixed date time during refund processing tests (CIRC-1494)
  • Fix TLR notice circulation log record (CIRC-1495)
  • Cancel aged to lost and declared lost fees that are paid/transferred in full when item is returned (CIRC-1496)
  • Set due dates of loans with fixed due date loan policies using the correct loan period (CIRC-1497)
  • Pick item closest to pickup service point for Page TLR (CIRC-1500)
  • Log request id and tenant id (CIRC-1501)
  • Update logic for publishing LOAN_DUE_DATE_CHANGED events (CIRC-1503)
  • Do not send Request Expiration notices for Closed - Filled requests (CIRC-1504)
  • Display correct previous date in circulation log when item is recalled (CIRC-1505)
  • Fix instance level request endpoint, create ILRs when TLR feature is disabled (CIRC-1507)
  • Replace deprecated logger (CIRC-1510)
  • Delete overnight notice when failed to build template context for it (CIRC-1515)
  • Fetch expired or cancelled requests in bathes when building Hold Shelf Clearance Report (CIRC-1517)
  • Add policy IDs to the Account record (CIRC-1526)
  • Update the failure message of the closed request validator (CIRC-1530)
  • Allow to move TLR Recalls and Pages to another item, but not Holds (CIRC-1531)
  • Don't pass dash comment with lost item fees (CIRC-1532)
  • Format monetary values in patron notices to always show 2 decimal places (CIRC-1537)
  • Upgrade Vert.x to 4.2.7, Spring to 5.2.22, mod-pubsub-client to 2.4.3 and xstream to 1.4.19 (CIRC-1539)
  • Extend errors with enum values as parameters (CIRC-1541)
  • Add manual block subpermissions for renew-by-barcode endpoint (CIRC-1545)
  • Fulfill TLR Recall when item of the same instance is returned (CIRC-1549)

v23.0.10

27 Jun 16:21
Compare
Choose a tag to compare
  • Provide backward compatibility for legacy clients of request creation API (CIRC-1546)

v23.0.9

30 May 14:32
Compare
Choose a tag to compare
  • Upgrade vulnerable dependencies (Vert.x, Spring, xstream) (CIRC-1539)
  • Rebuild docker container fixing ZipException on 64-bit systems (FOLIO-3484)

v22.1.6

30 May 14:31
Compare
Choose a tag to compare
  • Upgrade vulnerable dependencies (Vert.x, Spring, xstream) (CIRC-1539)
  • Rebuild docker container fixing ZipException on 64-bit systems (FOLIO-3484)

v22.1.5

25 Apr 14:03
Compare
Choose a tag to compare
  • Suspend sending notices after a loan is marked as claimed returned (CIRC-1427)

v23.0.8

15 Apr 15:22
Compare
Choose a tag to compare
  • Change due date when item is renewed (CIRC-1463)

v23.0.7

15 Apr 10:58
Compare
Choose a tag to compare
  • Do not send Request Expiration notices for "Closed - Filled" requests (CIRC-1504)
  • Delete overnight notice when failed to build its template context (CIRC-1515)