Skip to content

Releases: scgolang/osc

v0.9.2

03 Dec 20:12
Compare
Choose a tag to compare

Changes in this release:

  • OSC servers can now be created with a context to enable cancellation.

v0.9.0

25 Nov 18:09
Compare
Choose a tag to compare

This is the first release of the osc package.
This release supports almost the whole OSC 1.0 spec.
The missing features that will be completed for the 1.0 release of this package are

  • Bundle support
  • TCP support

v0.9.1

02 Dec 03:40
Compare
Choose a tag to compare

Changes in this release:

  • Fix UDPConn not being assignable to Conn.
  • Fix some linting errors.