Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Feb 7, 2022
1 parent 7aa1310 commit c3e1b4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog
## Unreleased

## 0.3.6 - 2022-02-07

### Added
- Ability to choose different architectures [https://github.com/hammerstonedev/sidecar/pull/42](https://github.com/hammerstonedev/sidecar/pull/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 as `image.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 [https://github.com/hammerstonedev/sidecar/pull/47](https://github.com/hammerstonedev/sidecar/pull/47)
- `waitUntilFunctionUpdated` now accepts a string as well
- The signature of `Package::includeExactly` now includes a `followLinks` 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.

## 0.3.5 - 2022-01-09

### Added
Expand Down

0 comments on commit c3e1b4d

Please sign in to comment.