Skip to content

Releases: farsightsec/golang-framestream

golang-framestreams 0.3.0 released

01 Dec 15:21
Compare
Choose a tag to compare

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.