Skip to content

Releases: shlinkio/shlink-common

v6.5.0

03 Nov 10:29
8b82404
Compare
Choose a tag to compare

Changed

  • Extract configuration-related code from EntityManagerFactory into ConfigurationFactory.
  • Update to shlinkio coding standard 2.4.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix calls to SCAN commands to redis >=7.4 when cursor is null.

Deprecated

  • Nothing

v6.4.0

27 Oct 07:28
Compare
Choose a tag to compare

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 from shlinkio/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

04 Oct 11:13
632d566
Compare
Choose a tag to compare

Added

  • Add support to define redis database index in redis connection URIs.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v6.2.0

11 Aug 16:29
Compare
Choose a tag to compare

Changed

  • Update dependencies

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v6.1.0

14 Apr 06:34
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Allow current request ID to be set and read in RequestIdMiddleware.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v6.0.0

03 Mar 17:39
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Update to PHPUnit 11
  • Inputs created with InputFactory are now not required by default. Also, the required 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 and json_encode functions.
  • Remove support for openswoole.
  • Remove support for Doctrine ORM 2.x
  • Remove dependency on injection and mutation tests.
  • Remove InputFactoryTrait in favor of InputFactory class with static factory methods.

Fixed

  • Nothing

Deprecated

  • Nothing

v5.7.1

17 Dec 18:30
Compare
Choose a tag to compare

Changed

  • Remove dependency on functional-php

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v5.7.0

25 Nov 18:58
Compare
Choose a tag to compare

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

22 Sep 07:58
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Add a NamespaceStore class that can be used to wrap symfony/lock stores and prefix key resources.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v5.5.1

28 May 08:38
2c07788
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #125 Make sure AccessLogMiddleware logs request's query string.

Deprecated

  • Nothing