Skip to content

Releases: putyourlightson/craft-blitz

3.15.0

27 Jun 08:03
3.15.0
8a71659
Compare
Choose a tag to compare

{warning} Polyfills for IE have been removed from the Blitz inject script due to polyfill.io having been compromised.

Removed

  • Removed the fetch, Promise and CustomEvent polyfills for IE from the Blitz inject script – if you need to support IE, you will need to add the polyfills yourself (#677).

5.3.2

18 Jun 10:31
5.3.2
8aa96ae
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in which modules that were not bootstrapped were throwing an error when generating a report in the Blitz Diagnostics utility (#668).
  • Fixed a bug in which incorrect purge requests were being sent to CloudFront for the homepage (#673).

4.18.2

18 Jun 10:29
4.18.2
9ac2fca
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in which modules that were not bootstrapped were throwing an error when generating a report in the Blitz Diagnostics utility (#668).
  • Fixed a bug in which incorrect purge requests were being sent to CloudFront for the homepage (#673).

5.3.1

16 May 11:18
5.3.1
d66f089
Compare
Choose a tag to compare

Added

  • Added a tracked fields column to the tracked elements page in the Blitz Diagnostics utility.

Changed

  • Sites in the Blitz diagnostics report are now sorted by ID in ascending order.

Fixed

  • Fixed a bug in the Git Deployer that was throwing an error when a cached page no longer existed (#664).

4.18.1

16 May 11:17
4.18.1
26b9ca3
Compare
Choose a tag to compare

Added

  • Added a tracked fields column to the tracked elements page in the Blitz Diagnostics utility.

Changed

  • Sites in the Blitz diagnostics report are now sorted by ID in ascending order.

Fixed

  • Fixed a bug in the Git Deployer that was throwing an error when a cached page no longer existed (#664).

5.3.0

07 May 13:51
5.3.0
2e5900e
Compare
Choose a tag to compare

Added

  • Added anonymised site names to the Blitz diagnostics report.
  • Added a detailed breakdown of element types to the Blitz diagnostics report.
  • Added the ability to download the Blitz diagnostics report as a markdown file.

Changed

  • Optimised the refresh cache process by excluding redundantly tracked element queries based on their limit and offset values.

Fixed

  • Fixed the check for whether the blitz/cache/refresh-expired console command was executed within the past 24 hours.
  • Fixed diagnostics notifications in the control panel.
  • Fixed the detection of lazy eager-loaded queries.
  • Fixed tracking of some element query attributes.

4.18.0

07 May 13:49
4.18.0
1c85739
Compare
Choose a tag to compare

Added

  • Added anonymised site names to the Blitz diagnostics report.
  • Added a detailed breakdown of element types to the Blitz diagnostics report.
  • Added the ability to download the Blitz diagnostics report as a markdown file.

Changed

  • Optimised the refresh cache process by excluding redundantly tracked element queries based on their limit and offset values.

Fixed

  • Fixed the check for whether the blitz/cache/refresh-expired console command was executed within the past 24 hours.
  • Fixed diagnostics notifications in the control panel.

5.2.0

27 Apr 23:19
5.2.0
b5a7952
Compare
Choose a tag to compare

Added

  • Added the ability to generate a diagnostics report in the Blitz Diagnostics utility, that can be shared when requesting support.

4.17.0

27 Apr 23:17
4.17.0
f1ee49b
Compare
Choose a tag to compare

Added

  • Added the ability to generate a diagnostics report in the Blitz Diagnostics utility, that can be shared when requesting support.

5.1.6

26 Apr 16:39
5.1.6
2f76709
Compare
Choose a tag to compare

Fixed

  • Fixed bug in the SQL statement introduced in 5.1.5 when using a Postgres database.