kdb-common-1.1.1-2019.11.05
·
99 commits
to master
since this release
This release includes changes to the ipc
library and a new cargs
library.
This release also changes the release naming. The final part of the release name will now be the release date (matching the kdb+ versioning system).
The name will have the following scheme: kdb-common-*major*.*minor*.*patch*-*release-date*
Inter-Process Communication (ipc
)
.ipc.outbound
has been updated to also not log the password if .ipc.cfg.logPasswordsDuringConnect
has been set to false, matching the logging behaviour.
Enhanced Command-Line Argument Parser (cargs
)
This new library provides additional parsing features on top of the standard .Q.opt
functionality. See https://github.com/BuaBook/kdb-common/wiki/cargs.q for more information.
Full Changelog
32f768f Add new enhanced command-line argument parser
dbf07b3 ipc: Do not log password in .ipc.outbound if .ipc.cfg.logPasswordsDuringConnect is false [#24]