Releases: savonet/ocaml-dtools
Releases · savonet/ocaml-dtools
dtools 0.4.5
0.4.5 (2023-06-27)
- Add optional log colorization function.
0.4.4
0.4.4 (10-07-2021)
- Export Log object's path.
0.4.3
0.4.3 (24-06-2021)
- Split log string by lines before printing.
- Cleanup daemon args.
- Remove
conf_concurrent
- Added
conf_daemon_pidfile_perms
0.4.2
0.4.2 (27-02-2020)
- Added
Conf
values validation API, thanks to @CyberDomovoy
- Switched to dune
0.4.1
0.4.1 (09-11-2018)
- Use seperate thread for logging, finer-grained critical section to avoid
deadlock with Gc.finalise
logging messages.
0.4.0
0.4.0 (08-18-2018)
- Raise Root_prohibited exception instead of exiting when running as root.
0.3.4
0.3.4 (08-10-2017)
- Added on_change to Conf.t
0.3.3
0.3.3 (11-04-2017)
- Catch USR1 signal regardless of logging configuration.