Skip to content

Releases: peter-wangxu/persist-queue

persist-queue: v0.4.1

01 Oct 12:56
Compare
Choose a tag to compare

Features

[GH-63] Allow configuring serializer in file based queue #63
[GH-64]Automatic select temp dir #69
[GH-64]Atomic Rename on Windows #54 (File based queue on Windows is now much robust and faster!)

Bug fixes:

[GH-56] File-based queue is unreadable after system hard reset #56
[GH-58] Sqlite3 database self-destructs if app aborted with ^C #58
[GH-61] add resume for ack queue #61

persisi-queue: v0.4.0

17 Jun 12:49
Compare
Choose a tag to compare

Major change:

  • [GH-49]SQLiteAckQueue: A simple and lightweight queue supporting "ack" based on sqlite queue.

persist-queue: v0.3.6

15 May 02:01
Compare
Choose a tag to compare

Enhancements:

[GH-45]Use the highest protocol version for pickle

persist-queue: v0.3.5

08 Feb 13:31
Compare
Choose a tag to compare

Features:
[GH-39] Unique items only (no duplicates)

Enhancements:
[GH-42] Use circle 2.0 for CI
[GH-43 ]Add doc and tests for UniqueQ

persist-queue: v0.3.4

15 Dec 11:37
Compare
Choose a tag to compare

Fixes:
[GH-34]: Feature request: peek head item
[GH-36]: task_done not behaving as I would expect

persist-queue: v0.3.3

03 Nov 02:14
Compare
Choose a tag to compare

Fix:

  • [GH-29]Fix cpu bound when queue is empty

persist-queue: v0.3.2

26 Oct 07:12
Compare
Choose a tag to compare

Enhancement:

[GH-28]Speed up sqlite queue using WAL

persist-queue v0.3.1

10 Oct 05:58
Compare
Choose a tag to compare

Bugfixes:
[GH-22]: In-Memory Database Issues
[GH-24]: FIFOSQLiteQueue: the get() method returns None instead of blocking, and if I specify get(block=True) it raises the empty exception

persist-queue v.0.3.0: Performance enhancement for sqlite queue

25 Sep 06:18
Compare
Choose a tag to compare

Release v0.3.0 updates

Enhancements:

  • [GH-21]Performance optimization for sqlite3 based queue
  • [GH-18]Prefer sqlite3 queue over the file queue

Bug fixes:

  • [GH-19]Make sure thread-safe for get of sqlqueue

Release 0.2.3

07 Jun 05:31
Compare
Choose a tag to compare
v0.2.3

[GH-16] Support multithreading for PDict (#17)