Skip to content

Commit

Permalink
Update NEWS for release 24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrVidinieiev committed Mar 21, 2024
1 parent d0d3832 commit 17660d8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
## 24.2.0 2024-03-21

* Update `feesfines` interface version to 19.0 (CIRC-1914)
* Logging in `org.folio.circulation.domain` package (CIRC-1813)
* Logging in circulation domain: D-L (CIRC-1909)
* Logging in circulation domain: M-U (CIRC-1910)
* Logging in circulation resources: O-T (CIRC-1896)
* Check-in/check-out for virtual item (CIRC-1907)
* Revert CIRC-1793 - remove support for token `loan.additionalInfo` in patron notices (CIRC-1942)
* Partial revert of CIRC-1527: bring back the correct delay for scheduled Aged To Lost Fee charging job (CIRC-1947)
* User primary address Country token fetches the Country code in the patron notices (CIRC-1931)
* Add support for Actual Cost Records properties lost in deserialization (CIRC-1769)
* Search-slips endpoint skeleton (CIRC-1932)
* Drools 7.74.1, xstream 1.4.20 (CIRC-1954)
* Fix Hold Shelf Expiration to respect Closed Library Dates (CIRC-1893)
* Add missing permission set for allowed service points endpoint (CIRC-1953)
* Upgrade to RMB 35.1.1, Vert.x 4.4.6, Log4j 2.20.0, mod-pubsub-client 2.11.2 (CIRC-1962)
* Fix test `OverduePeriodCalculatorServiceTest#getOpeningDayDurationTest`
* Request delivery staff slip: Requester country token information displayed wrong `stripes-components.countries` (CIRC-1955)
* Add field `loan.additionalInfo` to notice context (CIRC-1946)
* Asynchronously publish the ITEM_CHECKED_OUT event and ignore the result (CIRC-1950)
* Handle circulation rules update events (CIRC-1958)
* Skip account creation for reminders without a fee (CIRC-1970)
* Fix returning same error code for different error messages (CIRC-1961)
* Do not refresh circulation rules cache on GET and PUT `/circulation/rules` (CIRC-1977)
* Print `pendingLibraryCode` in DCB CheckIn Slips (CIRC-1981)
* The option to print picks slips doesn't activate (CIRC-1994)
* Reminders schedule around closed days (CIRC-1920)
* Use query-based endpoint for to fetch items by barcode (CIRC-1999)
* Pass tenant's timezone in the payload while creating circ log entries (CIRC-2006)
* Set `reminderFee` as loan action (CIRC-1984)
* Implementation for Search Slips API (CIRC-1933)
* Reschedule reminders on renewal (CIRC-1968)
* Unit tests for DCB changes (CIRC-1988)
* Optionally refuse renewal of items with reminders (CIRC-1923)
* Fix incorrect information in the Circulation log for the user barcode for In-house use (CIRC-1985)
* Returning DCB title in response if the item is a virtual item (CIRC-2029)
* Update reminder scheduler to handle printed notices (CIRC-1925)
* Combine items with related records during pagination process (CIRC-2018)
* Upgrade the Actions used by API-related GitHub Workflows (FOLIO-3944)
* Fix patron information in circulation log for check-ins that are not tied to a loan or request (CIRC-2045)
* Add new `displaySummarry` field to the Item schema (CIRC-2036)
* Do not send "Aged to lost" notice for closed loan (CIRC-1965)
* Reschedule reminder notices on recall (CIRC-2030)
* Reschedule reminder notices on due date change (CIRC-2005)
* Upgrade RMB to v35.2.0 (CIRC-2048)
* Support circulationItem for edge-patron requests for DCB Integration (CIRC-1966)

## 24.0.0 2023-10-11

* Fix NPE when user without barcode tries to check out an item that is already requested (CIRC-1550)
Expand Down

0 comments on commit 17660d8

Please sign in to comment.