Skip to content

Commit

Permalink
Update CHANGELOG for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Mar 20, 2023
1 parent 0642b5a commit eabdcd4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v2.1.0] - 2023-03-20
### Added
* Allow running Tinker commands on Lambda by @mnapoli in https://github.com/brefphp/laravel-bridge/pull/104

### Changed
* Fix default branch in CI by @szepeviktor in https://github.com/brefphp/laravel-bridge/pull/97
* Don't unset AWS key and secrets by @georgeboot in https://github.com/brefphp/laravel-bridge/pull/98
* Fix the creation of `serverless.yml` to the correct directory by @mnapoli in https://github.com/brefphp/laravel-bridge/pull/99
* Fix service provider running order by @georgeboot in https://github.com/brefphp/laravel-bridge/pull/102
* Improve the default `serverless.yml` config by @mnapoli in https://github.com/brefphp/laravel-bridge/pull/100

## [v2.0.0]
### Breaking Changes
- Logs are now written in plain text by default instead of JSON. To enable JSON logs, set `channels.stderr.formatter` to `Monolog\Formatter\JsonFormatter::class` in `config/logging.php`.
- The automatic population of environment variables via `APP_SSM_PREFIX` and `APP_SSM_PARAMETERS` has been removed. The native Bref 2.0 feature to load SSM parameters into environment variables can be used instead ([#36](https://github.com/cachewerk/bref-laravel-bridge/pull/36))
- If you use Octane, remove the `bref/runtime.php` file, remove the `APP_RUNTIME` environment variable (in `serverless.yml`) and set your Octane function handler to: `handler: CacheWerk\BrefLaravelBridge\Http\OctaneHandler`.
- If you use Laravel Queues, remove the `bref/runtime.php` file, remove the `APP_RUNTIME` environment variable (in `serverless.yml`) and set your Octane function handler to: `handler: CacheWerk\BrefLaravelBridge\Queue\QueueHandler`.

## [Unreleased]
## [v0.3.0] - 2022-11-15
### Changed
- Use Laravel-native queue handler ([#13](https://github.com/cachewerk/bref-laravel-bridge/pull/13))
Expand Down

0 comments on commit eabdcd4

Please sign in to comment.