0.3.0 (May 18, 2024)#
Added#
The
log_split_progress()-function now accepts an optional get_metrics() callback method. Metrics returned are formatted based on type (if using the newdefault_metrics_formatter()), then added to the fold-end log message.New property
settings.log_split_progress.FORMAT_METRICS; formats get_metrics() output.Added several new
time_split.typesmembers, all related tolog_split_progress().
Changed#
Module
integration.split_datais nowintegration.baseto better reflect intent. Member names are unchanged.
Removed#
The
settings.log_split_progress.SECONDS_FORMATTERsetting no longer acceptsstrarguments.The
log_split_progress(extra)-argument is no longer mutable.