-
[Breaking] Switch from
lambda-git
to Git Lambda Layer. The size of the artifact is significantly smaller and it contains no binaries. -
[Breaking] Change default
GIT_REPO_BRANCH
frommaster
tomain
. -
[Breaking] Upgrade recommended Node runtime version from 12 to 14. Node 12 should be still supported but Node 10 support is dropped.
-
Upgrade all dependencies, including Parcel v1 → v2. This resolves a few dev-only dependency vulnerabilities reported by
yarn audit
.
- Upgrade dependencies to mitigate security vulnerabilities
- Upgrade dependencies to mitigate security vulnerabilities
- Upgrade dependencies to mitigate security vulnerabilities (such as lodash prototype pollution)
- Add
CHANGELOG.md
(also include it into the build) - Add missing config docs
- Parse unescaped
\n
and\r
inEVENT_LINE_FORMAT
as newline symbols - Use 24 instead of 12 hour format by default
Initial release