Releases: 1and1/httpselftest
Releases · 1and1/httpselftest
0.3.4
- changed TestConfigs to Builder pattern
0.3.3
- don't flush writers early to prevent potential conflicts with e.g. Content-MD5 filters
- display presentation toggles only if there is more than one presentation
0.3.2
- fixed query parameter handling on TestRequest (broken in 0.3.0 and 0.3.1)
- shade json-simple
- shade j2html
- render unhandled Throwables to html
0.3.1
- added uncaught exception messages to JSON response
- added json presentation
0.3.0
- added x-www-form-urlencoded presentation
- added hex presentation
- added support for different request/response presentations
0.2.3
- added support for unmodifiable test-provided parameters via
TestConfigs.fixed(..)
- extended JSON response
0.2.2
- fix artifact deployment to sonatype
0.2.1
- Support SHA-256 for Basic auth. Use by prefixing credentials with
sha256|
, e.g. selftest.credentials=sha256|a60ec1cf58f49cd2fab6d9e...
.
0.2.0
- Dependency on Logback is now optional. Logging framework is configurable under 'selftest.logger', defaulting to logback.