Skip to content

3.0.0

Choose a tag to compare

@mnapoli mnapoli released this 26 Feb 13:07
· 14 commits to main since this release
d16bf2c

Bref 3.0 is released 🎉

Read the full blog post here: bref.sh/news/03-bref-3.0

The full upgrade guide is here: https://bref.sh/docs/upgrading/v3

Bref v3

What's new

  • Switch to Amazon Linux 2023 for Bref v3 by @mnapoli in #122
  • Add support for PHP 8.5 in Bref v3 by @mnapoli in #282
  • Remove support for PHP 8.0 and 8.1 in Bref v3 by @mnapoli in #258
  • Refactor to a single layer by @mnapoli in #256
  • Add ap-southeast-3 and me-central-1 regions by @mnapoli in #259
  • Optimize layer sizes by @mnapoli in #262
    • disable the soap extension by default to avoid loading it on PHP startup
    • bundle the pdo-mysql extension in the PHP binary and enable it by default
  • Publish v3 layers to a separate AWS account (873528684822)
  • Drop the blackfire extension from "dev" container images
  • Optimize layers by externalizing only large extensions by @mnapoli in #283
  • Remove the deprecated "hooks" system by @mnapoli in #2012
  • Add the Redis extension by @mnapoli in #284
  • Always log errors to stderr by @mnapoli in #303
  • Increase PHP-FPM log limit by @mnapoli in #304

Full Changelog: 2.3.39...3.0.0