v3.2.0
https://dtail.dev now redirects to the DTail GitHub page!
Included in this DTail release:
- Scripts for building, launching and stopping
dserver
docker images/containers. Use for development and testing purposes only. - Make Linux ACL optional. Can be enabled using Go build flags. See documentation for details.
- Addition of
--quiet
flag to all client binaries, which makes all clients printing out less. For example allWARNING
messages are ignored and fewer connection stats are displayed.. - Bugfix:
dserver
now correctly seeks toEOF
before running continuous map reduce queries. - Better documentation of 3rd party licenses.
- Minor bug fixes regarding message formatting.
- Addition of
hasprefix
,nhasprefix
,hassuffux
,nhassuffix
mapreduce query keywords for the where clause.