Skip to content

Latest commit

 

History

History
214 lines (98 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

214 lines (98 loc) · 10.2 KB

Changelog

1.1.0 (2024-01-01)

Features

1.0.0 (2024-01-01)

Features

Bug Fixes

  • Mark sveltekit 2 as valid peer dependency (#148) (c531361)

Miscellaneous Chores

0.10.3 (2023-05-26)

Bug Fixes

  • Improve error handling with large number of asset routes (#103) (fd58810)

0.10.2 (2023-03-25)

Bug Fixes

  • Handle paths on windows correctly (#90) (b49d982)

0.10.1 (2023-02-05)

Bug Fixes

  • Make cloud tracing optional middleware (#71) (5e98af1)

0.10.0 (2023-02-04)

Features

  • Add option to select GAE nodejs version (#70) (6db2125)
  • Add support for Google Cloud Logging (#67) (0dcc8a7)

Bug Fixes

0.9.3 (2023-01-21)

Bug Fixes

  • Add prerendered assets to app.yaml (#64) (8afbc21)

0.9.2 (2022-10-14)

Bug Fixes

0.9.1 (2022-09-13)

Bug Fixes

  • Correctly read the protocol on localhost (64889fa)
  • Solve multiple issues from sveltekit breaking changes (#52) (450f29d)
  • update getRequest method call (cdf93a2)

0.9.0 (2022-08-26)

Features

  • Return 200 OK from /_ah/start (f5f7e64)

0.8.2 (2022-08-26)

Bug Fixes

  • Add server init (f59b92c), closes #44
  • Modify test to support sveltekit 406 (ef11d09)

0.8.1 (2022-07-19)

Bug Fixes

  • Remove writeStatic from adapter code (534d559)

0.8.0 (2022-07-06)

Features

  • add external adapter option passed though to esbuild (9171055)

0.7.0 (2022-07-05)

Features

  • Change build dir to build to follow conventions (73cbfc7)
  • Only serve immutable files with cache expiration (3bd4960)
  • Update esbuild to include source map (b60f318)

Bug Fixes

  • only set long expiration for files in _app/immutable directory (89bc1c6)
  • Remove compression from serving (08746d4)

0.6.1 (2022-06-15)

Bug Fixes

  • Adjust imports to support sveltekit >= 341 (9fb0b0e)

0.6.0 (2022-03-26)

⚠ BREAKING CHANGES

  • Update to support sveltekit >= 292

Code Refactoring

  • Update to support sveltekit >= 292 (885b03d)

0.5.1 (2022-02-23)

Bug Fixes

0.5.0 (2022-02-23)

⚠ BREAKING CHANGES

  • Refactor to support changes in sveltekit 280

Code Refactoring

  • Refactor to support changes in sveltekit 280 (e3086af)

0.4.0 (2022-01-20)

Features

  • Add support for custom app.yaml file. Fixes #14 (4f2a4d6)

0.3.0 (2022-01-20)

⚠ BREAKING CHANGES

  • Make changes to support new request format in sveltekit

Code Refactoring

  • Make changes to support new request format in sveltekit (5223c9a)

0.2.1 (2022-01-07)

Bug Fixes

  • Fix issue where some paths where not added to yaml (401ff61)

0.2.0 (2022-01-07)

⚠ BREAKING CHANGES

  • Update adapter to latest sveltekit version.

Code Refactoring

  • Update adapter to latest sveltekit version. (a2fbd3a), closes #5

0.1.1 (2021-11-09)

Bug Fixes

  • Handle paths in windows correctly in app.yaml (77624eb)

0.1.0 (2021-10-20)

Features

  • Correctly handle index.html paths in app.yaml (350fc88)