File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## Unreleased
33
4+ ## 0.3.6 - 2022-02-07
5+
6+ ### Added
7+ - Ability to choose different architectures [ https://github.com/hammerstonedev/sidecar/pull/42 ] ( https://github.com/hammerstonedev/sidecar/pull/42 )
8+ - Sidecar now creates an environment variable checksum to avoid publishing a new version when not required.
9+ - Handlers now support an ` @ ` sign to be more consistent with Laravel. ` image@handler ` is the same as ` image.handler `
10+ - If a payload is an instance of ` Arrayable ` , it will be cast to an array
11+ - Package is now ` macroable `
12+ - New ` Region ` class full of consts
13+
14+ ### Changed
15+ - All 409 logic now lives in client middleware [ https://github.com/hammerstonedev/sidecar/pull/47 ] ( https://github.com/hammerstonedev/sidecar/pull/47 )
16+ - ` waitUntilFunctionUpdated ` now accepts a string as well
17+ - The signature of ` Package::includeExactly ` now includes a ` followLinks ` second param.
18+ - ` SettledResult::errorAsString ` is public now
19+
20+ ### Removed
21+ - ses, sqs, and dynamodb privileges were removed from the default execution role. This only affects new roles.
22+
423## 0.3.5 - 2022-01-09
524
625### Added
You can’t perform that action at this time.
0 commit comments