Skip to content

Releases: yarbsemaj/sveltekit-adapter-lambda

v0.9.3

17 Jul 19:29
Compare
Choose a tag to compare

Improve cookie handling

v0.9.2

14 Jul 12:57
Compare
Choose a tag to compare

Added windows build support (thanks to @nboehret)

v0.9.1

04 Jun 12:22
Compare
Choose a tag to compare

Update the frameworkVersion to 3

v0.9.0

04 Jun 11:52
Compare
Choose a tag to compare

Update for latest sveltekit version (1.0.0-next.348)

v0.8.0

24 Apr 13:56
Compare
Choose a tag to compare
  • Moved to Lambda URL Invocation (as opposed to API gateway). This new feature will remove API Gateway from your stack (thus reducing cost).
  • In order to support this in the serverless.yml I have rebased the serverless version on to 3.x.x

v0.7.0

21 Mar 15:58
Compare
Choose a tag to compare
  • Move to using HTTP API gateway, cutting that services cost by around 70%

v0.6.0

19 Mar 15:12
Compare
Choose a tag to compare

Updated to support the latest svelte kit release (1.0.0-next.301)

v0.5.1

28 Feb 22:59
Compare
Choose a tag to compare

Move to using node-fetch for shims

v0.5.0

25 Feb 21:06
Compare
Choose a tag to compare

This release fixes incompatibilities with the latest versions of svelte kit

v0.4.2

17 Feb 15:41
Compare
Choose a tag to compare

Allow sites without pre rendered pages