Skip to content

Version 1.19.0

Compare
Choose a tag to compare
@marjune163 marjune163 released this 07 Aug 17:06
· 12 commits to main since this release

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'