Persist Queue Versions Save

A thread-safe disk based persistent queue in Python

v0.4.0

5 years ago

Major change:

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

v0.3.6

6 years ago

Enhancements:

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

v0.3.5

6 years ago

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

v0.3.4

6 years ago

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

v0.3.3

6 years ago

Fix:

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

v0.3.2

6 years ago

Enhancement:

[GH-28]Speed up sqlite queue using WAL

v0.3.1

6 years ago

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

v0.3.0

6 years ago

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

v0.2.3

7 years ago