Skip to content

v0.4.0

Choose a tag to compare

@pkhansen pkhansen released this 26 Oct 10:30
· 4 commits to master since this release

0.4.0 (2022-10-26)

Chores
  • updated sdk-interfaces (7d14b45e)
  • updated minimatch because of high severity vulnerability (fd0a128a)
  • update prod & dev depedencies to latest releases (065c7ebf)
  • remove unused dependencies, audit, update sdk-intefaces version (6a1f4a49)
Continuous Integration
  • temporarily disable cron trigger builds (a592c1a0)
New Features
  • delete libusb submodule (fc603575)
  • Remove scripts for binary upload/download to/from azure (2d3fcb2a)
  • Update github actions (e00aee17)
  • Updated ApiUsb lib with multicam support (7967a19a)
  • Remove dependencies and scripts pkg.json (ad35a05d)
  • Remove all the cpp implementation & setup (07ca6e59)
Bug Fixes
  • transport.ts: Use wMaxPacketSize for read (3320e415)
  • Typo depricated -> deprecated (c4f520e8)
  • usb api should not attempt to initialize s1 devices (d35e6c3c)
  • lock node-usb to 2.1.3 (e24fb302)
  • node-usb buffer split wont work on ubuntu (516c965a)
  • nodeusb has build-in support for splitting data to chunks (835ab42a)
  • Ignore usb errors on device detach (98f09eaa)
  • On reset received...continue read (54aaa6e9)
  • Ignore LIBUSB_ERROR_NO_DEVICE on release (e5a61d0d)
  • getDeviceFilter check serialNumber is set (c85b4356)
  • Dont try closing a closed device (95964c51)
  • First letter of serialnr might be omitted (86c0baf7)
  • getTransport handle uvc device instance (8956c098)
  • Use npx on package.json scripts (0a14189b)
  • skipLibCheck on tsconfig file (15277703)
Other Changes
  • Rewrite unit tests for new implementation (29e647e0)
Refactors
  • on reset seq during read, recover not possible (da8aabf0)
  • Method visibiity update on manager.ts (f6d632fd)
Tests
  • Test private fuctions using rewire (9d7e2b5b)