Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Oct 12, 2023
1 parent bc85dad commit 0d574ef
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0d574ef

Please sign in to comment.