From 2fe6af0bff2c43fda48b59204b1c2cf9674e976d Mon Sep 17 00:00:00 2001 From: Marc Johnson Date: Mon, 2 Dec 2019 16:53:16 +0000 Subject: [PATCH] Update news to reflect 17.0.0 release --- NEWS.md | 51 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5e5bef9216..c87497208e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,42 @@ +## 17.0.0 2019-12-02 + +* Introduces ability to reorder requests in an item’s queue (CIRC-446, CIRC-455, CIRC-531) +* Supports delivery fulfilment for requests (CIRC-454, CIRC-508, CIRC-509, CIRC-511) +* Can automatically anonymize closed loans (CIRC-364, CIRC-367) +* Prevents loan anonymization when loan has outstanding fees or fines (CIRC-368) +* Can specify an alternative loan or renewal period when item has a pending hold request (CIRC-199, CIRC-200) +* Stores last time an item is checked in (CIRC-522) +* Introduces lost item fee and overdue fine policies into circulation rules (CIRC-467, CIRC-495) +* Introduces location units into circulation rules (CIRC-405, CIRC-413, CIRC-414) +* Can block renewal when item has a pending hold request (CIRC-201) +* Support opening hours that cross midnight when checking out items (CIRC-534) +* Long term hold shelf requests at the end of the day (CIRC-543) +* Introduces check in / check out sessions (CIRC-431, CIRC-432, CIRC-433) +* Introduces ability to generate pick slips (CIRC-494) +* Sends patron notices when loan due date changed manually (CIRC-439) +* Introduces report for identifying in-transit items (CIRC-518, CIRC-519, CIRC-520, CIRC-569) +* Prevents inactive or blocked patron from placing requests (CIRC-445, CIRC-476) +* Introduces more tokens for staff slips (CIRC-428, CIRC-542) +* Reduces chance of request position collisions corrupting the request queue for an item (CIRC-463, CIRC-527) +* Does not send patron notices when check in does not change request status (CIRC-477) +* Changes container memory management (CIRC-565, FOLIO-2358) +* Provides `requests-reports 0.4` +* Provides `inventory-reports 0.2` +* Provides `pick-slips 0.1` +* Provides `request-move 0.4` +* Provides `loan-anonymization 0.1` +* Provides `circulation 8.3` +* Provides `circulation rules 1.0` +* Provides `patron-action-session 0.1` +* Requires `item-storage 7.8` +* Requires `holdings-storage 1.0, 2.0, 3.0 or 4.0` +* Requires `request-storage 3.2` +* Requires `request-storage-batch 0.2` +* Requires `calendar 3.0 or 4.0` +* Requires `patron-notice-policy-storage 0.11` +* Requires `location-units 2.0` +* Requires `patron-action-session-storage 0.1` + ## 16.7.0 2019-09-18 * Only change due date for early return on first recall request (CIRC-440) @@ -5,7 +44,7 @@ ## 16.6.0 2019-09-09 * Loan is only updated during requests when due date changes (CIRC-289) -* Respect tenant timezone when creating or moving requests (CIRC-434, CIRC-443) +* Respect tenant timezone when creating or moving requests (CIRC-434, CIRC-443) * Remembers patron group of borrower at check out (CIRC-327) * Loan renewal responds with multiple failure reasons (CIRC-384) * Sends time based request related patron notices (CIRC-387) @@ -29,7 +68,7 @@ * Can override renewals with request related failures (CIRC-311, CIRC-319) * Introduces experimental move request API (CIRC-315, CIRC-316, CIRC-333, CIRC-395) * Decides upon item for title level requests based upon due date (CIRC-361) -* Provides template context for staff slips during check in (CIRC-378) +* Provides template context for staff slips during check in (CIRC-378) * Adds `Closed - Unfilled` and `Closed - Pickup expired` request states (CIRC-350) * Includes additional location information for requests (CIRC-331) * Includes outstanding fees and fines amount to pay for loans (CIRC-323) @@ -87,7 +126,7 @@ * Do not attempt to fetch related records when no requests are found (CIRC-250) * Clear loan action after overriding renewal (CIRC-251) * Stop a patron having more than a single open request for an item (CIRC-255) -* Stop a patron from requesting an item they have on loan (CIRC-258) +* Stop a patron from requesting an item they have on loan (CIRC-258) * Send request related patron notices (CIRC-256, CIRC-262) * Truncate loan due date when item is recalled (CIRC-259) * Paged items can only be checked out by the requester (CIRC-260) @@ -138,13 +177,13 @@ * Using PUT to a loan for check in is no longer supported (CIRC-146) * Provides `circulation` interface version 5.2 (CIRC-146, CIRC-150) * Requires only `item-storage` interface version `6.1` or `7.0` (CIRC-146) -* Requires only `location` interface version `3.0` (CIRC-146) +* Requires only `location` interface version `3.0` (CIRC-146) ## 13.1.0 2018-11-28 * Initial check in by barcode API for checking in an item at a service point (CIRC-154) * Removes additional delivery address properties before storage (CIRC-171) -* Provides `circulation` interface version 5.1 (CIRC-154) +* Provides `circulation` interface version 5.1 (CIRC-154) * Requires `item-storage` interface version `5.3`, `6.0` or `7.0` (CIRC-170) * Requires `instance-storage` interface version `4.0`, `5.0`, or `6.0` (CIRC-168) * Requires `holdings-storage` interface version `1.3`, `2.0` or `3.0` (CIRC-169) @@ -153,7 +192,7 @@ * Stores the service point where checking out or in occurred (CIRC-104) * Uses RAML 1.0 for API documentation (CIRC-157) -* Include extended `patronGroup` properties for requesting `user` for (CIRC-156) +* Include extended `patronGroup` properties for requesting `user` for (CIRC-156) * Validate pickup service point for a request (CIRC-152) * Bug fixes for fetching related records (CIRC-153, CIRC-161, CIRC-164, CIRC-165) * Provides `circulation` 5.0 interface (CIRC-104)