Skip to content

v2.11.0

Compare
Choose a tag to compare
@scrapinghub-ci scrapinghub-ci released this 15 Jul 15:02

This release is mainly focused on maintenance (updating support for different Python versions, upgrading dependencies).

One of the key changes which you should be aware of is switching to newer versions of docker-py library with a different Python package name (docker-py -> docker) and different internal API. Please ensure you installed docker python package if you work with Docker images (and uninstalled docker-py).

New features:

  • added --json mode for shub log (disabled by default)
  • add sources support when creating requirements file from Pipfile

Enhancements:

  • officially support newer Python versions (3.7, 3.8)
  • upgrade docker-py package (docker-py<2.0.0 not supported)
  • upgrade other (dev/test) dependencies where appropriate
  • update .gitignore content
  • address a DST-related issue in unittests

Deprecations:

  • deprecate support of old Python versions (3.3, 3.4)