Skip to content

Releases: NicolasLM/spinach

v0.0.24

10 May 01:27
4244865
Compare
Choose a tag to compare

What's Changed

  • fix: RedisBroker: Remove non-idempotent jobs from running, too by @0xDEC0DE in #46

Full Changelog: v0.0.23...v0.0.24

v0.0.23

02 May 22:34
f1d2cb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.22...v0.0.23

v0.0.22

02 May 05:37
f1f35a7
Compare
Choose a tag to compare

What's Changed

  • Ensure flask context for job_failure handlers by @bigjools in #41

Full Changelog: v0.0.21...v0.0.22

v0.0.21

01 May 23:49
634c8da
Compare
Choose a tag to compare

What's Changed

  • fix: correct a busted test setup by @0xDEC0DE in #37
  • RedisBroker: Track non-idempotent jobs as running, too by @0xDEC0DE in #38
  • fix: only increment the current_concurrency counter if the job has max_concurrency set by @0xDEC0DE in #39
  • Release 0.0.21 by @bigjools in #40

Full Changelog: v0.0.20...v0.0.21

v0.0.20

28 Feb 02:32
7d9d430
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

28 Feb 02:17
ba6d1c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

28 Feb 01:44
96451a9
Compare
Choose a tag to compare

What's Changed

  • No longer support Python < 3.8
  • Support Python 3.10 and 3.11, and PyPy 3.10

Full Changelog: v0.0.17...v0.0.18

v0.0.17

13 Oct 16:10
Compare
Choose a tag to compare

What's Changed

  • Support Python 3.10
  • Make Flask extension compatible with Flask>=2.2.0 by @bigjools in #25

Full Changelog: v0.0.16...v0.0.17

v0.0.16

03 May 08:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

11 Mar 00:16
09c7818
Compare
Choose a tag to compare

What's Changed

  • Try harder to import redis-py by @0xDEC0DE in #13
  • Signal job failures when recovering dead jobs by @bigjools in #16
  • Support running coroutines in new asyncio worker
  • Drop support for Python 3.5

Full Changelog: v0.0.14...v0.0.15