Skip to content

v0.3.0

Choose a tag to compare

@brikendr brikendr released this 16 Aug 13:39
· 67 commits to master since this release

0.3.0 (2021-08-16)

Build System / Dependencies
  • deps: bump jszip from 3.6.0 to 3.7.1 (b5203724)
  • deps-dev: bump tar from 6.1.0 to 6.1.2 (3708d33e)
  • windows bin: do only upload bin from win build since tar.gz is built and deployed by travis (f6130982)
Chores
  • bump @huddly/sdk to v0.6.0 (1d856c13)
  • add support for node v14 (LTS) (ce8b07a4)
  • package.json:
    • prebuildify target bumped to electron version 7.1.2 (bc2b15a3)
    • Add node 12 to napi node targets (faa93c76)
  • Node: Support for Node 12 LTS (633d501b)
New Features
  • index: l1 camera does not support hlink transport (662883ea)
  • implement crash call to be able to quickly check if stacktraces are working (1b8ba63f)
Bug Fixes
Other Changes
  • audit dependencies (13345e18)
  • Prevent destructor to run after uv loop have been destroyed (7b67c006)
Refactors
  • update code to use static methods of SDK Logger (b178909e)