Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 2.03 KB

Release-Notes.md

File metadata and controls

88 lines (47 loc) · 2.03 KB

Fastly_Cdn Release Notes

1.0.32

  • Enable processing of ESIs inside CDATA

1.0.31

1.0.30

  • Add FormKey validation

1.0.29

  • Add VCL to protect against inadvertent gzipping ESIs

1.0.28

  • Add Image Optimization UI

1.0.27

1.0.26

  • Change sales_order_view to sales_order_ to handle all routes #46
  • Fix ESI include path, fix translate warnings #45

1.0.25

  • Minor VCL changes

1.0.24

  • Add code to make sure user doesn't enable FPC in conjunction with Fastly module as that leads to bad behavior #43

1.0.23.

  • Fix inability to do purge all via Fastly UI
  • insert js css via layout update #42

1.0.22

  • Validate error/maintenance page is smaller than 65535 characters #41
  • Add marker to every HTML page generated by Magento so that only those pages are processed by ESI

1.0.21

  • added support for replacing admin path and query string parametars in vcl templates #38

1.0.20

  • Minor VCL fix to make sure 404 images don't end up overwriting user cookies

1.0.19

  • No changes except a fix for composer.json

1.0.18

  • Webhooks support
  • Fix for Sales View Order ESI tag error #37

1.0.17

  • Minor VCL tweaks

1.0.16

  • Fix for a case where a Fastly service version doesn't have any ACLs or Dictionaries

1.0.15

  • Add ability to manage Edge Dictionaries and Edge ACLs directly from the Magento Admin UI

1.0.14

  • Change quotes for ESI includes from " to ' due to modules like ngx_pagespeed corrupting HTML with " present

1.0.13

  • New documentation guides
  • Minor VCL updates