Releases: peter-wangxu/persist-queue
v1.0.0
What's Changed
- add sqlite3 cleanup method by @mo-pyy in #197
- add python3.9~3.12 ci tests by @peter-wangxu in #200
- fix inproper log of importing by @peter-wangxu in #203
- Remove support for python2 by @peter-wangxu in #201
- pre-release of version 1.0.0 by @peter-wangxu in #207
- Added py.typed marker by @bierus in #210
- [Snyk] Security upgrade cbor2 from 5.4.6 to 5.6.0 by @peter-wangxu in #215
- Check to see if these are empty before closing them. by @plockaby in #216
- bump version to v1.0.0 by @peter-wangxu in #217
New Contributors
- @mo-pyy made their first contribution in #197
- @bierus made their first contribution in #210
- @plockaby made their first contribution in #216
Full Changelog: v0.8.1...v1.0.0
persist-queue: v1.0.0-alpha
Features:
[GH-201] Remove support for python2
[GH-197] add sqlite3 cleanup method @mo-pyy
Bugfixes:
[GH-203] fix inproper log of importing
What's Changed
- add sqlite3 cleanup method by @mo-pyy in #197
- add python3.9~3.12 ci tests by @peter-wangxu in #200
- fix inproper log of importing by @peter-wangxu in #203
- Remove support for python2 by @peter-wangxu in #201
- pre-release of version 1.0.0 by @peter-wangxu in #207
New Contributors
- @mo-pyy made their first contribution in #197
Full Changelog: v0.8.1...v1.0.0-alpha
persist-queue: v0.8.1
persist-queue: v0.8.0
persist-queue: v0.8.0-beta
features:
#182 :Add shrink_disk_usage for sqlite3 base queues
persist-queue: v0.8.0-alpha
Features:
[GH-174] Add mysql based queue, please note the deprecation for python2.x and python3.4
Bugfixes/enhancements
[GH-165] Delete temporary file
[GH-177] Fix end of queue increment
persist-queue: v0.7.0
bugfixes
[GH-157]:Adding SQLiteQueue.put_nowait
[GH-158]:Empty and Full inheriting from python.queue exceptions
[GH-159]:Adding PDict.get
[GH-162]:Fix misspelling of deprecated
[GH-163]:Fix backward compatibility for _MAX_ACKED_LENGTH
[GH-164]:fix misspelled keyword 'tiemstamp' -> 'timestamp'
[GH-170]:
- Fix FILOSQLiteAckQueue.get(raw=True) throwing index error.
- Fixed .get(raw=True) not working for FILOAck queue
- Fixed SQLite3UniqueAckQueueTest.test_random_read_write sometimes blocking indefinitely if duplicate item was put to queue.
persist-queue: v0.5.1
Feature
[GH-127]: Add VACUUM for SQLiteAckQueue
persist-queue: v0.5.0
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