Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Releases: TheCacophonyProject/cacophony-api

v5.23.12: Updated monitoring paging to use duration. (#391)

29 Jun 21:11
d2e1c01
Compare
Choose a tag to compare
Co-authored-by: Clare McLennan <>
Co-authored-by: Jon Hardie <[email protected]>

v5.23.11: Eager cptv metadata (#389)

24 Jun 01:32
0efbdbd
Compare
Choose a tag to compare
* 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

20 Jun 22:47
Compare
Choose a tag to compare
v5.23.10 Pre-release
Pre-release
  • Add option to set salt ID when the device registers.

v5.23.9

16 Jun 23:40
Compare
Choose a tag to compare
v5.23.9 Pre-release
Pre-release
Prettier

v5.23.8

16 Jun 22:41
Compare
Choose a tag to compare
v5.23.8 Pre-release
Pre-release
Correct mime types package

v5.23.7

15 Jun 23:50
Compare
Choose a tag to compare
v5.23.7 Pre-release
Pre-release
Update cptv-decoder, and quick hack to overwrite duration of sidekick…

v5.23.6

15 Jun 04:05
Compare
Choose a tag to compare
v5.23.6 Pre-release
Pre-release
Don't allow clients to set durations of thermalRaw files

Rename toMp4 to analyse

15 Jun 02:05
Compare
Choose a tag to compare
Pre-release
v5.23.5

Make first stage of video processing be "analyse" for thermalRaw entries

v5.23.4

14 Jun 22:10
Compare
Choose a tag to compare
v5.23.4 Pre-release
Pre-release
Removed deprecated AudioRecordings API

v5.23.3

09 Jun 01:37
Compare
Choose a tag to compare
v5.23.3 Pre-release
Pre-release

Removed audiobait from the report in the hope that this will fix the timing out.