All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- DynamoDB Input option to specify the docker dynamodb image and version
- Removed async to generator for babel.
- Defaulted to version 0.12.4 localstack
- Removed old node versions from tests
- Updated the rest of the source files to typescript. This will break some commonJS
imports if they are importing
src/WriteBuffer
orsrc/Environment
.
- Converted localstack to typescript, and fixed some inputs
- Updated deployment to use
github-actions
11.2.2 - 2020-07-31
- Add explicit peerDependency entry for
@lifeomic/alpha
. Previously, alpha was being used, but not declared as a dependency.
11.0.3 - 2020-02-28
- Adding missing properties to WebpackOptions TS typing
10.0.0 - 2020-01-10
- Remove support for the ENABLE_LAMBDA_LOGGING environment variable. Instead you can set DEBUG=lambda-tools:lambda
8.0.0 - 2019-06-07
- Upgraded ava to 2.0
- Drop support for node 6
7.2.0 - 2019-02-27
- A new
-t
options for the webpack build CLI that allows providing atsconfig.json
file for TypeScript compilation
7.1.0 - 2019-02-27
- A new
mountpointParent
option onuseNewContainer
to was added to control wherezipfile
arguments are unzippped. This new option can be used when trying to align paths both inside and outside docker which is needed when usingzipfile
from inside a compose environment.
7.0.0 - 2019-02-26
- A new
zipfile
option onuseNewContainer
to build containers straight from zip files. Testing from zip files can help validate final packaging.
- Dependent projects will need to make sure that MockServer 5.5 is used in docker-compose environments and npm dependencies
- Dependnet projects need to upgrade to Ava 1.x