Releases: google/gousb
Releases · google/gousb
v1.1.3
gousb 1.1.2
Add more checks around closing the Context
when devices are still open or when the Context
hasn't been initialized (#93).
Fix a memory leak around dereferencing devices in OpenDevices
(#98).
DeviceDesc
now includes the physical port path from the root of the bus (#101).
Retract the v2.1.0 version in the Go module (#109).
gousb 1.1.1
Adds a Go module structure. Resolves some issues related to CGo and the same pointer being returned repeatedly by new()
in some cases.
gousb 1.1.0
Document the recommendations/restrictions around the buffer size (#81) * Document the recommendations/restrictions around the buffer size