From 0d574efd7df251762a627d95bb18f566ae455c64 Mon Sep 17 00:00:00 2001 From: Roman_Barannyk Date: Thu, 12 Oct 2023 18:04:39 +0300 Subject: [PATCH] Update NEWS --- NEWS.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0ea39f4ee..3a4e8459e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,33 @@ +## 17.1.0 2023-10-12 +* Add notice triggering event `Due date - with reminder fee` (CIRCSTORE-452) +* Add missing descriptions to JSON-schemas (CIRCSTORE-409) +* Change `instaceId` index - remove accents (CIRCSTORE-453) +* Add b-tree index of action for `loan` table (CIRCSTORE-272) +* Create constraints only if they don't exist (CIRCSTORE-445) +* Return single error for invalid request policy (CIRCSTORE-451) +* Validate allowed service points on POST and PUT (CIRCSTORE-429) +* Allow to create Actual cost record without Expiration date (CIRCSTORE-447) +* Add allowed pickup service points to request policy schema (CIRCSTORE-424) +* Fix slow response for CQL searching - requests (CIRCSTORE-411) +* Migrate to Java 17 (CIRCSTORE-430) +* Add metadata object information to circ rules editor screen (CIRCSTORE-410) +* Modify circulation DTOs to include source field (CIRCSTORE-431) +* Use new RMB readonly APIs (CIRCSTORE-359) +* Implement GET, POST and DELETE endpoints for checkout lock (CIRCSTORE-416) +* Add sessionId to scheduled notice and patron action session (CIRCSTORE-421) +* Update request seach index when service point is updated (CIRCSTORE-408) +* Add property `loan.reminders` (CIRCSTORE-414) +* Use GitHub Workflows api-lint and api-schema-lint and api-doc (CIRCSTORE-415) +* Change spelling of `fulfilmentPreference` (CIRSTORE-413) +* Add logging to abstract request migration service (CIRCSTORE-400) +* Handle item update events (CIRCSTORE-407) +* Implement search fields migration (CIRCSTORE-400) +* Search index fields migration script skeleton (CIRCSTORE-399) +* Add effective call number, shelving order and pickup service point name fields to the request schema (CIRCSTORE-398) +* Add b-tree indices to DB schema (CIRCSTORE-402) +* Create index for Actual Cost Record `status` field (CIRCSTORE-397) +* Add default configuration handling for not initialized TLR settings (CIRCSTORE-412) + ## 16.0.0 2023-02-15 * Use folio-kafka-wrapper service to work with KafkaAdminClient (CIRCSTORE-369) * Add TLR requests expiration logic and queue recalculation (CIRCSTORE-368)