What's Changed
Client mode (check_nsclient client) is not somewhat useful:
Still concept phase but you can now execute queries/commands via it.
I expect an it to be released in the week or two.
New API endpoint for getting logs since last time.
A new API was added /api/v2/logs/since which will allow you to fetch logs since a specific log id.
The last log id is provided in the header X-Log-Index.
Usage:
- Call the API with parameter since set to 0
- Remember the value of the response header
X-Log-Index - Call the API with since =
last value of X-Log-Indexand you will only get logs since last you called the API.
Full Changelog: 0.11.3...0.11.4