Skip to content

Releases: walterbm/rusty-resizer

v0.4.1 — Fix conversion of animated GIF to WebP

16 May 05:27
Compare
Choose a tag to compare

Fixes

  • Avoid introducing artifacts when converting an animated GIF to WebP by explicitly coalescing images before format conversion.

v0.4.0 — Handle Resizing Multi-Frame Images

15 May 14:34
Compare
Choose a tag to compare

Feature Updates

  • Allow resizing and reformatting of multi-frame images (e.g. an animated GIF)

Dependency

  • Upgrade to Rust 1.69.0
  • Bump magick_rust from 0.17.0 to 0.18.0
  • Bump actix-http from 3.0.4 to 4.0.1
  • Bump awc from 3.0.0 to 3.3.1
  • Bump actix-web from 4.0.1 to 4.3.1
  • Bump image from 0.24.2 to 0.24.6
  • Bump openssl from 0.10.48 to 0.10.52
  • Bump serde from 1.0.137 to 1.0.163
  • Bump tokio from 1.24.2 to 1.28.1
  • Bump url from 2.2.2 to 2.3.1

v0.3.3 — Security Updates & Refactored Middleware

06 Feb 03:36
0d61c06
Compare
Choose a tag to compare

Security Updates

  • Bump bumpalo from 3.7.0 to 3.12.0
  • Bump tokio from 1.24.1 to 1.24.2

Refactors

  • Extract StatsD middleware into independent and testable struct

v0.3.2 — Various Dependency Upgrades

10 Jan 05:56
Compare
Choose a tag to compare

Dependecy Upgrades:

  • Upgrade to Rust 1.65
  • Upgrade tokio to 1.18.4
  • Upgrade to 0.17.0

Refactors:

  • Use a HashSet to store and check allowed hosts

v0.3.1 — Fix ImageMagick download url when building docker image

21 Jun 05:20
Compare
Choose a tag to compare

v0.3.0 — Support automatic content negotiation

30 May 06:29
Compare
Choose a tag to compare
document automatic content negotiation in README

v0.2.0 — Allow dynamic image format conversions during resize operations

28 May 05:50
Compare
Choose a tag to compare

v0.1.10 — Add support for cache expiration jitter

31 Mar 05:02
Compare
Choose a tag to compare
add support for variable cache expiration jitter

v0.1.9 — Better handling of defaults & Hosts

29 Mar 05:20
Compare
Choose a tag to compare

v0.1.8 — Safely handle floating point target resize dimensions

26 Mar 04:03
Compare
Choose a tag to compare
safely handle floating point target dimensions