The latest update to the ZXDL script on GitHub brings several enhancements and bug fixes. Some of the key changes include:
| Setting | Old v1.x | New v2.0 | |--------|----------|----------| | Default config path | ./zxdl.ini | $HOME/.config/zxdl/zxdl.conf | | Environment variable prefix | ZXDL_ (same) but ZXDL_URL deprecated | Use ZXDL_SINKS_PRIMARY_URL instead | | Log line format | Free text, newline separated | JSON schema enforced ( zxdl.event object) | | Authentication | None or Authorization: Bearer | mTLS or JWT required unless ZXDL_INSECURE=true | zxdl script github updated