From 750dfbddb837059d7672fa3830acd6513377744e Mon Sep 17 00:00:00 2001 From: MagzhanArtykov Date: Thu, 31 Oct 2024 22:42:51 +0500 Subject: [PATCH 1/3] Update NEWS --- NEWS.md | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9b58faeb74..fc0f2b0dc1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,34 @@ -## 24.3.0 - -* [CIRC-2156](https://folio-org.atlassian.net/browse/CIRC-2156) Upgrade "holdings-storage" to 8.0 +## 24.3.0 2024-10-31 + +* Support floating collections (CIRC-2136) +* Correct permissions change in MODCAL-136 (MODCAL-136) +* Upgrade to RMB v35.3.0 (CIRC-2163) +* Add TLR Hold requests handling to the print slips logic (CIRC-2134) +* Add support for interface instance-storage 11.0 (CIRC-2153) +* Upgrade the API version in the ModuleDescriptor-template.json (CIRC-2156) +* Delete obsolete notes permission (CIRC-2154) +* Extend the loan representation with additional fields required for Due date receipt (CIRC-2144) +* Revert CIRC-2100 PR and rework for PrintEventDetail pagination, searching, and sorting (CIRC-2148) +* Allow specifying item location when creating title-level requests (CIRC-2141) +* Bypass pickup SP check for Delivery requests (CIRC-2122) +* Fetch print details while fetching request details based on CQL query (CIRC-2100) +* Error message - after service point changes from `yes` to `no` as Pickup location (CIRC-1980) +* Implement POST API (CIRC-2099) +* Add test case on enableRequestPrintDetailsSetting (CIRC-2096) +* Create API wrapping settings CRUD (CIRC-2111) +* Update error response status and schema for request creation (CIRC-2104) +* Update interface holdings-storage to version 7.0 (CIRC-2095) +* Add isDcb flag value in the loan event for Check-out (CIRC-2084) +* Sort allowed service points by name (CIRC-2094) +* Fix Kafka configuration (CIRC-2037) +* Fix empty template token, `chargeDate`, in reminder notices (CIRC-2077) +* Support override of renewal block due to reminders (CIRC-2019) +* Keep due date when it is within recall return interval (CIRC-2043) +* Ignore `Loan related fee/fine closed` events when loan is already closed (CIRC-2066) +* Apply alternate loan period when multiple requests are in fulfillment in progress (CIRC-2026) +* Add missing permissions (CIRC-2070) +* Set returnDate for lost loans (CIRC-2044) +* Fix item details not fully populated when response contains more than 50 loans (CIRC-2059) ## 24.2.0 2024-03-21 From a183f92f1d606ce8e947be2b3b35a8929b847625 Mon Sep 17 00:00:00 2001 From: MagzhanArtykov Date: Thu, 31 Oct 2024 22:43:37 +0500 Subject: [PATCH 2/3] [maven-release-plugin] prepare release v24.3.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 964270022e..2642224859 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 mod-circulation org.folio - 24.3.0-SNAPSHOT + 24.3.0 Apache License 2.0 @@ -300,7 +300,7 @@ https://github.com/folio-org/mod-inventory scm:git:git://github.com:folio-org/mod-inventory.git scm:git:git@github.com:folio-org/mod-inventory.git - HEAD + v24.3.0 From 2a2438de7fa024e15ec7fde14f4918abbc29f19b Mon Sep 17 00:00:00 2001 From: MagzhanArtykov Date: Thu, 31 Oct 2024 22:43:38 +0500 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2642224859..6dd7672571 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 mod-circulation org.folio - 24.3.0 + 24.3.1-SNAPSHOT Apache License 2.0 @@ -300,7 +300,7 @@ https://github.com/folio-org/mod-inventory scm:git:git://github.com:folio-org/mod-inventory.git scm:git:git@github.com:folio-org/mod-inventory.git - v24.3.0 + HEAD