Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 4.35 KB

CHANGELOG.md

File metadata and controls

78 lines (57 loc) · 4.35 KB

Changelog

All relevant changes in mateusjunges/laravel-trackable-jobs will be documented here.

  • Add support for Laravel 11 by @mateusjunges in #50
  • Allow to publish package migration by @bramvanrijswijk in #42
  • Use FQCN as TrackedJob name instead of class basename (Fixes #40) by @mateusjunges
  • Add support for Laravel v10.x in #41
  • Drop support for laravel 8 in 86bf9df
  • Drop support for PHP 7.4 in 86bf9df

Fixed

  • Fixed jobs being marked as failed without attempting any retries on #36 by @DimaVIII
  • Use FQCN as TrackedJob name instead of class basename (Fixes #40) by @mateusjunges
  • Add support for Laravel v10.x in #41
  • Drop support for laravel 8 in 86bf9df
  • Drop support for PHP 7.4 in 86bf9df

Fixed

  • Fixed jobs being marked as failed without attempting any retries on #36 by @DimaVIII

Fixed

  • Fixed Trackable to respect custom morph map (#29)

Added

  • Added support for Laravel v9.x

Added

  • Added prunable trait to base TrackedJob model

Removed

  • Drop support for laravel 7

Fixed

  • Fixes Trackable namespace

Added

  • Added support for UUID's (#19)

Added

  • Added two new methods to be used with the package UI.

Fixed

  • Update docs in README.md

Fixed

  • Fixes #6

Added

  • Allow the TrackedJob model to be replaced with a new custom one.

Fixed

  • Improve docs.

1.0.0 (2021-04-06)

  • Initial release.