Releases: shlinkio/shlink-common
Releases · shlinkio/shlink-common
v4.3.0
Changed
- Nothing
Added
- Added support in paginator utils to provide a custom data prop name.
- Added support to define a default lifetime in cache adapters.
Removed
- Dropped support for Symfony 5.
Fixed
- Nothing
Deprecated
- Deprecated
Shlinkio\Shlink\Common\env
function. UseShlinkio\Shlink\Config\env
as a direct replacement.
v4.2.1
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- Ensured
CloseDbConnectionMiddleware
closes the EntityManager instead of clearing it.
Deprecated
- Nothing
v4.2.0
Changed
- Nothing
Added
- Added support for openswoole.
- Updated to pagerfanta 3.5.
- Added
json_encode
function with implicit conversion of errors to exceptions.
Removed
- Nothing
Fixed
- Added missing code style checks to functions folder.
Deprecated
- Nothing
v4.1.0
Changed
- Moved ci workflow to external repo and reused
- Updated to phpstan 1.0
Added
- Added support for symfony/mercure 0.6
- Added official support for PHP 8.1
- Added support for Symfony 6
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v4.0.0
Added
- #80 Added support for redis cache with redis sentinel
Changed
-
#77 Replaced doctrine/cache adapters by symfony/cache, complying with PSR-6 and PSR-16 in the process.
The project still depends on doctrine/cache 2.0, and wraps the PSR-6 adapter into a doctrine cache that can be used with other doctrine packages.
-
Updated to infection 0.24
-
#79 Added experimental builds under PHP 8.1
-
#76 Increased required phpstan level to 8
Deprecated
- Nothing
Removed
Fixed
- Nothing
v3.7.0
v3.6.0
v3.5.0
Added
- #60 Added support for
pagerfanta/core
as a pagination system. - #64 Added new input factory methods.
- Added named constructors to
DateRange
. - Created new
ContentLengthMiddleware
.
Changed
- Nothing
Deprecated
- Nothing
Removed
- #63 Removed support for
laminas/laminas-paginator
. Usepagerfanta/core
instead.
Fixed
- Nothing
v3.4.0
Added
- Added support for
lcobucci/jwt:4.0
stable version. - Updated to
akrabat/ip-address-middleware
2.0 - #58 Added support to define custom base repositories for the entity manager.
Changed
- Migrated build to Github Actions.
Deprecated
- Nothing
Removed
- Dropped support for
cakephp/chronos
1.0
Fixed
- Nothing
v3.3.2
Added
- Nothing
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Fixed errors when using mercure 0.10.