Releases: brefphp/extra-php-extensions
Releases · brefphp/extra-php-extensions
1.2.3
What's Changed
- Update list of tags by @bref-bot in #455
- Fix #459 Support projects using ESM by @reggie84 in #460
- Upgrade ImageMagick to 7.1.1-11 by @GrahamCampbell in #458
- Update CHANGELOG.md by @mnapoli in #461
New Contributors
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.1
What's Changed
- Specify specific version, so upgrades are explicit and not cached by @GrahamCampbell in #446
- Fixed broken amqp extension by @GrahamCampbell in #445
- Upgrade to grpc 1.55.0 by @GrahamCampbell in #449
- Fix the relay extension by @mnapoli in #448
- Update Blackfire extension by @bref-bot in #450
- Update FUNDING.yml by @mnapoli in #451
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Added
datadog
extension by @wolflingorg in #442 - ImageMagick upgrades by @GrahamCampbell in #434
- Upgrade NewRelic agent to v10.9.0.324 by @starred-gijs in #438
- OCI8 Update by @mixaster in #439
- Update Blackfire extension by @bref-bot in #444
New Contributors
- @wolflingorg made their first contribution in #442
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Update Blackfire extension by @bref-bot in #427
- Rebuild MongoDB by @mnapoli in #436
- Update Blackfire extension by @bref-bot in #433
- Specify grpc version for reliable builds to ensure re-build each time we want to bump the version by @GrahamCampbell in #435
- Add explicit versions in the documentation by @mnapoli in #429
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- add new layer Swoole by @deminy in #410
- add new layer bsdiff by @deminy in #409
- Upgrade Elastic APM Extension by @mattrenner in #403
- Added Blackfire support for PHP 8.2 by @aran112000 in #421
- [CI] Update to actions/checkout:v3 by @Nyholm in #423
- Update list of tags by @bref-bot in #424
- Prepare release 1.1.0 by @Nyholm in #425
New Contributors
Full Changelog: 1.0.2...1.1.0
1.0.2
1.0.1
What's Changed
- Add a note about arm64 on readme by @kevincerro in #416
- Update list of tags by @bref-bot in #414
- Bump newrelic version (compatibility PHP 82) by @Benoit382 in #417
- Update Blackfire extension by @bref-bot in #415
- Prepare release 1.0.1 by @Nyholm in #419
New Contributors
- @kevincerro made their first contribution in #416
- @Benoit382 made their first contribution in #417
Full Changelog: 1.0.0...1.0.1
1.0.0
This new major release brings compatibility with Bref v2, which was released 2 days ago.
Breaking changes
- Just like Bref v2, support for PHP 7.3 and 7.4 was dropped. PHP 8.0 or greater is required.
- Bref v2 is required. If you use Bref v1, use the
0.12
version of the Bref extra extensions.
Internal changes
These internal changes will not impact most users, however we list them in case you have an advanced use case:
- The "bref-extra" PHP extensions are now installed in the official Bref directory for PHP extensions:
/opt/bref/extensions
. They were previously installed in/opt/bref-extra
.
If you were copying the layers in your Docker images, make sure to copy the entire /opt
folder instead of the /opt/bref-extra
folder:
FROM bref/php-82-fpm:2
# Don't do this:
COPY --from=bref/extra-imagick-php-82:1 /opt/bref-extra /opt/bref-extra
# Do this instead:
COPY --from=bref/extra-imagick-php-82:1 /opt /opt
List to all pull requests
- Update list of tags by @bref-bot in #400
- [Gnupg] Add missing libraries by @Nyholm in #401
- Update Blackfire extension by @bref-bot in #402
- Support Bref v2 by @mnapoli in #406
- Upgrade NewRelic agent to v10.6.0.318 by @starred-gijs in #405
- Update the docs for the v2 release by @mnapoli in #412
- Release 1.0.0 with Bref v2 support by @mnapoli in #413
Full Changelog: 0.12.4...1.0.0
Release 0.12.4
What's Changed
- Add the
relay
extension for Bref v1 by @mnapoli in #394 - Update list of tags by @bref-bot in #392
- Upgrade NewRelic PHP Agent to v10.5.0.317 by @starred-gijs in #393
- Allow publishing to a single region by @mnapoli in #395
- Add PHP 7.4 support for the Relay extension by @mnapoli in #396
- Add the Tideways extension by @mnapoli in #398
- Minor relay formatting by @tillkruss in #397
- Release 0.12.4 by @Nyholm in #399
New Contributors
- @tillkruss made their first contribution in #397
Full Changelog: 0.12.3...0.12.4