Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 870 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 870 Bytes

Changelog

All notable changes to this project will be documented in this file.

v0.5.2

  • fix: lock EBML write and close ops
    • Fixes a crash
  • build(docker): separate build and run stages, add APP version arg

v0.5.1

  • fix: add onStart param to Subscribe call in http module

v0.5.0

  • feat: add getRecorderStatus/recorderStatus RPCs

v0.4.1

  • fix: change file mode of rec dir in nfpm scripts to 0700
  • fix: change to working env prefix BBBRECORDER_, add docs on env vars
  • fix: split dir and file modes, make the configs string

v0.4.0

  • feat: add recorder.fileMode config

v0.3.1

  • fix: create media files with perm 0700
  • fix: only generate audio tracks if peer has audio

v0.3.0

  • feat: add basic Prometheus instrumentation
  • fix: CPU lock when reading packets from JB
  • build: add basic Dockerfile

v0.2.0

  • First release