v0.9.0
·
169 commits
to master
since this release
[0.9.0] - 2024-04-19
Fixed
- Bug with rm_record for filebackend
- Bug when using record_identifier via env variable and the CLI
Added
- Added results history and history retrieval for both file and db backends via
retrieve_history#177. - Added
remove_recordto Pipestat manager object (it is no longer only on backend classes) - Added
metakey to each record for the file backend - db backend will now create an additional sql history table
- Reporting history is toggleable
Changed
- Removing the last result no longer removes the entire record.
pipestat_created_time, andpipestat_modified_timenow live under themeta` key.historylives under themetakey for the filebackend.