Skip to content

Commit

Permalink
Update news to reflect 17.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Dec 2, 2019
1 parent 6feba02 commit 2fe6af0
Showing 1 changed file with 45 additions and 6 deletions.
51 changes: 45 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,50 @@
## 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)

## 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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 2fe6af0

Please sign in to comment.