Releases: nsqio/go-diskqueue
Releases · nsqio/go-diskqueue
1.1.0
- #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