Skip to content

Releases: gigerIT/laravel-mysql-optimize

v1.3.0

10 Nov 10:43
0bb0446

Choose a tag to compare

1.3.0 (2025-11-10)

Features

  • enhance OptimizeTablesJob with unique job duration and improved logging details (cb49478)

v1.2.2

22 Oct 08:27
e3c7e4a

Choose a tag to compare

1.2.2 (2025-10-22)

Bug Fixes

  • composer json & add mariadb to composer.json dependencies for improved database support (6ef292a)

v1.2.1

22 Oct 08:20
c81ff34

Choose a tag to compare

1.2.1 (2025-10-22)

Bug Fixes

  • update OptimizeTablesJob to increase retry attempts to 3, improve logging consistency, and add unique ID generation for job instances (d81dc96)

v1.2.0

23 Jun 06:38
14107fd

Choose a tag to compare

1.2.0 (2025-06-23)

Features

  • make job unique to prevent parallel executions (5196d32)

v1.1.0

27 May 09:06
61ec2c2

Choose a tag to compare

1.1.0 (2025-05-27)

Features

v1.0.0

27 May 08:45
bcae89d

Choose a tag to compare

1.0.0 (2025-05-27)

Features

  • Add CI workflow for automated testing and release management (66e8b60)

Bug Fixes