Version 1.19.0
Main changes
- reload TLS certificate files when received signal SIGHUP, useful when certificate renewed
Breaking change
API: request JSON data by header Accept: application/json
Usage for requesting JSON response changed.
Before:
curl 'http://server/path?json'
After:
curl -H 'Accept: application/json' 'http://server/path'