Skip to content

Commit c3e1b4d

Browse files
committed
Changelog
1 parent 7aa1310 commit c3e1b4d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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

0 commit comments

Comments
 (0)