Queuelib Versions Save

Collection of persistent (disk-based) and non-persistent (memory-based) queues for Python

v1.7.0

2 weeks ago

No functionality changes with respect to 1.6.2

  • Added support for Python 3.10-3.12 and PyPy 3.10
  • Removed support for Python 3.5-3.7
  • Improved type annotations and added the py.typed file
  • Added pre-commit configuration
  • Improved linting and CI configuration

v1.6.2

2 years ago

Code quality release, no changes in functionality.

Highlights:

  • Added python_requires>=3.5 to setup.py
  • Formatted the codebase with black
  • Added type annotations
  • Added CI checks for typing, security and linting

v1.6.1

3 years ago

No functionality changes with respect to 1.6.0

  • Migrate CI to GitHub actions
  • Fix release

v1.6.0

3 years ago
  • add peek support
  • remove py2 support
  • full test coverage