Releases: proio-org/go-proio
Releases · proio-org/go-proio
v0.7.0: event.go: new AddSerializedEntry() receiver
This is useful in cases where serialization of particular message types may be accelerated by some other encoder (hint: like FPGA).
v0.6.2
go.mod: updated dependencies
v0.6.1
writer.go: writeBucket() now writes output in at least 1 Write() rath…
v0.6.0
Fixed behavior of writer errors. Previously, an error would not be returned if the underlying writer reported that all the necessary bytes were written. However, not all writers implement this correctly, so the proio writer now reports all errors regardless of how many bytes were reported to be written.
v0.5.0
Couple of API additions, CopyEvent() and exposed DeferUntilClose() on readers and writers
v0.4.3
Model tweaks
v0.4.2
Model tweaks
v0.4.1
Model tweaks
v0.4.0
Changed Reader.ScanEvents() and Reader error handling.
Added CompLevel member to Writer.
v0.3.2
Added example model.