Version 1.2.0

March 25, 2024

Added

  • Added batching to warm jobs.
  • Added a new warmJobBatchSize config setting that sets the batch size to use for warm jobs.

Version 1.1.2

November 29, 2023

Changed

  • The default URL column size is now set to 500 by default to accommodate utf8mb4 character sets, and configurable using the maxUrlLength config setting (#1).

Version 1.1.1

November 28, 2023

Changed

  • All site URIs are now fetched on the EVENT_AFTER_REFRESH_ALL_CACHE event if not generating on refresh.
  • Set the Guzzle client connection timeout to 10 seconds.

Version 1.1.0

November 17, 2023

Added

  • Added the ability to configure a custom queue component via config/app.php to use when running queue jobs.

Version 1.0.1

November 9, 2023

Fixed

  • Fixed a bug caused by listening for the wrong refresh event.

Version 1.0.0

November 7, 2023
null