Releases: shlinkio/shlink-common
Releases · shlinkio/shlink-common
v6.5.0
v6.4.0
Added
- Add support for
endroid/qr-code
6.0
Changed
- Switch to xdebug for code coverage reports, as pcov is not marking functions as covered
- Remove references to
ValinorConfigFactory
fromshlinkio/shlink-config
.
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
[6.3.0] - 204-10-04
Added
- Add support to define redis database index in redis connection URIs.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
v6.3.0
v6.2.0
Changed
- Update dependencies
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v6.1.0
Changed
- Nothing
Added
- Allow current request ID to be set and read in
RequestIdMiddleware
.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v6.0.0
Changed
- Update dependencies
- Update to PHPUnit 11
- Inputs created with
InputFactory
are now not required by default. Also, therequired
param is now always the last one.
Added
- Add new
RequestIdMiddleware
. - Add support for Doctrine ORM 3.0.0
- Add support for
endroid/qr-code
5.0
Removed
- Remove
BackwardsCompatibleMonologProcessorDelegator
. - Remove support for redis URIs with just a password in place of the username (like
tcp://[email protected]
). - Remove support for non-URL-encoded credentials in redis URIs.
- Remove
json_decode
andjson_encode
functions. - Remove support for openswoole.
- Remove support for Doctrine ORM 2.x
- Remove dependency on injection and mutation tests.
- Remove
InputFactoryTrait
in favor ofInputFactory
class with static factory methods.
Fixed
- Nothing
Deprecated
- Nothing
v5.7.1
Changed
- Remove dependency on functional-php
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v5.7.0
Changed
- Nothing
Added
- #134 Support redis server URIs with URL-encoded credentials.
- Support encrypted redis server connections.
- Support encrypted RabbitMQ server connections.
- Add support for Chronos 3.0
- Add support for PHP 8.3
- Allow disabling access logs for requests to some paths
Removed
- Drop support for PHP 8.1
Fixed
- Nothing
Deprecated
- Nothing
v5.6.0
Changed
- Nothing
Added
- Add a
NamespaceStore
class that can be used to wrapsymfony/lock
stores and prefix key resources.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing