Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 5.92 KB

File metadata and controls

73 lines (45 loc) · 5.92 KB

1.0.0 (2024-07-09)

Features

  • add hsts header filter on vcl (76e603d)
  • add multi region support (20f904b)
  • add share key and max connection arg (27f2156)
  • add status page (895656b)
  • add status page env checks (46710fe)
  • behavior path now configurable from environment variables (3dd69c2)
  • move origins inside vcl (9a9e20b)
  • put probe fields back and add expected_response field (6b3f825)
  • remove probe fields from backends (b1eedc8)
  • update routing for ingress and browser cache endpoint (ca1a5c9)

Bug Fixes

  • browser cache 3rd group of regexp (8bc5bfc)
  • browser cache endpoint regions (515d877)
  • browser cache endpoint trailing slashes (16c4f52)
  • browser cache endpoint url path (9b22942)
  • handle browser cache reqs without additional path (bfdf9af)
  • url for target paths (a3973ba)

1.0.0-test.4 (2024-07-03)

Features

  • update routing for ingress and browser cache endpoint (ca1a5c9)

Bug Fixes

  • browser cache endpoint trailing slashes (16c4f52)
  • browser cache endpoint url path (9b22942)

1.0.0-test.3 (2024-06-26)

Features

  • add hsts header filter on vcl (76e603d)

1.0.0-test.2 (2024-06-14)

Bug Fixes

  • browser cache 3rd group of regexp (8bc5bfc)
  • browser cache endpoint regions (515d877)
  • handle browser cache reqs without additional path (bfdf9af)

1.0.0-test.1 (2024-06-14)

Features

  • add multi region support (20f904b)
  • add share key and max connection arg (27f2156)
  • add status page (895656b)
  • add status page env checks (46710fe)
  • behavior path now configurable from environment variables (3dd69c2)
  • move origins inside vcl (9a9e20b)
  • put probe fields back and add expected_response field (6b3f825)
  • remove probe fields from backends (b1eedc8)

Bug Fixes