Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@gavv gavv released this 04 May 12:05
· 2 commits to main since this release
  • Support granular overriding of device I/O operations (gh-7, 90e83)
  • Add Device::GetControlHandler() and GetIOHandler() (db0af)
  • Add protection from adding/removing same device multiple times (ed832)
  • Add Plugin::HasDevice() (dca6f)
  • Fix case when AddStreamAsync() or other configuration change is done before calling AddDevice() (2f2ad)
  • Fix race when device configuration change happen concurrently with AddDevice()/RemoveDevice() (2f2ad)
  • Fix building as a standalone project (gh-6)
  • Fix launchctl kickstart in examples (gh-8)
  • Fix tests on M1 (b6920)
  • Improve CI (bump macOS versions, add ARM64 runner)
  • Improve documentation