Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

90 lines (49 loc) · 3.97 KB

v0.5.2 (May 6, 2024)

✨ New features

  • Add support of PHP 8.3 (#7)

v0.5.1 (March 27, 2023)

✨ New features

  • Add compatibility with psr/container:^2.0 (#4)
  • Add support of PHP 8.2 (#5)

v0.5.0 (January 16, 2023)

💥 Breaking changes

  • Replace league/flysystem-sftp by league/flysystem-sftp-v3 (#2)
  • Bump webalternatif/flysystem-dsn version to ^0.5.0 (#2)

v0.4.1 (June 14, 2022)

✨ New features

  • Allow Symfony components ^6.0 (a0b7f47)

v0.4.0 (June 13, 2022)

💥 Breaking changes

v0.3.5 (December 30, 2021)

✨ New features

v0.3.4 (November 19, 2021)

🐛 Bug fixes

  • Fix container compilation when FlysystemFailoverBundle is not installed (d15f61a)

v0.3.3 (November 7, 2021)

✨ New features

  • Allow failover DSN to be nested in other DSN functions (e5aa638)
  • Bump webalternatif/flysystem-dsn version to ^0.3.1 (ce66ed7)
  • Register FtpAdapterFactory as service (30309e2)
  • Register SftpAdapterFactory as service (15b2148)

v0.3.2 (October 8, 2021)

🐛 Bug fixes

  • Do not register adapter factory services if underlying adapter classes does not exist (890185f)

v0.3.1 (October 8, 2021)

✨ New features

  • Register InMemoryAdapterFactory as service (44ed8d7)
  • Register LocalAdapterFactory as service (4e59902)

v0.3.0 (October 8, 2021)

💥 Breaking changes

  • Bump webalternatif/flysystem-dsn version to ^0.3.0 (b693fb0)

✨ New features

  • Register FlysystemAdapterFactoryInterface as alias of service webf_flysystem_dsn.adapter_factory (07ebc45)

v0.2.0 (September 14, 2021)

💥 Breaking changes

  • Bump webalternatif/flysystem-dsn version to ^0.2.0 (be0206b)

✨ New features

  • Add ServiceAdapterFactory (be0206b)
  • Register FailoverAdapterFactory as service (bdc3175)

v0.1.0 (August 31, 2021)

First version. (b45f69a)