Skip to content

3.4.1

Compare
Choose a tag to compare
@mkjsix mkjsix released this 20 Jul 14:52
· 4354 commits to master since this release

Release 3.4.1

  • 312fa57 - Exit integration-tests.sh script at first error
  • 77b56c2 - Add the "allow-unescaped-characters-in-url" boolean configuration parameter
  • 8815993 - set undertow option ALLOW_UNESCAPED_CHARACTERS_IN_URL to true, this avoids BAD REQUEST for request with URL containing curly brackets #301
  • 71d192c - fixes possible 500 error on concurrent collection create requests #297
  • 2068738 - Upgrade Docker base image to openjdk:8u171-jre-alpine
  • 54d62a3 - avoid exchange.addExchangeCompleteListener() call if exchage is complete in MetricsInstrumentationHandler to debug issue #299
  • c19eb3c - Remove redundant quotes