Skip to content

Releases: wwade/jobrunner

Version 2.4.1: performance improvements with respect to workspaceIdentity, workspaceProject

10 Feb 01:34
91ad1be
Compare
Choose a tag to compare

What's Changed

  • main: add -V / --version to show current jobrunner version by @wwade in #158
  • build(deps-dev): bump pytest from 6.2.5 to 7.0.0 by @dependabot in #159
  • info: only resolve workspaceIdentity, workspaceProject as needed by @wwade in #161

Full Changelog: v2.4.0...v2.4.1

Version 2.4.0: add plugin hook for workspaceProject

04 Feb 22:49
ff1f4f1
Compare
Choose a tag to compare

What's Changed

  • Remove support for python 2.7 by @wwade in #139
  • plugins: add plugin hook for workspaceProject by @wwade in #157

Full Changelog: v2.3.6...v2.4.0

Version 2.3.6: add --list-keys option to print only the job keys

20 Aug 21:51
Compare
Choose a tag to compare

Version 2.3.5: minor feature update

10 Aug 00:20
Compare
Choose a tag to compare
  • print key errors to stderr instead of stdout.
  • use hostanme as workspace name when there are no plugins that provide a workspace name.

Version 2.3.4: Fix exceptions when using an empty database

02 Jun 03:07
Compare
Choose a tag to compare

Version 2.3.3: Fix UnicodeDecodeError in --mail

27 May 23:55
Compare
Choose a tag to compare

Included changes:

  • #102 utils: fix autoDecode error for specific sequence

Version 2.3.1: Fix uncaught KeyError for non-existent job key

22 May 21:36
Compare
Choose a tag to compare
v2.3.2

build: use setuptools-scm instead of hard-coded version

Version 2.3.1: Switch to setup.cfg

02 Apr 19:14
Compare
Choose a tag to compare

Changes:

  • switch to setup.cfg
  • README.md -> README.rst

Fixes:

  • fix isolate in py3 with long command names

Version 2.3.0: Publish to PyPI as shell-jobrunner

24 Mar 01:00
Compare
Choose a tag to compare

Version 2.2.0: Add support for python 3.8+

21 Mar 20:40
Compare
Choose a tag to compare

This version adds support for python 3.8. 3.9, bringing the supported versions to 3.7, 3.8, 3.9, 2.7 (deprecated)