Release 0.5.3¶
Client-mode changes¶
- All commands support
-H, --header KEY=VALUEoption to add a custom HTTP header. - client.properties can include
header.<KEY> = <VALUE>lines where<KEY>is HTTP header name and<VALUE>is its value.
Server-mode changes¶
- Added
/api/versionendpoint. - Added
Authenticatorinterface so that applications can overwrite authentication mechanism. - Replaced
ServerModule.bindAuthInterceptorwithbindAuthenticatorwhich improves type-safety.
Release Date¶
2016-03-31