Skip to content

Releases: LinusU/scandium

馃殺 1.0.0-alpha.73 / 2023-12-07

07 Dec 09:53
e5cbbad
Compare
Choose a tag to compare

馃挜 Breaking Changes

  • Respect .gitignore files in subdirectories

    Migration Guide:

    Before this release Scandium would, in the absence of a .dockerignore file, generate a .dockerignore file based on the .gitignore file in the root. From now on, .gitignore files that are present in subdirectories will also be used to ignore files in those directories. This mimics how Git works with .gitignore files.

馃帀 Enhancements

  • Add --docker-build-context argument
  • Use build bind mounts to avoid extra Docker layers

馃殺 1.0.0-alpha.72 / 2023-11-27

27 Nov 12:55
1b70711
Compare
Choose a tag to compare

馃挜 Breaking Changes

  • Upgrade to Node.js 20.x

    Migration Guide:

    • Make sure that your app is compatible with Node.js 20.x before upgrading to this version
    • The minimum version of Node.js supported is now 20.9.0

馃帀 Enhancements

  • Add preliminary support for Lambda function URLs

馃悰 Fixes

  • Publish version after updating configuration

馃殺 1.0.0-alpha.71 / 2023-10-23

23 Oct 13:33
4aedebf
Compare
Choose a tag to compare

馃悰 Fixes

  • Fix query parameters when running behind ALB

馃殺 1.0.0-alpha.70 / 2023-10-12

23 Oct 13:33
f7c0832
Compare
Choose a tag to compare

馃帀 Enhancements

  • Handle number header values when behind ELB

馃殺 1.0.0-alpha.69 / 2023-10-11

23 Oct 13:33
4cae099
Compare
Choose a tag to compare

馃帀 Enhancements

  • Improve multiple header handling

馃殺 1.0.0-alpha.68 / 2023-10-06

06 Oct 09:43
baf50f3
Compare
Choose a tag to compare

馃帀 Enhancements

  • Add support for arm64 builds

馃殺 1.0.0-alpha.67 / 2023-09-20

20 Sep 11:10
11341a2
Compare
Choose a tag to compare

馃帀 Enhancements

  • Bump dependencies

馃殺 1.0.0-alpha.66 / 2022-12-20

20 Dec 10:56
67e0f92
Compare
Choose a tag to compare

馃挜 Breaking Changes

  • Upgrade to Node.js 18.x

    Migration Guide:

    • Make sure that your app is compatible with Node.js 18.x before upgrading to this version
    • The minimum version of Node.js supported is now: 18.12.1, and 20.0.0

馃殺 1.0.0-alpha.65 / 2022-10-21

20 Oct 23:58
b77b504
Compare
Choose a tag to compare

馃帀 Enhancements

  • Add support for ALB integrations

馃殺 1.0.0-alpha.64 / 2022-10-14

14 Oct 15:16
96f5263
Compare
Choose a tag to compare

馃悰 Fixes

  • Allow build without AWS region
  • Fix AWS region error text