Skip to content

persist-queue: v0.7.0

Compare
Choose a tag to compare
@peter-wangxu peter-wangxu released this 05 Sep 15:24
· 50 commits to master since this release

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.