Skip to content

Commit

Permalink
Merge pull request #96 from folio-org/EDGPATRON-105-release-4-10-0
Browse files Browse the repository at this point in the history
EDGPATRON-105: Release 4.10.0.
  • Loading branch information
kaladay authored Oct 19, 2022
2 parents 89be208 + 82ffd35 commit d0bf924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>edge-patron</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Edge API - Patron Empowerment</name>
Expand Down

0 comments on commit d0bf924

Please sign in to comment.