Skip to content

Commit 0ad8bf3

Browse files
committed
Changelog
1 parent bf94faf commit 0ad8bf3

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
## Unreleased
44

5-
- Add: `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-
- Add: Better error reporting when `sidecar:deploy` is called and there are no functions.
7-
- Add: Better error reporting when a function is not found.
8-
- Add: `sidecar:warm` function [#6](https://github.com/hammerstonedev/sidecar/pull/6)
9-
- Add: Sweeping to remove old, unused functions [#15](https://github.com/hammerstonedev/sidecar/pull/15)
10-
11-
- Change: Moved some methods into the Sidecar\LambdaClient [#15](https://github.com/hammerstonedev/sidecar/pull/15)
12-
13-
- Fix: Allow spacing in `APP_NAME` [#17](https://github.com/hammerstonedev/sidecar/pull/17)
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.
7+
- Better error reporting when `sidecar:deploy` is called and there are no functions.
8+
- 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)
13+
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)
18+
19+
### Fixed
20+
- Allow spacing in `APP_NAME` [#17](https://github.com/hammerstonedev/sidecar/pull/17)
1421

1522
## 0.1.4 - 2021-06-05
1623

0 commit comments

Comments
 (0)