Bugfixes
- Fixed: Firmware updates fail to start on some devices with error "invalid hardware version" (#7452)
Changes under the hood
- Classes that emit events are now based on the DOM compatible
EventTarget
class instead of Node.js's proprietaryEventEmitter
. This means that some methods likeprependListener
no longer exist, but we haven't found any usage of this in the wild.