This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
Releases: TheCacophonyProject/cacophony-api
Releases · TheCacophonyProject/cacophony-api
v5.23.12: Updated monitoring paging to use duration. (#391)
Co-authored-by: Clare McLennan <> Co-authored-by: Jon Hardie <[email protected]>
v5.23.11: Eager cptv metadata (#389)
* Don't try to run migrations on browse-readonly; causes installation to fail * Don't try to use package-lock file when installing (permissions error) * Update package-lock.json and apply correct permissions to it before attempting to install * Start on eager cptv metadata feature * Integrated wasm module to decode CPTV metadata inline. * Perform sha1 file hash and CPTV parse error checking in the api upload handler. * Add git to dockerfile to allow git npm modules * Thumbnailing WIP * Migrate duration to float, update cptv-decoder to handle truncated/invalid files better. * Migrate duration to float, update cptv-decoder to handle truncated/invalid files better. * Fix linting errors and tests * Allow recording fields to be manually specified still. * Make sure we only try to parse thermalRaw files! * Make first stage of video processing be "analyse" for thermalRaw entries * Don't allow clients to set durations of thermalRaw files * Update cptv-decoder, and quick hack to overwrite duration of sidekick cptv uploads with correct duration from metadata. * Update cptv-decoder, and quick hack to overwrite duration of sidekick cptv uploads with correct duration from metadata. * Update some packages * Try updating npm on travis? * Update docker base image * Update docker base image (again) * Fix type errors * Fix logic error in file processing completed, where recording doesn't exist. * Correct mime types package * Prettier
v5.23.10
v5.23.9
Prettier
v5.23.8
Correct mime types package
v5.23.7
Update cptv-decoder, and quick hack to overwrite duration of sidekick…
v5.23.6
Don't allow clients to set durations of thermalRaw files
Rename toMp4 to analyse
v5.23.5 Make first stage of video processing be "analyse" for thermalRaw entries