0.4.0
Bref has moved on GitHub and Packagist to its own organization:
- the project is now at https://github.com/brefphp/bref on GitHub
- the Composer package has been renamed from
mnapoli/bref
tobref/bref
To update to future releases you need to change your dependency in composer.json
to replace mnapoli/bref
with bref/bref
.
Other than that this 0.4.0 release contains no BC break.
Features
- #262, #263, #338: ALB is now supported as an alternative to API Gateway: this can be useful for applications with high traffic as ALB is cheaper than API Gateway at scale. (by @atrope)
- #269: Using a database is now documented at https://bref.sh/docs/environment/database.html (by @mnapoli)
- #334: Bref can now keep your HTTP lambdas warm using a scheduled event, this is documented here: https://bref.sh/docs/runtimes/http.html#cold-starts (by @thibaudlemaire)
- #335: The
bref deployment
command will now display the CloudFormation outputs. This makes it easier to retrieve the URL of the websites/APIs we deploy. (by @mnapoli)