Releases: aarondfrancis/sidecar
Releases · aarondfrancis/sidecar
v0.3.0
v0.2.0
0.2.0 - 2021-07-12
Added
- New
sidecar.envconfig option to separate Sidecar environment from application environment. Useful mostly for teams who have multiple developers that all have an app env oflocaland don't want to be constantly overwriting each other's functions. - New
sidecar:warmcommand (#6) - Better error reporting when
sidecar:deployis called and there are no functions. - Better error reporting when a function is not found.
- Implemented sweeping to remove old, unused function versions (#15)
--pre-warmoptions tosidecar:deployandsidecar:activecommands (Commit)latestVersionHasAliasmethod to the LambdaClient (Commit)
Changed
- Warming is now opt-in. 0 instances are configured by default. (Commit)
- Moved some methods into the Sidecar\LambdaClient (#15)
- Break out logging & environment concerns from the Lambda Client. (Commit)
Fixed
- Allow spacing in
APP_NAME#17
v0.1.4
0.1.4 - 2021-06-05
- Added
*option to include the entire base directory in the package.
v0.1.3
See changelog.
v0.1.2
See changelog
v0.1.1
See changelog
v0.1.0
First release