You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,22 @@
2
2
3
3
## Unreleased
4
4
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)
0 commit comments