Skip to content

Latest commit

 

History

History
135 lines (68 loc) · 6.7 KB

CHANGELOG.md

File metadata and controls

135 lines (68 loc) · 6.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.21 (2023-01-26)

Features

  • support local layers, local AWS credentials file, and own docker socket path (#17) (b61d86d)

Bug Fixes

0.0.20 (2021-01-01)

Features

0.0.19 (2020-12-27)

Features

  • baseImageRepo option to replace lambci/lambda (#14) (a16f3a6)

0.0.18 (2020-11-16)

Features

0.0.17 (2020-09-27)

Features

  • adding an option for the value of port increment (dfed5c0)

Bug Fixes

  • envvars are well-injected on multiple events containers (#12) (b6fdea7)

0.0.16 (2020-09-07)

0.0.15 (2020-09-07)

Features

  • Resolve environment variables using Ref and --ref-overrides (#9) (8f8060a)

0.0.14 (2020-08-24)

0.0.13 (2020-08-24)

0.0.12 (2020-08-24)

0.0.11 (2020-08-24)

0.0.10 (2020-08-24)

0.0.9 (2020-08-23)

0.0.8 (2020-08-05)

0.0.7 (2020-07-21)

Features

  • support for multiple events within a single function (#6) (adab46e)

0.0.6 (2020-05-23)

Features

0.0.5 (2020-05-10)

Features

  • support memory size and timeout (a4162e9)

0.0.4 (2020-05-09)

0.0.3 (2020-05-07)

0.0.2 (2020-05-07)

Features

  • cli: make env vars optional (99927fd)
  • make docker network optional; depend on config over process.env (31997c9)
  • cli: set default for template (bd926da)
  • fallback to globals, ask for base path over 3 full paths (fcf64e6)
  • log upstream response status code (6a0b6a0)
  • read env vars dinamically from env variable (f58f53b)
  • setup cli (8bc1d69)

Bug Fixes

  • fix gitignore and commit necessary test fixtures (7bc1b94)
  • fix package description (7df7ff1)
  • handle rejected promises; select first event when multiple matched (41d7b3e)

0.0.1 (2020-05-03)

Features

  • build event according to event type and payloadformatversion 405210d
  • Initial commit 8b07722
  • kill api containers on start 1ea7a7a
  • match incoming request with function to trigger; proxy dummy request 67fef75
  • Spin up lambda containers 3ec92be
  • support all runtimes and pull required docker images on start 8a14ba1

Bug Fixes

  • avoid pulling same image tag multiple times ee681b0
  • read functions from template instead of envvars 7f2307d
  • Remove unnecessary imports 421ba8a