Skip to content

Releases: llaville/php-compatinfo-db

6.6.0

13 May 08:00
Compare
Choose a tag to compare

6.6.0 - 2024-05-13

Added

  • PHP 8.1.28 support
  • PHP 8.2.19 support
  • PHP 8.3.7 support

Changed

  • update opentelemetry reference to version 1.0.3
  • update xdebug reference to version 3.3.2

Full Changelog: 6.5.0...6.6.0

6.5.0

12 Apr 07:46
Compare
Choose a tag to compare

6.5.0 - 2024-04-12

Added

  • PHP 8.2.18 support
  • PHP 8.3.6 support

Changed

  • update opentelemetry reference to version 1.0.2

Full Changelog: 6.4.2...6.5.0

6.4.2

19 Mar 06:48
Compare
Choose a tag to compare

6.4.2 - 2024-03-19

Version 6.4.1 fixed an issue that resolved wrong PHP minimum requirement when elements (class, function, constant) are more than one version definition.
See explains with examples at llaville/php-compatinfo#372 (comment)

Fixed

  • When Doctrine Collection filtered is empty, the first function return false. See commit a8b52e6

Full Changelog: 6.4.1...6.4.2

6.4.1

19 Mar 05:50
Compare
Choose a tag to compare

6.4.1 - 2024-03-19

Fixed an issue that resolved wrong PHP minimum requirement when elements (class, function, constant) are more than one version definition.
See explains with examples at llaville/php-compatinfo#372 (comment)

Fixed

  • #372 : random_bytes and random_int are detected as random extension functions and PHP 8.2 min version requirement

Full Changelog: 6.4.0...6.4.1

6.4.0

17 Mar 08:25
Compare
Choose a tag to compare

6.4.0 - 2024-03-17

Added

  • PHP 8.2.17 support
  • PHP 8.3.4 support

Full Changelog: 6.3.0...6.4.0

6.3.0

18 Feb 08:36
Compare
Choose a tag to compare

6.3.0 - 2024-02-18

Added

  • PHP 8.2.16 support
  • PHP 8.3.3 support

Changed

  • update amqp reference to version 2.1.2
  • upgrade opentelemetry reference to version 1.0.2beta1
  • update ssh2 reference to version 1.4.1

Full Changelog: 6.2.1...6.3.0

6.2.1

08 Feb 06:00
Compare
Choose a tag to compare

6.2.1 - 2024-02-08

Changed

  • #137 : Add support to $_composer_autoload_path global Composer variable
  • #138 : Reduce size of PHAR version

Fixed

  • Dockerfile : be able to use all 6.2 versions family without to hardcode a composer constraint that will be wrong with greater releases (6.3 or next)
  • #139 : Cannot convert to a GitHub Action
  • APP_CACHE_DIR variable contents is not show on diagnose command

Full Changelog: 6.2.0...6.2.1

6.2.0

22 Jan 06:55
Compare
Choose a tag to compare

6.2.0 - 2024-01-22

Added

  • PHP 8.2.15 support
  • PHP 8.3.2 support

Changed

  • Solr 2.7.0 with PHP 8.3 support

Full Changelog: 6.1.1...6.2.0

6.1.1

30 Dec 06:45
Compare
Choose a tag to compare

6.1.1 - 2023-12-30

Fixed

  • Link to documentation site on about command

Full Changelog: 6.1.0...6.1.1

6.1.0

29 Dec 15:24
Compare
Choose a tag to compare

6.1.0 - 2023-12-29

Added

  • PHP 8.1.27 support
  • PHP 8.2.14 support
  • PHP 8.3.1 support
  • Introduces db:new command that combine db:create and db:init actions
  • Introduces Dockerfile to build Docker distribution

Changed

  • update mcrypt reference to version 1.0.7
  • mcrypt reference is now identified as no more supported

Fixed

  • usage of Symfony\Component\Messenger\Exception\WrappedExceptionsTrait::getWrappedExceptions calls
  • description of db:create command

Full Changelog: 6.0.2...6.1.0