Skip to content

Releases: nsqio/go-diskqueue

1.1.0

17 Oct 19:31
02dd623
Compare
Choose a tag to compare
  • #11 #12 Depth() method could return a stale value for a millisecond or so, fixed
  • #22 include minMsgSize in in invalid-message-size logging
  • #23 fix reading existing diskqueue with bigger maxBytesPerFile then originally written with
  • #31 avoid possible data-loss and corruption when metadata is not synced during unclean exit
  • #32 fix inaccurate depth after read error on "current" (last) file
  • #34 switch to next file before maxBytesPerFile is reached, instead of after. (Previously, most files would exceed maxBytesPerFile.)
  • #33 #35 switch from Travis-CI to GitHub Actions for CI

1.0.0

25 Dec 02:28
de2db96
Compare
Choose a tag to compare

to support Go modules