Releases: LinusU/scandium
Releases · LinusU/scandium
🚢 1.0.0-alpha.73 / 2023-12-07
💥 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
💥 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
🐛 Fixes
- Fix query parameters when running behind ALB
🚢 1.0.0-alpha.70 / 2023-10-12
🎉 Enhancements
- Handle number header values when behind ELB
🚢 1.0.0-alpha.69 / 2023-10-11
🎉 Enhancements
- Improve multiple header handling
🚢 1.0.0-alpha.68 / 2023-10-06
🎉 Enhancements
- Add support for arm64 builds
🚢 1.0.0-alpha.67 / 2023-09-20
🎉 Enhancements
- Bump dependencies
🚢 1.0.0-alpha.66 / 2022-12-20
💥 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
, and20.0.0
🚢 1.0.0-alpha.65 / 2022-10-21
🎉 Enhancements
- Add support for ALB integrations
🚢 1.0.0-alpha.64 / 2022-10-14
🐛 Fixes
- Allow build without AWS region
- Fix AWS region error text