Skip to content

v0.9.0

Choose a tag to compare

@donaldcampbelljr donaldcampbelljr released this 19 Apr 14:33
· 169 commits to master since this release
e7d4237

[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_record to Pipestat manager object (it is no longer only on backend classes)
  • Added meta key 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, and pipestat_modified_timenow live under themeta` key.
  • history lives under the meta key for the filebackend.