|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | 5 | ### Added |
6 | | -- `sidecar.env` config option to separate Sidecar environment from application environment. Useful mostly for teams who have multiple developers that all have an app env of `local` and don't want to be constantly overwriting each other's functions. |
| 6 | +- New `sidecar.env` config option to separate Sidecar environment from application environment. Useful mostly for teams who have multiple developers that all have an app env of `local` and don't want to be constantly overwriting each other's functions. |
| 7 | +- New `sidecar:warm` command ([#6](https://github.com/hammerstonedev/sidecar/pull/6)) |
7 | 8 | - Better error reporting when `sidecar:deploy` is called and there are no functions. |
8 | 9 | - Better error reporting when a function is not found. |
9 | | -- `sidecar:warm` function [#6](https://github.com/hammerstonedev/sidecar/pull/6) |
10 | | -- Sweeping to remove old, unused functions [#15](https://github.com/hammerstonedev/sidecar/pull/15) |
11 | | -- `--pre-warm` options to `sidecar:deploy` and `sidecar:active` commands [Commit](https://github.com/hammerstonedev/sidecar/commit/4794e6d4bfc5ddb4976c4686939ca1ee0c0ae979) |
12 | | -- `latestVersionHasAlias` method to the LambdaClient [Commit](https://github.com/hammerstonedev/sidecar/commit/a54f4e59aef9bfeac57ced7fb50b0c25ff268ab9) |
| 10 | +- Implemented Sweeping to remove old, unused function versions ([#15](https://github.com/hammerstonedev/sidecar/pull/15)) |
| 11 | +- `--pre-warm` options to `sidecar:deploy` and `sidecar:active` commands ([Commit](https://github.com/hammerstonedev/sidecar/commit/4794e6d4bfc5ddb4976c4686939ca1ee0c0ae979)) |
| 12 | +- `latestVersionHasAlias` method to the LambdaClient ([Commit](https://github.com/hammerstonedev/sidecar/commit/a54f4e59aef9bfeac57ced7fb50b0c25ff268ab9)) |
13 | 13 |
|
14 | 14 | ### Changed |
15 | | -- Warming is now opt-in. 0 instances are configured by default. [Commit](https://github.com/hammerstonedev/sidecar/commit/ba53467368bcb253034fdbae7726fb0916b28de2) |
16 | | -- Moved some methods into the Sidecar\LambdaClient [#15](https://github.com/hammerstonedev/sidecar/pull/15) |
17 | | -- Break out logging & environment concerns from the Labmda Client. [Commit](https://github.com/hammerstonedev/sidecar/commit/20e368c9773c4aae2262021c7682cf72737af270) |
| 15 | +- Warming is now opt-in. 0 instances are configured by default. ([Commit](https://github.com/hammerstonedev/sidecar/commit/ba53467368bcb253034fdbae7726fb0916b28de2)) |
| 16 | +- Moved some methods into the Sidecar\LambdaClient ([#15](https://github.com/hammerstonedev/sidecar/pull/15)) |
| 17 | +- Break out logging & environment concerns from the Labmda Client. ([Commit](https://github.com/hammerstonedev/sidecar/commit/20e368c9773c4aae2262021c7682cf72737af270)) |
18 | 18 |
|
19 | 19 | ### Fixed |
20 | 20 | - Allow spacing in `APP_NAME` [#17](https://github.com/hammerstonedev/sidecar/pull/17) |
|
0 commit comments