Skip to content

Releases: TomAtomCZ/JobQueueBundle

2.0.9

10 Dec 14:50
783b708

Choose a tag to compare

What's Changed

  • Add sorting by name in command categories for command scheduling
  • Composer / git phpunit tweaks in #8

2.0.8

26 Nov 11:18

Choose a tag to compare

Symfony 7 deprecations

  • Update OverrideMappingListener to use AsDoctrineListener - fix deprecation for registering it as Doctrine subscriber

2.0.7

30 Sep 12:59
1d5301c

Choose a tag to compare

What's Changed

  • Restrict purging of recurring jobs to bundle-managed schedule by @paroe in #7
  • Bump minimal required Symfony 7 version
  • Updated job detail/list header info text

New Contributors

  • @paroe made their first contribution in #7

2.0.6

07 Aug 12:38
0f25bc9

Choose a tag to compare

PHP 8.2+ deprecation fixes - Creation of dynamic property (#6)

2.0.5

28 Jul 14:34

Choose a tag to compare

Add createCommandJob check user role parameter

2.0.4

02 Jul 10:50
a4c0530

Choose a tag to compare

PHP 8.4 deprecation fixes - Implicitly nullable parameters (#5)

2.0.3

03 Mar 11:05

Choose a tag to compare

Fix composer.json - form filter bundle with orm 2

2.0.2

12 Feb 15:33

Choose a tag to compare

Fix composer.json Symfony 6.4 dependencies

2.0.1

12 Feb 15:05

Choose a tag to compare

  • Added tests + github workflow
  • Added job detail output ajax fetching
  • Fixed job startAt set to current datetime for not postponed jobs
  • Unified dates format shown in the templates

2.0.0

04 Feb 10:47

Choose a tag to compare

This release has mainly recurring and postponed jobs and bunch of improvements, which makes the bundle more complete and convenient to use.

  • Added recurring and postponed jobs

    • Updated job types, added new entity for recurring jobs, with symfony scheduler handling
  • Updated all templates

    • Responsive pages for mobiles
    • Filtration on jobs
    • Better job detail and command schedule
  • Added bundle configuration

    • For table names and scheduler heartbeat
  • Lots of other small fixes and updates


There shouldn't be any BC, just need to update the database tables.