v0.3.6
0.3.6 - 2022-02-07
Added
- Ability to choose different architectures #42
- Sidecar now creates an environment variable checksum to avoid publishing a new version when not required.
- Handlers now support an
@
sign to be more consistent with Laravel.image@handler
is the same asimage.handler
- If a payload is an instance of
Arrayable
, it will be cast to an array - Package is now
macroable
- New
Region
class full of consts
Changed
- All 409 logic now lives in client middleware #47
waitUntilFunctionUpdated
now accepts a string as well- The signature of
Package::includeExactly
now includes afollowLinks
second param. SettledResult::errorAsString
is public now
Removed
- ses, sqs, and dynamodb privileges were removed from the default execution role. This only affects new roles.
New Contributors
- @sfioritto made their first contribution in #46
- @clarkeash made their first contribution in #42
Full Changelog: v0.3.5...v0.3.6