# Change Log
## [1.0.4] - 2025-03-04
- removed eframe dependency from libwing
## [1.0.3] - 2025-03-03
- Close read socket when dropping WingConsole
## [1.0.2] - 2025-03-03
- Made public fields of WingConsoleHandle and ResponseHandle
## [1.0.1] - 2025-03-03
- Exposed ffi WingConsoleHandle and ResponseHandle so you can write async wrappers around read()
## [1.0.0] - 2025-03-03
- Calls are thread safe now
- NodeData no longer contains a channel ID (the first parameter), which was always the same before.
- Updates docs
## [unreleased] - 2025-02-17
- Added meters API