v8.6.0
Changed
-
#199 Async-related questions no longer depend on the presence of the swoole/openswoole extension. Instead, a question is asked at first to know the runtime to be used.
This ensures those questions are asked for roadrunner too, and skipped if swoole/openswoole is installed but not meant to be used.
Added
- Add
CacheNamespaceConfigOption
to customize the cache namespace. - Add support for PHP 8.3
- #200 Add Matomo integration config options.
- Add
RedisDecodeCredentialsConfigOption
to enable/disable URL-decoding on redis server credentials. - Add
RabbitMqUseSslConfigOption
to enable SSL connections to RabbitMQ servers.
Removed
- Drop support for PHP 8.1
Fixed
- Nothing
Deprecated
- Nothing