Skip to content

Releases: scrapy/queuelib

1.7.0

04 May 06:02
Compare
Choose a tag to compare

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

26 Aug 13:41
v1.6.2
8385986
Compare
Choose a tag to compare

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

21 Apr 17:19
v1.6.1
07e07c1
Compare
Choose a tag to compare

No functionality changes with respect to 1.6.0

  • Migrate CI to GitHub actions
  • Fix release

v1.6.0

21 Apr 15:40
v1.6.0
17c7faf
Compare
Choose a tag to compare
  • add peek support
  • remove py2 support
  • full test coverage