From ffa57f76ddfa767878539ba2c3f91ce74d9befef Mon Sep 17 00:00:00 2001 From: psmagin Date: Fri, 1 Nov 2024 11:34:39 +0200 Subject: [PATCH] Update NEWS --- NEWS.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index abc63e328..6a6e84d98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -## v4.0.0 YYYY-mm-DD +## v4.0.0 2024-11-01 ### Breaking changes -* Implement new re-index flow for instance records +* Implement new re-index flow for instance records. Old re-index endpoint doesn't support instance indexing. * Permission changes in `consortium-search` API: * Endpoint `GET /search/consortium/batch/items` requires `consortium-search.items.batch.collection.get` permission * Endpoint `GET /search/consortium/batch/holdings` requires `consortium-search.holdings.batch.collection.get` permission @@ -71,9 +71,15 @@ * Update permissions for consortium-search interface ([MSEARCH-836](https://folio-org.atlassian.net/browse/MSEARCH-836)) ### Dependencies -* Bump `LIB_NAME` from `OLD_VERSION` to `NEW_VERSION` -* Add `LIB_NAME` `2.7.4` -* Remove `LIB_NAME` +* Bump `spring-boot` from `3.2.3` to `3.3.5` +* Bump `folio-spring-support` from `8.1.0` to `8.2.1` +* Bump `folio-service-tools` from `4.0.1` to `4.1.1` +* Bump `folio-cql2pgjson` from `35.2.0` to `35.3.0` +* Bump `opensearch` from `2.12.0` to `2.17.1` +* Bump `mapstruct` from `1.5.5.Final` to `1.6.2` +* Bump `apache-commons-io` from `2.15.1` to `2.17.0` +* Bump `lombok` from `1.18.32` to `1.18.34` +* Bump `streamex` from `0.8.2` to `0.8.3` ---