v4.10.0
- Hold requests without a JSON body will now trigger a 400 error rather than a 500. (EDGPATRON-102)
- Improve error logging for external requests (EDGPATRON-101)
- Upgrade dependencies fixing DoS and HTTP Request Smuggling (EDGPATRON-91)
- Replace CompletableFuture with Future, fix spurious failures (EDGPATRON-92)
- Broken logging:
%d [%thread] %-5level %logger - %msg%n
(EDGPATRON-90)