Skip to content

Latest commit

 

History

History
125 lines (87 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

125 lines (87 loc) · 3.79 KB

1.1.2 (2024-09-11)

Features

  • Allow audio file that long 1 hour and 1 second for devices that record 1 hour cycle but get very small extra second

1.1.1 (2024-06-xx)

Bug Fixes

  • Not include very small segments to Core API

1.1.0 (2024-02-xx)

Features

  • Upgrade node to LTS and use yarn
  • Add duration, fileSize to GET /uploads params.
  • Deny upload with timestamp is future
  • Deny upload with timestamp is past older than year 1971
  • Deny upload with duration is more than 1 hour
  • Deny upload with fileSize is more than 150MB for flac and 200MB for wav

1.0.10 (2024-01-xx)

Features

  • Deny flac and wav files with a specific size to avoid too big file ingestion
  • Deny files with duration more than 1 hour

1.0.9 (2022-07-29)

Bug Fixes

  • Fix max processing segments by ffmpeg (#77)

Performance Improvements

  • Upload splitted segments 5 files at a time (#77)

1.0.8 (2021-09-06)

Features

  • Parse sample rate from guardian audio filename (CE-1264)

1.0.7 (2021-08-05)

Features

  • Add user permissions into get projects endpoint (CE-1175)

1.0.6 (2021-08-03)

Bug Fixes

  • Check user permissions for stream before creating an upload (CE-831)

Other

  • Refactor routes code: call middleware from root; delete Auth0 roles checks
  • Refactor app structure; delete firebase-releated stuff
  • Request only streams for which user has update permission (CE-831)
  • Add pull_request Gihub action which checks lint errors
  • Add integration tests for uploads routes

1.0.5 (2021-05-26)

Features

  • Update split logic: break into 60 secs if file >= 120 secs; if less 120 secs, do nothing (CE-244)
  • Add project endpoints (CE-764)

1.0.4 (2021-04-27)

Features

  • Save ingested error files to error directory (PI-670)

Performance Improvements

  • Refactor ingestion code to be shorter and simpler (CE-469)

Bug Fixes

  • Use one endpoint for stream_source_file and stream_segment creation (CE-469)
  • Request stream info after creation

Other

  • Move recordings creation to Core API side

1.0.3 (2021-03-15)

Features

  • Add GET /deployments endpoint (CE-236)

1.0.2 (2021-03-02)

Features

  • Delete arbimon site creation from stream creation endpoint (CE-174)

1.0.1 (2021-02-25)

Features

  • Check for duplicate source file before creating the upload (CE-31)
  • Refactor all streams and uploads endpoints to use async and rfcx/http-utils module (CE-31)
  • Update GET deployment info endpoint to call Device API (CE-35)

Features

  • Delete unused user-related endpoints
  • Delete unused deployments-related endpoints

1.0.0 (2021-02-25)

Bug Fixes

  • setup release process (CE-XXX)

Features

  • setup release process (CE-XXX)

Performance Improvements

  • setup release process (CE-XXX)