From d9011ecfe329f8f9d426197c493f89a18d8ab055 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 19 Oct 2022 13:48:36 -0500 Subject: [PATCH 1/3] Update news for 4.10.0 release. --- NEWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8b4227a..f4fb853 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ -## 4.10.0 IN-PROGRESS +## 4.10.0 2022-10-19 -* Hold requests without a JSON body will now trigger a 400 error rather than a 500. (EDGPATRON-102) +* Hold requests without a JSON body will now trigger a 400 error rather than a 500. ([EDGPATRON-102](https://issues.folio.org/browse/EDGPATRON-102)) +* Improve error logging for external requests ([EDGPATRON-101](https://issues.folio.org/browse/EDGPATRON-101)) +* Upgrade dependencies fixing DoS and HTTP Request Smuggling ([EDGPATRON-91](https://issues.folio.org/browse/EDGPATRON-91)) +* Replace CompletableFuture with Future, fix spurious failures ([EDGPATRON-92](https://issues.folio.org/browse/EDGPATRON-92)) +* Broken logging: `%d [%thread] %-5level %logger - %msg%n` ([EDGPATRON-90](https://issues.folio.org/browse/EDGPATRON-90)) ## 4.9.0 2022-06-15 From bb5b1696862cf34de57753debc3095828a6cae0d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 19 Oct 2022 18:56:09 +0000 Subject: [PATCH 2/3] [maven-release-plugin] prepare release v4.10.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c5f83ea..bf08a75 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio edge-patron - 4.10.0-SNAPSHOT + 4.10.0 jar Edge API - Patron Empowerment @@ -17,7 +17,7 @@ https://github.com/folio-org/edge-patron.git scm:git:git://github.com/folio-org/edge-paton.git scm:git:git@github.com:folio-org/edge-patron.git - HEAD + v4.10.0 From 82ffd35b4a63bd30cdadfd81a9bb42097f4739b5 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 19 Oct 2022 18:57:07 +0000 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 bf08a75..8dc490b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.folio edge-patron - 4.10.0 + 4.11.0-SNAPSHOT jar Edge API - Patron Empowerment @@ -17,7 +17,7 @@ https://github.com/folio-org/edge-patron.git scm:git:git://github.com/folio-org/edge-paton.git scm:git:git@github.com:folio-org/edge-patron.git - v4.10.0 + HEAD