Skip to content

Releases: google/gousb

v1.1.3

24 Feb 21:11
2f9ed92
Compare
Choose a tag to compare

What's Changed

  • suppress 'interrupted [code -10]' log message. resolve #87 by @djadala in #121

New Contributors

Full Changelog: v1.1.2...v1.1.3

gousb 1.1.2

29 Mar 21:17
844d4b8
Compare
Choose a tag to compare

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

29 Mar 20:53
cb06b9f
Compare
Choose a tag to compare

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

29 Apr 19:52
e4c3f66
Compare
Choose a tag to compare
Document the recommendations/restrictions around the buffer size (#81)

* Document the recommendations/restrictions around the buffer size