Skip to content

persist-queue: v0.5.0

Compare
Choose a tag to compare
@peter-wangxu peter-wangxu released this 08 Nov 15:25
· 112 commits to master since this release

Feature

[GH-100]: support db_file_name when creating queue
[GH-112]: Allow explicit reclamation of resources
[GH-115]: Adding #.empty to relevant queues
[GH-118]: add optional autosave feature to file Queue

Fixes

[GH-96]: Don't log queue item contents
[GH-98]: Fix UniqueQueue dictionary problem with json serializer
[GH-105]: Remove the importing of msgpack when install
[GH-113]: Quote table name for safety
[GH-117]: fix AttributeError in queue.del

Others