Parcourir la source

Merge pull request #1119 from markshust/feature/tag-release-46-1-0

Released 46.1.0.
Mark Shust il y a 1 an
Parent
commit
3f66f18c03
3 fichiers modifiés avec 21 ajouts et 2 suppressions
  1. 12 0
      CHANGELOG.md
  2. 7 0
      README.md
  3. 2 2
      compose/compose.yaml

+ 12 - 0
CHANGELOG.md

@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [46.1.0] - 2024-04-13
+
+### Added
+- New `bin/blackfire` script to enable, disable, or check status of Blackfire extension [PR #1115](https://github.com/markshust/docker-magento/pull/1115).
+- Swool PHP extension to all PHP Docker images to support Adobe Commerce GraphQL Application Layer [PR #1114](https://github.com/markshust/docker-magento/pull/1114).
+
+### Updated
+- Supported versions in the `bin/check-dependencies` script [PR #1112](https://github.com/markshust/docker-magento/pull/1112).
+
+### Fixed
+- Random 502 Bad Gateway errors when Xdebug is enabled [PR #1085](https://github.com/markshust/docker-magento/pull/1085), [PR #1116](https://github.com/markshust/docker-magento/pull/1116).
+
 ## [46.0.0] - 2024-04-09
 
 ### Added

+ 7 - 0
README.md

@@ -20,6 +20,7 @@
 - [Updates](#updates)
 - [Custom CLI Commands](#custom-cli-commands)
 - [Misc Info](#misc-info)
+- [Known Issues](#known-issues)
 - [Credits](#credits)
 - [License](#license)
 
@@ -754,6 +755,12 @@ curl --cookie "SPX_REPORT=full; SPX_ENABLED=1; SPX_SAMPLING_PERIOD=5000" https:/
 
 Additional information of how to work with SPX is available at https://www.youtube.com/watch?v=xk-JiBLsKfA
 
+## Known Issues
+
+### Xdebug & Blackfire incompatibility
+
+There is an outstanding bug when Xdebug runs alongside Blackfire in PHP 8.3. See https://github.com/markshust/docker-magento/issues/1118 for more info.
+
 ## Credits
 
 ### M.academy

+ 2 - 2
compose/compose.yaml

@@ -1,7 +1,7 @@
 ## Mark Shust's Docker Configuration for Magento
 ## (https://github.com/markshust/docker-magento)
 ##
-## Version 46.0.0
+## Version 46.1.0
 
 ## To use SSH, see https://github.com/markshust/docker-magento#ssh
 ## Linux users, see https://github.com/markshust/docker-magento#linux
@@ -32,7 +32,7 @@ services:
       #- "host.docker.internal:host-gateway"
 
   phpfpm:
-    image: markoshust/magento-php:8.3-fpm-0
+    image: markoshust/magento-php:8.3-fpm-1
     volumes: *appvolumes
     env_file: env/phpfpm.env
     #extra_hosts: *appextrahosts