Skip to content

Releases: proio-org/go-proio

v0.7.0: event.go: new AddSerializedEntry() receiver

23 Apr 20:22

Choose a tag to compare

This is useful in cases where serialization of particular message types may be accelerated by some other encoder (hint: like FPGA).

v0.6.2

10 Apr 07:27

Choose a tag to compare

go.mod: updated dependencies

v0.6.1

09 Apr 23:02

Choose a tag to compare

writer.go: writeBucket() now writes output in at least 1 Write() rath…

v0.6.0

26 Mar 02:39
f85f1c7

Choose a tag to compare

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

19 Feb 17:20

Choose a tag to compare

Couple of API additions, CopyEvent() and exposed DeferUntilClose() on readers and writers

v0.4.3

16 Jan 16:13

Choose a tag to compare

Model tweaks

v0.4.2

14 Jan 12:27

Choose a tag to compare

Model tweaks

v0.4.1

30 Nov 16:16

Choose a tag to compare

Model tweaks

v0.4.0

24 Oct 19:11

Choose a tag to compare

Changed Reader.ScanEvents() and Reader error handling.

Added CompLevel member to Writer.

v0.3.2

23 Oct 15:25

Choose a tag to compare

Added example model.