Skip to content

Releases: ambroisemaupate/intervention-request

v4.x

08 Sep 11:45
v4.1.1
f12304f
Compare
Choose a tag to compare

Support for S3 image storage via Flysystem library

4.1.0 - 2024-09-08

Features

  • Rewrote Dockerfile to build FROM official PHP image instead of Roadiz (removed useless php extensions).
    Switched to PHP 8.3 for Docker image. - (c86116c) - Ambroise Maupate

4.0.4 - 2023-11-13

Bug Fixes

  • Use logger debug instead of info - (a03f46a) - Ambroise Maupate

4.0.2 - 2023-04-26

Bug Fixes

  • Fixes #23 - allow Symfony 6 components - (62a3c2c) - Ambroise Maupate

4.0.1 - 2023-02-10

Bug Fixes

  • Updated README constructor examples - (531f7db) - Ambroise Maupate

4.0.0 - 2023-02-10

⚠ Breaking changes

  • Requires php80 minimum

Bug Fixes

  • Return null if no filesystem is configured - (4c2147d) - Ambroise Maupate

Features

  • Added FileResolverInterface to make native file loading abstract - (7a86ca0) - Ambroise Maupate
  • Added Flysystem file resolver - (1eef862) - Ambroise Maupate
  • Added Flysystem storage abstract and cache system - (3e8e583) - Ambroise Maupate
  • [breaking]Requires php80 minimum - (8c74872) - Ambroise Maupate

v3.0.0

26 May 17:05
Compare
Choose a tag to compare

Big refactoring: switched to full Event system

  • No more processing logic in InterventionRequest
  • No more response creation in InterventionRequest
  • All Images processors are dependent on one ChainProcessor instance
  • Cache and non-cached logic are now Request event subscribers
  • Fixed WEBP processing for non pass-through caches
  • Refactored cache path resolving (fewer folder depth)
  • Deprecated AbstractProcessor, just implement Processor interface
  • Only use allowed query params to generate a cache hash
  • Refactored response header params names
  • More type-hinting
  • Only instanciate Intervention Image when needed, when we actually need to process image

v2.4.0

15 Dec 17:08
Compare
Choose a tag to compare

Symfony 4.4 support

  • FQCN Event names

Image flip processor

28 Nov 10:24
fa37d0e
Compare
Choose a tag to compare
v2.2.0

- Added Flip processor to mirror images vertical or horizontal.

Pass-through cache and WebP support

18 Feb 12:44
Compare
Choose a tag to compare

Major changes

v0.1.9

13 Feb 08:40
Compare
Choose a tag to compare
  • Add compatibility with Symfony 3.2 and 2.8 LTS

0.1.5

07 Jul 14:07
Compare
Choose a tag to compare

Changelog

  • Using Symfony 2.7 LTS libs
  • Added optional file checksum to see if file has been changed with same name
  • Added 404 error response when requested image does not exist
  • Added 400 error response when requested image is not specified
  • Added configurable default quality

0.1.4

21 Jun 17:58
Compare
Choose a tag to compare
v0.1.4