Skip to content

v4.10.0

Compare
Choose a tag to compare
@kaladay kaladay released this 19 Oct 19:11
· 78 commits to master since this release
v4.10.0
bb5b169
  • 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)