Skip to content

Releases: aarondfrancis/sidecar

v0.3.1

Choose a tag to compare

@aarondfrancis aarondfrancis released this 31 Jul 19:23

0.3.1 - 2021-07-31

Fixed

  • Cast Memory and Timeout to integers. Fixes #28

v0.3.0

Choose a tag to compare

@aarondfrancis aarondfrancis released this 20 Jul 15:54

Added

  • Support for Lambda environment variables (#25)

v0.2.0

Choose a tag to compare

@aarondfrancis aarondfrancis released this 13 Jul 01:52

0.2.0 - 2021-07-12

Added

  • 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.
  • New sidecar:warm command (#6)
  • Better error reporting when sidecar:deploy is 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-warm options to sidecar:deploy and sidecar:active commands (Commit)
  • latestVersionHasAlias method 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

Choose a tag to compare

@aarondfrancis aarondfrancis released this 05 Jun 23:58

0.1.4 - 2021-06-05

  • Added * option to include the entire base directory in the package.

v0.1.3

Choose a tag to compare

@aarondfrancis aarondfrancis released this 25 May 02:47

See changelog.

v0.1.2

Choose a tag to compare

@aarondfrancis aarondfrancis released this 24 May 21:48
cf0c530

See changelog

v0.1.1

Choose a tag to compare

@aarondfrancis aarondfrancis released this 24 May 14:00

See changelog

v0.1.0

Choose a tag to compare

@aarondfrancis aarondfrancis released this 16 May 00:44

First release