Skip to content

Releases: cshum/imagor

v1.5.5

29 May 18:30
Compare
Choose a tag to compare

What's Changed

  • feat: fallback with BMP or Buffer on Magick installation by @cshum in #550
  • feat(vips): unlimited option and check resolution before export by @cshum in #551

Full Changelog: v1.5.4...v1.5.5

v1.5.4

27 May 05:20
Compare
Choose a tag to compare

What's Changed

  • fix: improve memory usage by @cshum in #547
  • build: update libheif1 from bookworm-backports by @cshum in #548

Full Changelog: v1.5.2...v1.5.4

v1.5.2

25 May 06:04
Compare
Choose a tag to compare

Introducing vipsgen

This release migrates imagor's libvips integration from manually written bindings to vipsgen - a Go binding generator for libvips. It lays the foundation for future enhancements by providing access to the full libvips API (300+ operations) and ensuring automatic compatibility with libvips updates.

What's Changed

Full Changelog: v1.4.17...v1.5.1

v1.4.17

02 May 13:03
Compare
Choose a tag to compare

What's Changed

  • feature: add sentry integration and update go version in go.mod by @aslamhadi in #510
  • build: go 1.24.2, update go deps by @cshum in #536
  • build: libvips 8.16.1 by @cshum in #537
  • fix: memory leak fix when using multi pages by @cshum in #538

New Contributors

Full Changelog: v1.4.16...v1.4.17

v1.4.16

02 Dec 15:56
Compare
Choose a tag to compare

What's Changed

  • fix: gcloud nil pointer dereference panic by @cshum in #503
  • build: go 1.23.3, update go deps by @cshum in #504
  • build: libvips 8.16.0 by @cshum in #505

Full Changelog: v1.4.15...v1.4.16

v1.4.15

28 Aug 15:44
Compare
Choose a tag to compare

What's Changed

  • fix: should use storage key for delete on error by @cshum in #473
  • strip metadata for webp and avif by @liudongmiao in #469
  • feat(vips): strip_metadata() filter and vips-strip-metadata config by @cshum in #475

Full Changelog: v1.4.14...v1.4.15

v1.4.14

12 Aug 13:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.13...v1.4.14

v1.4.13

22 Jul 04:04
Compare
Choose a tag to compare

What's Changed

  • fix(filestorage): sync and attempt delete file on error by @cshum in #450
  • build: go 1.22.5, update go deps by @cshum in #454

Full Changelog: v1.4.12...v1.4.13

v1.4.12

29 May 15:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.11...v1.4.12

v1.4.11

28 Mar 14:35
Compare
Choose a tag to compare

What's Changed

  • feat: override response header option for HTTP Loader by @cshum in #417
  • fix: override header for processed blob by @cshum in #420
  • fix(vips): fix fill(none) for grayscale image by @cshum in #422
  • fix(vips): fix label filter for grayscale images by @cshum in #424

Full Changelog: v1.4.10...v1.4.11