Skip to content

8.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 07:31
· 439 commits to master since this release
37df0e0

Release 8.0.13

Main fixes in this patch release:

  • Fix error in RequestLogger when URL contains illegal hex percent encoded characters
  • Disable graphAppsInitializer in standalone mode configuration

Main new commits

9ba1783 ♻️ Refactor URLUtils.decodeQueryString(exchange)
6c6e25f 🔧 Disable graphAppsInitializer in standalone mode configuration
282b573 ♻️ Remove redundant decoding of exchange.getQueryParameter() as Undertow v2.3.16.Final returns query parameters already decoded.
4c29007 ♻️ Use URLUtils.decodeQueryString(exchange) in RequestLogger
09b1e7f 🐛 Fix error in RequestLogger when URL contains illegal hex percent encoded characters

Full Changelog: https://github.com/SoftInstigate/restheart/compare/8.0.12..8.0.13