Skip to content

Releases: grandecola/bigqueue

bigqueue v0.5.0

19 Jun 04:09
Compare
Choose a tag to compare
bigqueue v0.5.0 Pre-release
Pre-release

Bigqueue v0.5.0

  • Bigqueue is thread safe now
  • Bug fixes and performance optimizations

bigqueue v0.4.0

20 Jan 07:20
0aacce0
Compare
Choose a tag to compare
bigqueue v0.4.0 Pre-release
Pre-release

Changelog -

  • Added offset API similar to Kafka
  • Removed Peek API, use Dequeue instead

bigqueue v0.3.0

24 Aug 03:44
Compare
Choose a tag to compare
bigqueue v0.3.0 Pre-release
Pre-release

Changelog -

  • Perform periodic data flush to disk
  • Add optimized functions to write string data directly into bigqueue

bigqueue v0.2.0

10 Mar 15:36
Compare
Choose a tag to compare
bigqueue v0.2.0 Pre-release
Pre-release

Major addition in this release is support for limited memory use. Now, you can specify the max memory bigqueue is allowed to use to store the data in memory. Rest of the data resides on disk. This release also significantly optimises Dequeue functions and improves code quality and code coverage.

bigqueue v0.1.0

14 Oct 15:27
Compare
Choose a tag to compare
bigqueue v0.1.0 Pre-release
Pre-release

This is the first release for the bigqueue library. It currently provides only single threaded support to read and write to the queue. Currently, all the data resides in memory all the time and there is no garbage collection facility available.