nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
464 stars 103 forks source link

tag new release #36

Closed ploxiln closed 2 years ago

ploxiln commented 2 years ago

shall we tag a v1.1.0 release? release notes so far:

 * #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

cc @jehiah @mreiferson

mreiferson commented 2 years ago

Yea, makes sense to do that before breaking changes land in eg #24

mreiferson commented 2 years ago

@ploxiln you gonna land this?

ploxiln commented 2 years ago

sure, will do

ploxiln commented 2 years ago

done https://github.com/nsqio/go-diskqueue/releases/tag/v1.1.0