All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.1.1 (2024-06-03)
6.1.0 (2024-03-27)
- Support Scaleway provider (#812) (1b0faae) (Andy Méry)
- Improved pip failure logging (#813) (787b479) (Justin Lyons)
- Ensure proper support for mixed runtimes and architectures (#815) (27b70f4) (Stijn IJzermans)
6.0.1 (2023-10-22)
- Add legacy
pipenv
backward compatability (#742) (22a1f83) (Randy Westergren) - Not crash when runtime is not
python
(#773) (c1f5ca1) (Jim Kirkbride) - Remove outdated Pipenv requirements flag (#780) (ad40278) (Jeff Gordon)
- Fix integration test matrix configuration (#755) (e8b2e51) (Randy Westergren)
6.0.0 (2022-10-23)
- Changes default
dockerImage
used for building dependencies (now uses images frompublic.ecr.aws/sam
repository) - Requires
pipenv
in version2022-04-08
or higher
- Introduce
requirePoetryLockFile
flag (#728) (e81d9e1) (François-Michel L'Heureux) - Switch to official AWS docker images by default (#724) (4ba3bbe) (Piotr Grzesik)
- Adapt to support latest
pipenv
version (#718) (853da8d) (Anders Steiner & Randy Westergren & Piotr Grzesik) - Properly recognize individual function (#725) (78795be) (Piotr Grzesik)
- Improve error message for docker failures (#723)(cc146d0) (Piotr Grzesik)
5.4.0 (2022-03-14)
- Support
dockerPrivateKey
to specify path to SSH key (#674) (915bcad) (Marcin Szleszynski) - Support individual packaging with
poetry
(#682) (ebd12cb) (Brandon White)
- Log child process command output on error (#679) (ff11497) (Andrei Zhemaituk)
- Replace
lodash.set
withset-value
(#676) (3edf0e0) (Marc Hassan)
5.3.1 (2022-01-28)
- Address unknown path format error in
wsl2
(#667) (b16c82d) (Shinichi Makino)
5.3.0 (2021-12-21)
- Support requirements layer caching (#644) (406f6ba) (Maciej Wilczyński)
- Ensure cast
toString
beforetrim
on buffer (f60eed1)
5.2.2 (2021-12-03)
- Ensure cast
toString
beforetrim
on buffer (#656) (f60eed1) (Piotr Grzesik)
5.2.1 (2021-11-30)
- Adapt plugin to modern logs (#646) (8ff97e6) (Piotr Grzesik)
- Adapt to
async
version ofspawn
(#648) (50c2850) (Piotr Grzesik) - Adapt v3 log writing interfaces (#646) (a79899a) (Piotr Grzesik)
- Ensure proper verbose progress logs (#646) (44b9591) (Piotr Grzesik)
- Use
ServerlessError
(#649) (cdb7111) (Piotr Grzesik)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.