Skip to content

Releases: shlinkio/shlink-config

v3.4.0

24 Nov 13:18
Compare
Choose a tag to compare

Changed

  • Update shlinkio coding standard to v2.4
  • Update to PHPStan 2.0

Added

  • Nothing

Removed

  • Remove dependency on laminas/laminas-config.

Fixed

  • Nothing

Deprecated

  • Nothing

v3.3.0

24 Oct 07:02
Compare
Choose a tag to compare

Changed

  • Switch to xdebug for code coverage reports, as pcov is not marking functions as covered.
  • Make cuyz/valinor an optional dependency, required only if you plan to use ValinorConfigFactory.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Deprecate ValinorConfigFactory.

v3.2.1

17 Oct 07:30
352e90f
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix regression where loadEnvVarsFromConfig defines env vars with null value as empty instead of skipping them entirely.

Deprecated

  • Nothing

v3.2.0

14 Oct 07:39
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Expose new loadEnvVarsFromConfig function to use instead of EnvVarLoaderProvider.
  • Expose new formatEnvVarValue function that stringifies a value to use as an env var.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Deprecate EnvVarLoaderProvider. Use loadEnvVarsFromConfig instead.

v3.1.0

22 Jul 06:52
ba8cb91
Compare
Choose a tag to compare

Changed

  • Update to PHPStan 1.11

Added

  • Support laminas/laminas-servicemanager >=4.2

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v3.0.0

17 Feb 09:45
Compare
Choose a tag to compare

Changed

  • Update dependencies

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Remove support for swoole and openswoole

Deprecated

  • Nothing

v2.5.0

25 Nov 18:45
Compare
Choose a tag to compare

Changed

  • Update to PHPUnit 10.1
  • Replace usage of Interop container with PSR one in DottedAccessConfigAbstractFactory

Added

  • Add support for PHP 8.3

Removed

  • Drop support for PHP 8.1

Fixed

  • Nothing

Deprecated

  • Deprecated openswoole-related helpers.

v2.4.1

15 Mar 08:29
2bc5953
Compare
Choose a tag to compare

Changed

  • Update to PHPUnit 10.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Make sure env var values are trimmed before applying logic or evaluating them in any way.

Deprecated

  • Nothing

v2.4.0

28 Jan 09:42
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Added function to resolve openswoole config from env vars.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.3.0

16 Dec 21:26
Compare
Choose a tag to compare

Changed

  • #22 Updated to valinor 1.0.0 and changed ValinorConfigFactory to only allow superfuous keys.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing