Skip to content

golang-framestreams 0.3.0 released

Latest
Compare
Choose a tag to compare
@reedjc reedjc released this 01 Dec 15:21
· 9 commits to master since this release

The Frame Streams implementation in Go, golang-framestreams, was released as version 0.3.0 with the following changes:

  • Limit maximum control frame length. Adopt C fstrm limit of 512 bytes, not including type+length.
  • Reader: remove log message from library function.
  • Control.go: allow SetContentType(nil) for control frame.
  • Control.go: match content type more efficiently.
  • Add ReadFrame and WriteFrame functions.