Skip to content

Releases: TomAtomCZ/JobQueueBundle

2.0.9

Choose a tag to compare

@Matys333 Matys333 released this 10 Dec 14:50
783b708

What's Changed

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

2.0.8

Choose a tag to compare

@Matys333 Matys333 released this 26 Nov 11:18

Symfony 7 deprecations

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

2.0.7

Choose a tag to compare

@Matys333 Matys333 released this 30 Sep 12:59
1d5301c

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

Choose a tag to compare

@Matys333 Matys333 released this 07 Aug 12:38
0f25bc9

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

2.0.5

Choose a tag to compare

@Matys333 Matys333 released this 28 Jul 14:34

Add createCommandJob check user role parameter

2.0.4

Choose a tag to compare

@Matys333 Matys333 released this 02 Jul 10:50
a4c0530

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

2.0.3

Choose a tag to compare

@Matys333 Matys333 released this 03 Mar 11:05

Fix composer.json - form filter bundle with orm 2

2.0.2

Choose a tag to compare

@Matys333 Matys333 released this 12 Feb 15:33

Fix composer.json Symfony 6.4 dependencies

2.0.1

Choose a tag to compare

@Matys333 Matys333 released this 12 Feb 15:05
  • 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

Choose a tag to compare

@Matys333 Matys333 released this 04 Feb 10:47

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.