diff --git a/NEWS.md b/NEWS.md index 60158411..9191e3d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,22 @@ +## 13.7.0 - Unreleased + ## 13.6.0 - Unreleased +The primary focus of this release was to implement endpoint to update order lines in batch + +[Full Changelog](https://github.com/folio-org/mod-orders-storage/compare/v13.5.0...v13.6.0) + +### Stories +* [MODORDSTOR-346](https://issues.folio.org/browse/MODORDSTOR-346) - Upgrade folio-kafka-wrapper to 3.0.0 version +* [MODORDSTOR-344](https://issues.folio.org/browse/MODORDSTOR-344) - Implement endpoint to update order lines in batch +* [MODORDSTOR-342](https://issues.folio.org/browse/MODORDSTOR-342) - Update to Java 17 mod-orders-storage +* [MODORDSTOR-330](https://issues.folio.org/browse/MODORDSTOR-330) - Update dependent raml-util +* [MODORDSTOR-281](https://issues.folio.org/browse/MODORDSTOR-281) - Logging improvement + +### Bug Fixes +* [MODORDSTOR-343](https://issues.folio.org/browse/MODORDSTOR-343) - Duplicated PO lines have the same numbers related to newly created duplicated order + +### Dependencies +* Bump `java version` from `11` to `17` ## 13.5.0 - Released (Orchid R1 2023) The focus of this release is to replace PGUtil to use PostgresClient and diff --git a/pom.xml b/pom.xml index d1155de3..05ab1eaf 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio mod-orders-storage - 13.6.0-SNAPSHOT + 13.7.0-SNAPSHOT jar @@ -188,7 +188,7 @@ org.folio folio-kafka-wrapper - 3.0.0-SNAPSHOT + 3.0.0 io.vertx diff --git a/ramls/acq-models b/ramls/acq-models index 505ff2e9..60f52555 160000 --- a/ramls/acq-models +++ b/ramls/acq-models @@ -1 +1 @@ -Subproject commit 505ff2e91f7d5f0e1fc164ad959d4af7e8d76900 +Subproject commit 60f525555a9db9942c5b2ce22bed0a8d79cd3a13 diff --git a/src/main/resources/templates/db_scripts/schema.json b/src/main/resources/templates/db_scripts/schema.json index 5e1f4eb5..200f1d8d 100644 --- a/src/main/resources/templates/db_scripts/schema.json +++ b/src/main/resources/templates/db_scripts/schema.json @@ -343,6 +343,11 @@ "caseSensitive": false, "removeAccents": true }, + { + "fieldName": "donorOrganizationIds", + "caseSensitive": false, + "removeAccents": true + }, { "fieldName": "title", "tOps": "DELETE"